From 014207c87f97c4113906401d70c832d8be8a9c5e Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Fri, 9 Sep 2022 08:56:41 +1000 Subject: [PATCH] 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. --- .gitmodules | 6 ++++++ codex.nimble | 3 ++- vendor/nim-eth | 1 + vendor/nim-ethers | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 160000 vendor/nim-eth diff --git a/.gitmodules b/.gitmodules index ce6ffa7c..0519bf11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/codex.nimble b/codex.nimble index 699a9079..5c9e5428 100644 --- a/codex.nimble +++ b/codex.nimble @@ -28,7 +28,8 @@ requires "nim >= 1.2.0", "lrucache", "leopard", "blscurve", - "libp2pdht" + "libp2pdht", + "eth" when declared(namedBin): namedBin = { diff --git a/vendor/nim-eth b/vendor/nim-eth new file mode 160000 index 00000000..9a7b1afe --- /dev/null +++ b/vendor/nim-eth @@ -0,0 +1 @@ +Subproject commit 9a7b1afe9b63d58893bba53a4ddddbcef66b8618 diff --git a/vendor/nim-ethers b/vendor/nim-ethers index 80994959..392eab04 160000 --- a/vendor/nim-ethers +++ b/vendor/nim-ethers @@ -1 +1 @@ -Subproject commit 80994959cebf880bbac34a0400b684cf2a5644d1 +Subproject commit 392eab04c43e515eaaea2a6a5098fff19548fa54