Added eth_bloom

This commit is contained in:
Zahary Karadjov 2018-05-28 13:17:03 +03:00
parent 084643665a
commit 8e3695a8f7

View File

@ -844,8 +844,8 @@
"url": "https://github.com/boydgreenfield/nimrod-bloom", "url": "https://github.com/boydgreenfield/nimrod-bloom",
"method": "git", "method": "git",
"tags": [ "tags": [
"Bloom filter", "bloom-filter",
"Bloom", "bloom",
"probabilistic", "probabilistic",
"data structure", "data structure",
"set membership", "set membership",
@ -5911,6 +5911,20 @@
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-ethash" "web": "https://github.com/status-im/nim-ethash"
}, },
{
"name": "eth_bloom",
"url": "https://github.com/status-im/nim-eth-bloom",
"method": "git",
"tags": [
"library",
"ethereum",
"bloom",
"bloom-filter"
],
"description": "Ethereum bloom filter",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-bloom"
},
{ {
"name": "evmjit", "name": "evmjit",
"url": "https://github.com/status-im/nim-evmjit", "url": "https://github.com/status-im/nim-evmjit",