Update dependencies for ipld-eth-db 5.0.5 and geth v1.11.6-statediff-5.0.8 (#252)

In addition to the module updates, because the new indexer code will automatically flag pre-existing blocks as non-canonical when new block is added at the same height, I had to re-order the test setup to insert non-canonical blocks first.
This commit is contained in:
2023-07-31 12:43:15 -05:00
committed by GitHub
parent 39f8b6ec79
commit 51c36adbea
7 changed files with 92 additions and 119 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
restart: on-failure
depends_on:
- ipld-eth-db
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.0.2-alpha
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.0.5-alpha
environment:
DATABASE_USER: "vdbm"
DATABASE_NAME: "cerc_testing"
+2 -2
View File
@@ -1,2 +1,2 @@
github.com/cerc-io/go-ethereum v1.11.5-statediff-5.0.5-alpha
github.com/cerc-io/ipld-eth-db v5.0.2-alpha
github.com/cerc-io/go-ethereum v1.11.6-statediff-5.0.8
github.com/cerc-io/ipld-eth-db v5.0.5-alpha