Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

104 lines (55 loc) · 1.89 KB

Release Notes

All notable changes to this project will be documented in this file.

Version 0.4.28

  • Added new console command engine.validator.openExtMsgProxy

Version 0.4.27

  • New command to send message without waiting status

Version 0.4.17

  • Message packs structures more optimizations

Version 0.4.16

  • Added engine.validator.resetExternalDb function to support new console command

Version 0.4.12

  • Message packs structures optimization

Version 0.4.9

  • Updated data structures for message packs

Version 0.4.4

  • Data structures for message packs

Version 0.4.0

  • Use modern crates anyhow and thiserror instead of failure

Version 0.3.83

  • Simpify vector serialization

Version 0.3.80

  • Data structures for mesh networks

Version 0.3.75

  • Supported merge of block and types repositories

Version 0.3.70

  • Added new structs for REMP

Version 0.3.62

  • Get rid of ton::bytes

Version 0.3.59

  • Added remp v2 catchain messages

Version 0.3.47

  • Added BLS data structures

Version 0.3.42

  • Added control queries TL declaration smc.runTvm, smc.runTvmByBlock, smc.runTvmMsg and smc.runTvmMsgByBlock

Version 0.3.29

  • Added control queries TL declaration raw.getShardAccountMeta, raw.getAccountByBlock, raw.getAccountMetaByBlock, raw.getAppliedShardsInfo

Version 0.3.22

  • Modify conversion API for TL public key
  • Increase package version

Version 0.3.7

  • Add GetSelectedStats control query

Version 0.3.1

  • Added Signing trait for structures which have signature field

Version 0.3.0

  • Use bytes types as alias to Vec

Version 0.2.198

  • Updated datatypes to allow unique message id tracing in REMP

Version 0.2.195

  • Added datatypes for msg queue updates

Version 0.2.190

  • Removed using extra crate base64
  • Added conversion between KeyOption and ton::PublicKey
  • Minor refactoring for modern rust language