Dan Finlay
a00941c889
Remove only line from test
8 years ago
Dan Finlay
2df9344be5
Rename tx manager to tx controller
8 years ago
kumavis
28aba6e9de
migration 13 - change provider from testnet to ropsten
8 years ago
kumavis
01b6d9c374
test - format test data 001
8 years ago
Dan Finlay
f9c0fc0e8c
Clean up test
8 years ago
Dan Finlay
75d9b5619c
Verify updating gas value updates
8 years ago
Dan Finlay
4b341e6a95
Got test failing nearly correctly
8 years ago
Dan Finlay
f0eeb1e162
Got a useful error message for next step
8 years ago
Dan Finlay
de5cf2526c
Fix test up a bit
8 years ago
Dan Finlay
60746a9859
Use react test utils to start composing test
8 years ago
Dan Finlay
16005ebd3a
Got test failing
8 years ago
Dan Finlay
113f7d67f1
Fix tests add logs
8 years ago
frankiebee
8421cf9cce
Create test for Migrator
8 years ago
Dan Finlay
e9b11a430b
Add an attempt at a unit test for reproducing #1407
8 years ago
Thomas Huang
1e4855fc0e
Whoops missed some modules
8 years ago
Thomas Huang
9bd7d06c4f
Remove unused modules and STORAGE_KEY
8 years ago
Thomas Huang
0b13429daf
Lint tests
8 years ago
kumavis
965c806a45
test - fix notice-controller test
8 years ago
kumavis
bd704b1d7e
etc - fix notification-manager ref, remove duplicated test file
8 years ago
kumavis
12918e1894
tests - tx-manager - fix assert and clean formatting
8 years ago
kumavis
47ea545241
tests - add missing done
8 years ago
kumavis
8ae37ae80d
tests - helper - add note
8 years ago
kumavis
e95ae43c8f
tests - unit - fail on unhandled promise rejection
8 years ago
kumavis
1dce352523
tx-manager - add eip155 support
8 years ago
kumavis
16b5f4a210
tests - tx-utils gasBuffer calc - fix bug and user easier numbers
8 years ago
kumavis
918f388463
explorer - fix ropsten explorer link tests
8 years ago
kumavis
4b9f1c0e0c
tests - fix ropsten link check
8 years ago
Kevin Serrano
f8b404a478
correct bug in test.
8 years ago
Kevin Serrano
360afacd70
Add tests.
8 years ago
Kevin Serrano
d99b5a9e5a
Add migration tests to ensure that bodies are erased properly in notices.
8 years ago
Dan Finlay
b6e2eaf7b1
Remove eth-lightwallet
8 years ago
Kevin Serrano
d85cc7ec4e
Add test to account for prevention of identities duplication.
8 years ago
Kevin Serrano
c47f7f6a76
Add another test for duplicates.
8 years ago
Kevin Serrano
dc2d614da6
Add basic tests.
8 years ago
kumavis
92b8443824
tx-utils - add encoding utils
8 years ago
kumavis
c063fab993
tx-utils - stricter naming type-based convention
8 years ago
kumavis
68b99dfb08
test - tx-utils
...
add tests for `addGasBuffer`
8 years ago
Jared Pereira
4916331c53
change BN.mul to BN.muln
8 years ago
Jared Pereira
de44cd9ba4
add gas buffer multiply test
8 years ago
Kevin Serrano
4562e41d33
Fix tests until new ones to-be-written.
8 years ago
Kevin Serrano
e7e024bcdd
Refactor of code into separate reducers and actions.
8 years ago
Dan Finlay
fba7a50e1b
Fixed encoding
8 years ago
Dan Finlay
6253885e28
Remove unrelated test file
8 years ago
Dan Finlay
e78e642eef
Add gas buffer test
8 years ago
Kevin Serrano
01f2ec4823
Modify tests.'
8 years ago
Dan Finlay
99b49b11f6
Fix test name
8 years ago
Dan Finlay
70e14b8a6f
Fixed internal encoding test case
8 years ago
Dan Finlay
e66e755766
Fix normalizeMsgData function to always return hex prefixed
8 years ago
Dan Finlay
af337dfae5
Fix function names
8 years ago
Dan Finlay
9bd8c5f723
Render personal_sign messages as utf-8 text
...
Calls to `personal_sign` are now:
- When hex encoded, preserved as hex encoded, but displayed as utf-8 text.
- When not hex encoded, decoded as utf-8 text as hex for signing.
- The messages proposed for signing are displayed as UTF-8 text.
- When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal.
Fixes #1173
8 years ago