Skip to content

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisdigity chrisdigity released this 17 May 23:59
· 11 commits to master since this release
v0.3.2
0eb8f3c

New Block class function for verifying a block hash. Introduces (some) tests for the Block class. New getHash() function for Mochimo module. Various improvements/changes to the Node class. Fixes for BigInt conversions in some files.

+ Added getHash() to the Mochimo module
+ Added verifyBlockHash() to the Block class
+ Added test.block.js tests (not complete)
! Fix BigInt conversions in blockchain.js and tx.js
! Improvements to node data handling and callserver versatility
! Improvements to node ping/baud calculations
# Change lastTouch to timestamp in Node class
# Changed order of properties in node.toJSON()
# Changed order of properties in TXEntry.toJSON()