diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-05-28 13:17:03 +0300 |
|---|---|---|
| committer | Zahary Karadjov <zahary@gmail.com> | 2018-05-28 13:17:03 +0300 |
| commit | 8e3695a8f7f33ea4208e85dd675e58ab7da96162 (patch) | |
| tree | 33d89a663b77b6a2d50eecf4ce464b41b0821117 | |
| parent | 084643665ae946f1cf3e5cd442b15d1a8f8b2c7f (diff) | |
| download | packages-8e3695a8f7f33ea4208e85dd675e58ab7da96162.tar.gz packages-8e3695a8f7f33ea4208e85dd675e58ab7da96162.zip | |
Added eth_bloom
| -rw-r--r-- | packages.json | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 3b11e72..4092af1 100644 --- a/packages.json +++ b/packages.json @@ -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", @@ -5912,6 +5912,20 @@ "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", "method": "git", |
