Skip to content

1.12.1

Compare
Choose a tag to compare
@1estart-waves 1estart-waves released this 23 Jan 09:26
· 42 commits to release-1.12 since this release
  • Features:
    • Smart-contracts receive current block information along with the transaction to execute;
    • A new method to query contract's balance in gRPC API;
    • Quorum calculation has changed — only miners are counted;
  • Fixes:
    • Account generator can handle non-existing path to the wallet;
    • Mining of CreateContract transaction with "majority" validation policy;
    • Node configuration mode via CONFIGNAME_AS_HOSTNAME ENV variable;
    • Network connection limit calculation;
    • Error-handling behaviour of a validator on failing atomic tx with contracts;
  • Improvements:
    • Outdated validation results are no longer broadcasted and processed;
    • Validator optimised by limiting the number of transactions validations within a micro-block;
    • New metrics for circuit breaker and mvcc conflicts, better metrics for miner, validator and UTX;
    • owner_address attribute added for better logging;