From 8e3695a8f7f33ea4208e85dd675e58ab7da96162 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 28 May 2018 13:17:03 +0300 Subject: [PATCH] Added eth_bloom --- packages.json | 18 ++++++++++++++++-- 1 file 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", @@ -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",