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",
"method": "git",
"tags": [
"Bloom filter",
"Bloom",
"bloom-filter",
"bloom",
"probabilistic",
"data structure",
"set membership",
@ -5911,6 +5911,20 @@
"license": "Apache License 2.0",
"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",
"url": "https://github.com/status-im/nim-evmjit",