sneurlax
|
7c3d40782c
|
add generation tests and update flutter_libmonero ref
change seedWords to SeedWordsLength to match rest of codebase
|
2022-11-08 09:55:15 -06:00 |
|
sneurlax
|
77aa3bc8e4
|
use wownero-seed for 14 word seed, use wownero wallet2 for 25 word seed
and update tests showing examples of both. TODO proper validation, must eg calculate and check checksums etc
|
2022-11-07 16:45:26 -06:00 |
|
sneurlax
|
6e5a0bad78
|
do not use wownero-seed (wow_seed) function for height, hardcoded POC
|
2022-11-07 14:42:52 -06:00 |
|
sneurlax
|
cb83515dbc
|
do not use wownero-seed (wow_seed)
|
2022-11-07 13:45:25 -06:00 |
|
sneurlax
|
6223df5432
|
specify tests for 14 word seeds and add more error checking code to test
and update ref to flutter_libmonero enabling tests (mocked storage, etc)
|
2022-11-07 11:21:10 -06:00 |
|
sneurlax
|
65338ad87b
|
Merge branch 'staging' into tests/mainnet
|
2022-11-07 08:40:57 -06:00 |
|
julian
|
7dbc9d270b
|
temp bch send fix testnet and fix tests
|
2022-11-04 18:18:39 -06:00 |
|
julian
|
9432ee89bf
|
node card test fix
|
2022-11-02 17:47:24 -06:00 |
|
julian
|
fc25ea2a24
|
fix previous failing widget tests
|
2022-11-02 08:49:19 -06:00 |
|
julian
|
6ebe33c312
|
temporarily commented out failing widget tests due to platform differences with desktop modifications
|
2022-11-01 16:13:07 -06:00 |
|
julian
|
bf9eb66cb4
|
test fixes
|
2022-10-31 08:28:19 -06:00 |
|
Marco
|
c0fddcd822
|
add litecoin support
|
2022-10-28 12:03:52 -06:00 |
|
Marco
|
df553b5cf8
|
Merge branch 'staging' into widget-tests
# Conflicts:
# ios/Runner.xcodeproj/project.pbxproj
|
2022-10-24 10:53:51 -06:00 |
|
Likho
|
decbf0989a
|
Add more widget tests
|
2022-10-24 17:16:08 +02:00 |
|
Likho
|
7e5b149079
|
Widget testing add more tests
|
2022-10-20 16:38:42 +02:00 |
|
Likho
|
bb40d4b165
|
WIP: Widget tests
|
2022-10-20 12:49:45 +02:00 |
|
Marco
|
c55a7fb73d
|
fix price test tests
|
2022-10-19 17:49:19 -06:00 |
|
Marco
|
27c2e38311
|
fix bitcoin cash tests
|
2022-10-19 16:16:00 -06:00 |
|
Likho
|
1c2cd82292
|
WIP: Desktop widget tests and update other tests
|
2022-10-19 15:18:05 +02:00 |
|
Likho
|
5d7e22caaf
|
Merge branch 'widget-tests' of github.com:cypherstack/stack_wallet into widget-tests
|
2022-10-19 12:09:57 +02:00 |
|
Likho
|
20c34a185b
|
Trade Card test
|
2022-10-19 12:09:34 +02:00 |
|
sneurlax
|
9fdec1c451
|
Merge remote-tracking branch 'origin/flutter3.3.4' into tests/mainnet
|
2022-10-18 21:10:01 -05:00 |
|
Marco
|
fa9aad14f1
|
add externalCalls pref mock
|
2022-10-18 13:32:38 -06:00 |
|
Marco
|
ba0eb9636d
|
Merge branch 'staging' into widget-tests
|
2022-10-18 13:21:34 -06:00 |
|
Likho
|
6cd71631ed
|
Test textfield_icon_button
|
2022-10-18 19:31:37 +02:00 |
|
Likho
|
0336789880
|
Test progress bar and stack dialog
|
2022-10-18 19:15:14 +02:00 |
|
Likho
|
ffc1b19495
|
Progress bar widget test and clean node_options test
|
2022-10-18 17:49:09 +02:00 |
|
Likho
|
d22746be52
|
Widget tests for managed_favorite, node_card, transaction_card and node_card_details
|
2022-10-18 16:19:18 +02:00 |
|
Likho
|
c8ec409efa
|
Widget testing, add more tests
|
2022-10-17 20:33:09 +02:00 |
|
Likho
|
777ca516bf
|
Merge branch 'widget-tests' of github.com:cypherstack/stack_wallet into widget-tests
|
2022-10-17 18:35:21 +02:00 |
|
Likho
|
a8e145ea15
|
Complete table view widgets
|
2022-10-17 18:35:07 +02:00 |
|
julian
|
7b71678a69
|
pushNamedRoute mock fix
|
2022-10-17 10:17:58 -06:00 |
|
Likho
|
ec927b6b8f
|
WIP: Widget testing
|
2022-10-17 17:50:38 +02:00 |
|
Likho
|
145da3cc3c
|
EmojiSelect widget test
|
2022-10-17 12:15:32 +02:00 |
|
Likho
|
be45315487
|
WIP: widget testing, update transaction card tests to use riverpod
|
2022-10-16 08:50:10 +02:00 |
|
sneurlax
|
c2aeb5bae8
|
Add Wownero mainnet wallet address generation test
|
2022-10-14 18:38:46 -05:00 |
|
sneurlax
|
b6e51cb954
|
Add template wallet detection and removal code
Not enabled as wallet files are not currently being saved; only an empty folder is created and left. TODO clean that up
|
2022-10-14 17:25:49 -05:00 |
|
sneurlax
|
a3a36d02c3
|
Import wallets service and remove wallet at conclusion of tests
|
2022-10-14 17:25:49 -05:00 |
|
sneurlax
|
289f0b8959
|
Add mainnet tests for address generation from test mnemonic
TODO: Clean up the wallet file as the tests conclude
|
2022-10-14 17:25:49 -05:00 |
|
Marco
|
a30ee6f329
|
increase firo gap check to 50 from 20
|
2022-10-13 13:31:24 -06:00 |
|
likho
|
3bb2e1d7fb
|
WIP: widget tests
|
2022-10-13 20:40:19 +02:00 |
|
Likho
|
78048a75be
|
Merge remote-tracking branch 'origin/staging' into widget-tests
Merge staging into tests
|
2022-10-12 17:51:02 +02:00 |
|
Likho
|
0f667ca547
|
Fix wallet_info_row test and update address book
|
2022-10-12 14:41:14 +02:00 |
|
Marco
|
7f8392522d
|
fully working setting with ease of use option, tests pass
|
2022-10-10 17:41:43 -06:00 |
|
Likho
|
3c50077ed1
|
WIP: widget tests, animated text test
|
2022-10-10 12:30:35 +02:00 |
|
Likho
|
efc5582fb2
|
WIP: Widget testing
|
2022-10-07 10:34:30 +02:00 |
|
julian
|
3d5f6a8d12
|
update mocks
|
2022-10-03 18:59:49 -06:00 |
|
julian
|
bb12e149f6
|
exchange form state implementation and various small bug fixes
|
2022-10-03 18:01:04 -06:00 |
|
julian
|
670c32aeaf
|
generic rate estimate
|
2022-10-03 10:30:50 -06:00 |
|
julian
|
c182557b30
|
generic market pair
|
2022-10-03 09:41:53 -06:00 |
|