Skip to content

v1.2.0

Compare
Choose a tag to compare
@adonagy adonagy released this 26 Mar 17:53
· 1728 commits to master since this release
3606a4c

[1.2.0] - 2021-03-26

Added

  • Automatically generated documentation on P2P messages encoding.
  • Context actions record/replay feature
  • Flag --actions-store-backend <BACKEND1> <BACKEND2> .... When enabled the node stores incomming actions in one of the selected backends. Possible values are: rocksdb, file
  • Flag --context-kv-store=STRING. Chooses backend for data related to merkle storage. By default rocksdb database is used, possible values are :
    • rocksdb - persistent RocksDB database
    • sled - persistent Sled database
    • inmem - volatile in memory database(unordered)
    • btree - volatile in memory database(ordered)
  • Added new RPCs for get operations details

Changed

  • Storage module refactor
  • Upgrade code to ocaml-interop v0.7.2

Security

  • Safer handling of String encoding