update leveldb-ethdb-rpc
All checks were successful
Tests / Run integration tests (pull_request) Successful in 3m32s
Tests / Run compliance tests (pull_request) Successful in 4m41s

This commit is contained in:
Roy Crihfield 2024-04-24 20:41:07 +08:00
parent e1b3a68e3e
commit f9246e75a0
2 changed files with 6 additions and 3 deletions

5
go.mod
View File

@ -150,4 +150,7 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)
replace github.com/cerc-io/plugeth-statediff => github.com/cerc-io/plugeth-statediff v0.2.1-0.20240415132102-d94b880cb785
replace (
github.com/cerc-io/leveldb-ethdb-rpc => git.vdb.to/cerc-io/leveldb-ethdb-rpc v1.1.14-0.20240424110216-4a9a0d18ee8a
github.com/cerc-io/plugeth-statediff => github.com/cerc-io/plugeth-statediff v0.2.1-0.20240415132102-d94b880cb785
)

4
go.sum
View File

@ -1,3 +1,5 @@
git.vdb.to/cerc-io/leveldb-ethdb-rpc v1.1.14-0.20240424110216-4a9a0d18ee8a h1:YLqeScSatqrInROUubCCY9cQ1XBYAFx/Ulo6UgJmbhk=
git.vdb.to/cerc-io/leveldb-ethdb-rpc v1.1.14-0.20240424110216-4a9a0d18ee8a/go.mod h1:XWPmT4ZtMlAaz9bL58Qfaf+msHTawtCIQUhT/feN6Kg=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
@ -20,8 +22,6 @@ github.com/cerc-io/eth-iterator-utils v0.2.0 h1:wikAfWZ0fAqLqUy/Ud/a1n9p/arVeKG8
github.com/cerc-io/eth-iterator-utils v0.2.0/go.mod h1:wDUJvwKDSOdqTIyeG+yXJ2ckzc9f2Fem614fV61DBcg=
github.com/cerc-io/eth-testing v0.4.0 h1:ivGbXnEqlXMt/3m3jbsPJaVT7ZDTenFQWCryt1Rd/Jk=
github.com/cerc-io/eth-testing v0.4.0/go.mod h1:CVsmHjFldX9gwaQSQwGmKbmh0g6Dq+bsqB2CxBf9zbk=
github.com/cerc-io/leveldb-ethdb-rpc v1.1.13 h1:XM+e/JLKjNoYc4Xj7DJNNlFI4+3HpqZ9VkVlrWBlwHg=
github.com/cerc-io/leveldb-ethdb-rpc v1.1.13/go.mod h1:ZNa5ySrKJ0ZLsJ0nSNaQ+11PkX29Juy9+omMgP6mw1c=
github.com/cerc-io/plugeth-statediff v0.2.1-0.20240415132102-d94b880cb785 h1:Mmaqrd+xhuo4/dSfHpJvK0YfIRgv+xYJPJqqonuoZlQ=
github.com/cerc-io/plugeth-statediff v0.2.1-0.20240415132102-d94b880cb785/go.mod h1:Jle0lQ64GBMvoCPLLWvr0IOL3TUCS45yXZTuZ4tfSFU=
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=