Skip to content

v1.9.0

Compare
Choose a tag to compare
@xssnick xssnick released this 18 Mar 11:55
· 142 commits to master since this release
d1d6074
  • Cell Dictionary reimplemented to read and update data in cell tree directly (same with ton node)
  • Cell proof creation rethought, added ProofSkeleton type for friendly and easy proofs creation
  • Precalculated cell hashes instead of lazy calculation (for parallel reads safety)
  • Serialization/Deserialization of registered tlb interface types
  • Added TL structures for the rest liteserver types
  • Liteclient connection pool better balancing
  • BoC serialization with cache flag support
  • Added cell builder direct ToSlice method
  • ADNL TCP Server implementation
  • ADNL TCP optimizations
  • RLDP optimizations
  • Address to json serialization
  • DHT Buckets implementation
  • Ext and Var address string serialization
  • tlb Stack tuple serialization support
  • tlb.Coins copy in Nano() return
  • Fixed 2nd and 3rd level proofs creation
  • Fixed BoC root index deserialization order
  • Other minor fixes
  • Test coverage increased