Releases: mosaicnetworks/babble
Releases · mosaicnetworks/babble
v0.5.11
v0.5.10
v0.5.9
v0.5.8
v0.5.5
v0.5.4
v0.5.4 (September 6, 2019)
FEATURES:
- service: Add endpoint
/blocks/{startIndex}?limit={x}
- service: Deprecated
/block/{x}
endpoint - service: Add endpoint
/validators/{round}
- service: Add endpoint
/history
- service: Enable CORS
IMPROVEMENTS:
- node: Limit number of concurrent gossip routines
- log: Custom formatter for logrus. More info logs
BUG FIXES:
- mobile: Process InternalTransactions
- core: Do nothing on 'leave' when the node is alone
v0.5.0
v0.5.0 (July 22, 2019)
SECURITY:
- crypto: Use secp256k1 curve which is also used by Ethereum and Bitcoin.
FEATURES:
- hashgraph: Dynamic Membership protocol.
IMPROVEMENTS:
- node: FastSync protocol.
- core: Bootstrap.
- Enhanced peers leaving and joining functionality
- Added peers endpoint to enable
peers.json
propagation - Require private key in place with correct permissions to initialise
BUG FIXES: