Skip to content

Commit

Permalink
Update dependencies (#616)
Browse files Browse the repository at this point in the history
* deps/plugin: update submodule

* web3: make sure to unparse addresses in width 20

* tests/web3/erc20/erc20detailed-partial: add remaining test

* tests/{failing.web3,web3/erc20,erc20detailed}: remove now unneeded test
  • Loading branch information
rv-jenkins authored Dec 11, 2019
1 parent 0aef385 commit 3c0be77
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 860 deletions.
2 changes: 1 addition & 1 deletion deps/plugin
Submodule plugin updated 1 files
+7 −7 client-c/json.cpp
1 change: 0 additions & 1 deletion tests/failing.web3
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tests/web3/erc20/erc20capped.in.json
tests/web3/erc20/erc20detailed.in.json
tests/web3/erc20/tokentimelock.in.json
tests/web3/net_version_notification.in.json
tests/web3/batch_all_notification.in.json
Expand Down
176 changes: 176 additions & 0 deletions tests/web3/erc20/erc20detailed-partial.expected.json

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions tests/web3/erc20/erc20detailed-partial.in.json

Large diffs are not rendered by default.

449 changes: 0 additions & 449 deletions tests/web3/erc20/erc20detailed.expected.json

This file was deleted.

408 changes: 0 additions & 408 deletions tests/web3/erc20/erc20detailed.in.json

This file was deleted.

2 changes: 1 addition & 1 deletion web3.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ Transaction Receipts
, "to": #unparseAccount(TT)
, "gasUsed": #unparseQuantity(CGAS)
, "cumulativeGasUsed": #unparseQuantity(CGAS)
, "contractAddress": #if TT ==K .Account #then #unparseQuantity(#newAddr(TXFROM, NONCE -Int 1)) #else null #fi
, "contractAddress": #if TT ==K .Account #then #unparseData(#newAddr(TXFROM, NONCE -Int 1), 20) #else null #fi
, "logs": [#serializeLogs(LOGS, 0, TXID, TXHASH, "0x" +String Keccak256(#rlpEncodeBlock(BLOCKITEM)), BN)]
, "status": #unparseQuantity(TXSTATUS)
, "logsBloom": #unparseDataByteArray(BLOOM)
Expand Down

0 comments on commit 3c0be77

Please sign in to comment.