Skip to content

Commit

Permalink
Partial erc20 test extensions (#628)
Browse files Browse the repository at this point in the history
* Fix unparseAccount

* Extend erc20capped-partial. Bad stateRoot on block 0xc

* Extend tokentimelock-partial. Bad transaction hash

* tests/failing.web3: Add the partial tests

* tests/web3: avoid adding failing lists
  • Loading branch information
gtrepta authored and rv-jenkins committed Dec 14, 2019
1 parent 4c01130 commit b1a2109
Show file tree
Hide file tree
Showing 6 changed files with 2,025 additions and 7 deletions.
10 changes: 5 additions & 5 deletions tests/failing.web3
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
tests/web3/batch_all_notification.in.json
tests/web3/batch_partial_notification.in.json
tests/web3/erc20/erc20burnable.in.json
tests/web3/erc20/erc20capped.in.json
tests/web3/erc20/tokentimelock.in.json
tests/web3/erc20/erc20.in.json
tests/web3/erc20/erc20-partial.in.json
tests/web3/erc20/erc20burnable.in.json
tests/web3/erc20/erc20mintable.in.json
tests/web3/erc20/erc20mintable-partial.in.json
tests/web3/erc20/erc20-partial.in.json
tests/web3/erc20/erc20pausable.in.json
tests/web3/erc20/erc20pausable-partial.in.json
tests/web3/erc20/erc20safe.in.json
tests/web3/erc20/tokentimelock.in.json
tests/web3/net_version_notification.in.json
tests/web3/batch_all_notification.in.json
tests/web3/batch_partial_notification.in.json
Loading

0 comments on commit b1a2109

Please sign in to comment.