Skip to content

0.8.2

Latest
Compare
Choose a tag to compare
@neodix42 neodix42 released this 06 Dec 07:26
· 12 commits to main since this release
6daaecd
  • add sendRawMessageWithConfirmation() to Tonlib; (works with tonlibjson.so/dll from testnet, pending ton-blockchain/ton#1379)
    • Sends raw message, bag of cells encoded in base64, with delivery confirmation. After the message
    • has been sent to the network this method looks up specified account transactions and returns
    • true if message was found among them. Timeout 60 seconds.
  • add waitForDeployment() with default timeout 60s;
  • to all contracts added method sendWithConfirmation();
  • fix ConfigParams 1-5 TL-B types;
  • update third-parties;
  • improve java docs;
  • add ton artifacts for quicker dev (windows only);
  • removed tonlib redundant logging;
  • add more fromNano and toNano methods with precision;