From 54487a48796ed3b66b5b36389289751fd9ecc81e Mon Sep 17 00:00:00 2001 From: Raycho Mukelov Date: Sat, 29 Jul 2023 08:04:04 +0300 Subject: [PATCH] Add nim-eth dependency --- nimble.lock | 13 +++++++++++-- raft_consensus.nimble | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/nimble.lock b/nimble.lock index cd246b9..2ed4b23 100644 --- a/nimble.lock +++ b/nimble.lock @@ -44,7 +44,6 @@ "sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08" } }, - , "fsm.nim": { "version": "0.1.1", "vcsRevision": "ca6e14a5562e46805ed89593cb63bf6236939772", @@ -54,6 +53,16 @@ "checksums": { "sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08" } - } + }, + "nim-eth": { + "version": "1.0.0", + "vcsRevision": "521db96a651f582c937a0bb8c8069ef9b920e08c", + "url": "https://github.com/status-im/nim-eth", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08" + } + } } } \ No newline at end of file diff --git a/raft_consensus.nimble b/raft_consensus.nimble index 460c86b..749a6f7 100644 --- a/raft_consensus.nimble +++ b/raft_consensus.nimble @@ -21,5 +21,6 @@ requires "nimcrypto >= 0.5.4" requires "unittest2 >= 0.0.4" requires "chronicles >= 0.10.2" requires "fsm.nim >= 0.1.0" +requires "nim-eth >= 1.0.0" # Helper functions