Skip to content

Version: 0.66.0

Compare
Choose a tag to compare
@d3p d3p released this 20 Oct 10:52
· 7 commits to master since this release
11bbffb

New

  • Added fields: BlockchainMessage { src_code_hash dst_code_hash }, BlockchainTransaction { code_hash },
    Message { src_code_hash dst_code_hash } , Transaction { code_hash }.
  • Added arguments: blockchain.messages(src_code_hash dst_code_hash), blockchain.transactions(code_hash).
  • In TCP_ADNL request mode Q-Server uses TON LiteServer API as an account provider.

Fixed

  • Account provider JSON RPC terminated a process in case of request timeout.
  • GraphQL queries with body more than 100KB was failed with PayloadTooLargeError: request entity too large.
    The size of the body is increased up to 50MB.