Skip to content

Releases: aurora-is-near/borealis-engine-lib

v0.20.0

17 May 14:00
375fe9e
Compare
Choose a tag to compare

What's Changed

  • chore: update aurora-engine up to 2.9.1 by @aleksuss in #67

Full Changelog: v0.19.3...v0.20.0

v0.19.2

25 Apr 14:51
78690aa
Compare
Choose a tag to compare

Includes a bug fix where the Refiner would produce duplicate EVM transactions in the case of failed batches. See #64 for more details.

v0.19.1

20 Apr 14:44
8343f0b
Compare
Choose a tag to compare

Upgrades to the latest Near Lake framework. This fixes an issue where the refiner could not handle the new Delegate actions on Near.

v0.18.0

21 Mar 13:31
86ea8eb
Compare
Choose a tag to compare

This release adds support for new Engine methods (submit_with_args and set_owner) as well as new Near Delegate action. See #52 for details.

v0.17.2

10 Mar 14:45
6b87435
Compare
Choose a tag to compare

Release notes

Changes

  • Updated nearcore dependency from 1.26.1 to 1.31.1.

v0.17.1

08 Mar 21:06
5f6beb7
Compare
Choose a tag to compare

Release Notes

Features

  • Implemented Clone for NEARBlock and all its substructs.

v0.17.0

08 Feb 01:40
e746b83
Compare
Choose a tag to compare

Release Notes

Fixes

  • Fixed bug where the Refiner would crash on receipts with no actions #45
  • Fixed issue on start-up where the Refiner would use a lot of resources opening its DB #46

Changes

  • Updated indexer to nearcore version 1.31 #44

v0.16.0

13 Jan 21:20
592f4f7
Compare
Choose a tag to compare

Release notes

aurora-standalone-engine

Added

  • OpenEthereum Tracing format #36

aurora-refiner

Fixed

  • Atomically update last block file to avoid corrupting it on unexpected shutdown #34

aurora-refiner-lib

Added

  • Track the NEAR transaction hash and include it in the NEAR metadata #31

Changed

  • Use u64 for nonce and gas types (this brings our types in line with geth) #30

Fixed

  • Use the NEAR block data to get the outcome of a receipt where possible; check this aligns with the Engine output #35
  • Populate the contract_address field in the case that a contract is deployed #22
  • Use the Engine state for the nonce of transactions that come from NEAR accounts (call, deploy) #40

v0.12.0

18 Jul 12:56
544067c
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Minimum viable release including both engine and refiner logic libraries. The refiner app is still WIP.