diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2019-02-06 17:04:17 +0100 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2019-02-06 17:53:59 +0100 |
| commit | 34c3dcfd921b7d9c4751da8285281eac3613f3b6 (patch) | |
| tree | cfa23935935d63acf334719e5d212f0f34c9acb8 | |
| parent | f2d0e8101f83c9d4561bf3d9f63e14c939dc1264 (diff) | |
| download | packages-34c3dcfd921b7d9c4751da8285281eac3613f3b6.tar.gz packages-34c3dcfd921b7d9c4751da8285281eac3613f3b6.zip | |
Add a new nim-eth package that deprecates the previous smaller Status packages
| -rw-r--r-- | packages.json | 63 |
1 files changed, 38 insertions, 25 deletions
diff --git a/packages.json b/packages.json index bc94ec5..520c4c5 100644 --- a/packages.json +++ b/packages.json @@ -6033,7 +6033,7 @@ "memory-mapping", "streams" ], - "description": "RLP serialization library for Nim", + "description": "Nearly zero-overhead input/output streams for Nim", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-faststreams" }, @@ -6053,16 +6053,39 @@ "web": "https://github.com/status-im/nim-bncurve" }, { - "name": "rlp", - "url": "https://github.com/status-im/nim-rlp", + "name": "eth", + "url": "https://github.com/status-im/nim-eth", "method": "git", "tags": [ "library", "ethereum", + "p2p", + "devp2p", + "rplx", + "networking", + "whisper", + "swarm", "rlp", - "serialization" + "cryptography", + "trie", + "patricia-trie", + "keyfile", + "wallet", + "bloom", + "bloom-filter" ], - "description": "RLP serialization library for Nim", + "description": "A collection of Ethereum related libraries", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-eth" + }, + { + "name": "rlp", + "url": "https://github.com/status-im/nim-rlp", + "method": "git", + "tags": [ + "deprecated" + ], + "description": "Deprecated RLP serialization library for Nim (now part of the 'eth' module)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-rlp" }, @@ -6071,11 +6094,9 @@ "url": "https://github.com/status-im/nim-eth-keys", "method": "git", "tags": [ - "library", - "ethereum", - "cryptography" + "deprecated" ], - "description": "A reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations.", + "description": "A deprecated reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations (now part of the 'eth' package).", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-keys" }, @@ -6111,12 +6132,9 @@ "url": "https://github.com/status-im/nim-eth-bloom", "method": "git", "tags": [ - "library", - "ethereum", - "bloom", - "bloom-filter" + "deprecated" ], - "description": "Ethereum bloom filter", + "description": "Ethereum bloom filter (deprecated, now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-bloom" }, @@ -6193,12 +6211,9 @@ "url": "https://github.com/status-im/nim-eth-trie", "method": "git", "tags": [ - "library", - "ethereum", - "trie", - "patricia-trie" + "deprecated" ], - "description": "Merkle Patricia Tries as specified by Ethereum", + "description": "Merkle Patricia Tries as specified by Ethereum (deprecated, now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-trie" }, @@ -6207,6 +6222,7 @@ "url": "https://github.com/status-im/nim-eth-p2p", "method": "git", "tags": [ + "deprecated", "library", "ethereum", "p2p", @@ -6216,7 +6232,7 @@ "whisper", "swarm" ], - "description": "Implementation of the Ethereum suite of P2P protocols", + "description": "Deprecated implementation of the Ethereum suite of P2P protocols (now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-p2p" }, @@ -6225,12 +6241,9 @@ "url": "https://github.com/status-im/nim-eth-keyfile", "method": "git", "tags": [ - "library", - "ethereum", - "keyfile", - "wallet" + "deprecated" ], - "description": "Library for handling Ethereum private keys and wallets", + "description": "A deprecated library for handling Ethereum private keys and wallets (now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-keyfile" }, |
