Skip to content

Rise v1.2.0t - Testnet

Compare
Choose a tag to compare
@vekexasia vekexasia released this 20 Sep 11:36
· 108 commits to development since this release

Change Log

Full Changelog

  • Integrated ProtoBuf network layer. πŸŽ‰ - #122
  • Added [POST] /api/transactions/ endpoint to ease broadcasting new transactions from cli without crafting the whole transaction from scratch. #9dbb054
  • Introduced new Security API middleware watchguard to for [POST] /api/transactions #9dbb054
  • Added block freezing with js-flock npm package to ensure no further manipulations are inadvertently done by hooks subscriber. #4287af2
  • Improved performance of numbers manipulation and address derivation by 20% - #3bfb820
  • Introduced peerBanTime to config file to allow configuring the amount of time a peer should be banned. - #bfd69e1
  • RISE suffix (R) is now not hard-coded but rather picked from constants. #f6de6a6

More informations about ProtoBuf and performance improvements in 1.2.0t -> here