Skip to content

Monet (v1.1.0)

Compare
Choose a tag to compare
@qianbin qianbin released this 28 May 09:50
· 839 commits to master since this release
66f5f1b

This release includes implementation of VIP-191, which is proposed by Totient Labs. VIP-191 will be activated on testnet at block # 2,898,800 (~ Tue, 28 May 2019 04:00 GMT). Any nodes running on testnet are encouraged to be upgraded ASAP.

Example code to create a VIP-191 tx:

The activation time on mainnet is still TBD, until widely tested.

Pay special attention to last release notes, if the version of your nodes is below v1.0.8.


Notable changes:

  • Extends transaction model to support VIP-191 -- Designated Gas Payer

  • Expose gasPayer to VM context via Extension builtin contract.

  • Fork config for custom network

  • Improve consistency of underlying db

  • Speed up process of rebuilding log db

  • API changes:

    • deprecate POST /accounts/{address}
    • deprecate POST /accounts
    • enhance POST /accounts/*
    • VIP-191 related fields added to tx/block models
  • Hidden CLI flag -verify-logs to verify log db