aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-06-17 11:51:06 +0100
committerGitHub <noreply@github.com>2018-06-17 11:51:06 +0100
commit0a481a0ad24ab88e5f40e33b7239aa3cf9d861d8 (patch)
treeac805f23e49cc829f407dc25d74674f254119c48
parent0441c1990676536f1c8a02cb30ca771cbd31921f (diff)
parent0001bdb4134fe256782d26bef168a0a7779e16e3 (diff)
downloadpackages-0a481a0ad24ab88e5f40e33b7239aa3cf9d861d8.tar.gz
packages-0a481a0ad24ab88e5f40e33b7239aa3cf9d861d8.zip
Merge branch 'master' into master
-rw-r--r--packages.json51
1 files changed, 48 insertions, 3 deletions
diff --git a/packages.json b/packages.json
index 10d0e1f..e486a46 100644
--- a/packages.json
+++ b/packages.json
@@ -5995,8 +5995,8 @@
"web": "https://github.com/status-im/nim-secp256k1"
},
{
- "name": "ethereum_trie",
- "url": "https://github.com/status-im/nim-trie",
+ "name": "eth_trie",
+ "url": "https://github.com/status-im/nim-eth-trie",
"method": "git",
"tags": [
"library",
@@ -6006,7 +6006,52 @@
],
"description": "Merkle Patricia Tries as specified by Ethereum",
"license": "Apache License 2.0",
- "web": "https://github.com/status-im/nim-trie"
+ "web": "https://github.com/status-im/nim-eth-trie"
+ },
+ {
+ "name": "eth_p2p",
+ "url": "https://github.com/status-im/nim-eth-p2p",
+ "method": "git",
+ "tags": [
+ "library",
+ "ethereum",
+ "p2p",
+ "devp2p",
+ "rplx",
+ "networking",
+ "whisper",
+ "swarm"
+ ],
+ "description": "Implementation of the Ethereum suite of P2P protocols",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/status-im/nim-eth-p2p"
+ },
+ {
+ "name": "eth_keyfile",
+ "url": "https://github.com/status-im/nim-eth-keyfile",
+ "method": "git",
+ "tags": [
+ "library",
+ "ethereum",
+ "keyfile",
+ "wallet"
+ ],
+ "description": "Library for handling Ethereum private keys and wallets",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/status-im/nim-eth-keyfile"
+ },
+ {
+ "name": "byteutils",
+ "url": "https://github.com/status-im/nim-byteutils",
+ "method": "git",
+ "tags": [
+ "library",
+ "blobs",
+ "hex-dump"
+ ],
+ "description": "Useful utilities for manipulating and visualizing byte blobs",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/status-im/nim-byteutils"
},
{
"name": "ttmath",