block-syncer-js

Fast block sync and retrieval using bloom filters
git clone git://git.defalsify.org/block-sync-js.git
Log | Files | Refs

commit eea4f302acb434599f081d89f54e25d8b9c3f5d7
parent 006044095665465ea3373ada75d3cc552ce04586
Author: nolash <dev@holbrook.no>
Date:   Mon,  9 Nov 2020 19:43:46 +0100

Bump version

Diffstat:
MCHANGELOG | 2++
Mpackage.json | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.2.1 + * Package missing files - 0.2.0 * Factor out example code * Add script for assmebling example code deps (local files for worker include) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "block-syncer", - "version": "0.2.0", + "version": "0.2.1", "description": "Block syncer using bloom filters for selection", "main": "dist/index.js", "directories": {