Skip to content

Commit

Permalink
Downgrade go-ethereum to v1.9.20 (#108)
Browse files Browse the repository at this point in the history
* Downgrade go-ethereum to v1.9.20

* Update genfiles and bindings by build bot

Truffle v5.1.56 (core: 5.1.56)
Solidity - 0.5.17 (solc-js)
Node v14.15.1
Web3.js v1.2.9

Co-authored-by: Build Bot <build@celer.network>
  • Loading branch information
Dominator008 and Build Bot authored Dec 6, 2020
1 parent 5078121 commit 84e58c0
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run:
name: fetch abigen binary if not exists
environment:
GETH_TOOL_VER: geth-alltools-linux-amd64-1.9.24-cc05b050
GETH_TOOL_VER: geth-alltools-linux-amd64-1.9.20-979fc968
GETH_VER_LOG: node_modules/geth_tool_ver.log
command: |
if [ ! -f "$GETH_VER_LOG" ] || [ $GETH_TOOL_VER != $(cat $GETH_VER_LOG) ]; then
Expand Down
Loading

0 comments on commit 84e58c0

Please sign in to comment.