-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Been a while since we updated * fix Defect for 1.6 in kvstore * bump nim-eth
- Loading branch information
1 parent
daf8ee6
commit d9e938e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nim-eth
updated
13 files
+2 −2 | .github/workflows/ci.yml | |
+1 −1 | eth.nimble | |
+1 −1 | eth/common/eth_types_rlp.nim | |
+15 −10 | eth/db/kvstore.nim | |
+22 −21 | eth/db/kvstore_sqlite3.nim | |
+6 −4 | eth/net/nat.nim | |
+6 −10 | eth/net/utils.nim | |
+39 −31 | eth/p2p/discoveryv5/nodes_verification.nim | |
+1 −1 | tests/db/test_kvstore_sqlite3.nim | |
+74 −11 | tests/p2p/test_discoveryv5.nim | |
+1 −1 | tests/rlp/test_api_usage.nim | |
+9 −9 | tools/dcli.nim | |
+0 −0 | tools/dcli.nim.cfg |
Submodule nim-sqlite3-abi
updated
6 files
+1 −1 | README.md | |
+1 −1 | sqlite3_abi.nimble | |
+25,132 −13,270 | sqlite3_abi/sqlite3.c | |
+762 −105 | sqlite3_abi/sqlite3.h | |
+1,028 −560 | sqlite3_abi/sqlite3_gen.nim | |
+5 −4 | update.sh |