Add asyncdispatch2 and eth_common

This commit is contained in:
Zahary Karadjov 2018-09-15 17:26:10 +03:00 committed by zah
parent 9ef06d5984
commit 541a004367

View File

@ -3630,7 +3630,7 @@
"tags": [ "tags": [
"event", "event",
"future", "future",
"asyncdispath" "asyncdispatch"
], ],
"description": "Asynchronous event loop for progaming with MVC", "description": "Asynchronous event loop for progaming with MVC",
"license": "MIT", "license": "MIT",
@ -5931,6 +5931,25 @@
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-json-rpc" "web": "https://github.com/status-im/nim-json-rpc"
}, },
{
"name": "asyncdispatch2",
"url": "https://github.com/status-im/nim-asyncdispatch2",
"method": "git",
"tags": [
"library",
"networking",
"async",
"asynchronous",
"eventloop",
"timers",
"sendfile",
"tcp",
"udp"
],
"description": "Experimental fork of Nim's asyncdispatch",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-asyncdispatch2"
},
{ {
"name": "rlp", "name": "rlp",
"url": "https://github.com/status-im/nim-rlp", "url": "https://github.com/status-im/nim-rlp",
@ -5957,6 +5976,18 @@
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-keys" "web": "https://github.com/status-im/nim-eth-keys"
}, },
{
"name": "eth_common",
"url": "https://github.com/status-im/nim-eth-common",
"method": "git",
"tags": [
"library",
"ethereum"
],
"description": "Definitions of various data structures used in the Ethereum eco-system",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-common"
},
{ {
"name": "ethash", "name": "ethash",
"url": "https://github.com/status-im/nim-ethash", "url": "https://github.com/status-im/nim-ethash",