bump nim-ethers to 0.2.2, add nim-eth dependency (#236)

Support latest version of nim-ethers which relies on nim-eth.

NOTE: This commit points to PR #31 which is a branch of nim-ethers. That branch should probably be merged first, and this PR updated to point to the commit on main.
This commit is contained in:
Eric Mastro 2022-09-09 08:56:41 +10:00 committed by GitHub
parent fd56875667
commit 014207c87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

6
.gitmodules vendored
View File

@ -189,3 +189,9 @@
[submodule "vendor/nim-sqlite3-abi"]
path = vendor/nim-sqlite3-abi
url = https://github.com/arnetheduck/nim-sqlite3-abi.git
[submodule "vendor/vendor/nim-eth"]
path = vendor/vendor/nim-eth
url = https://github.com/status-im/nim-eth
[submodule "vendor/nim-eth"]
path = vendor/nim-eth
url = https://github.com/status-im/nim-eth

View File

@ -28,7 +28,8 @@ requires "nim >= 1.2.0",
"lrucache",
"leopard",
"blscurve",
"libp2pdht"
"libp2pdht",
"eth"
when declared(namedBin):
namedBin = {

1
vendor/nim-eth vendored Submodule

@ -0,0 +1 @@
Subproject commit 9a7b1afe9b63d58893bba53a4ddddbcef66b8618

2
vendor/nim-ethers vendored

@ -1 +1 @@
Subproject commit 80994959cebf880bbac34a0400b684cf2a5644d1
Subproject commit 392eab04c43e515eaaea2a6a5098fff19548fa54