Skip to content

Everest Update

Pre-release
Pre-release
Compare
Choose a tag to compare
@StephenButtolph StephenButtolph released this 11 Sep 08:27
· 7653 commits to dev since this release
893eb30

This update freezes the APIs for the first version of mainnet and includes numerous updates.

  • avm.send now has an optional froms field to specify which address(es) to send funds from.
  • nodes now track the uptime of their peers.
  • auth token support was added to the http api.
  • the ipc socket was changed to use raw byte streams rather than following the nanomsg protocol, due to observed message unreliability and low speeds.
  • the mainnet minting function was implemented.
  • gecko was renamed to avalanchego.
  • fixed file descriptor leak in the plugin interface.