Skip to content

Commit 50bf61c

Browse files
artobAhmed AliFrank Braunsept-enMarcelo Fornet
authored
Release 1.4.1. (#159)
* Remove engine feature flag. (#154) * Move tests to `src/tests`. (#155) * Improve the `EvmErc20.sol` contract. (#156) * Properly document endianess. (#157) * Fix NEP-141 compliance. (#158) Co-authored-by: Ahmed Ali <ahmed@aurora.dev> Co-authored-by: Frank Braun <frank@aurora.dev> Co-authored-by: Kirill <kirill@aurora.dev> Co-authored-by: Marcelo Fornet <marcelo@aurora.dev> Co-authored-by: Michael Birch <michael@aurora.dev>
1 parent 4191603 commit 50bf61c

33 files changed

Lines changed: 121 additions & 774 deletions

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions-rs/cargo@v1
2828
with:
2929
command: test
30-
args: --locked --verbose
30+
args: --locked --verbose --features meta-call
3131
bully-build:
3232
name: Bully build
3333
runs-on: ubuntu-latest

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.1] - 2021-06-23
9+
810
## [1.4.0] - 2021-06-18
911

1012
## [1.3.0] - 2021-06-17
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
## [1.0.0] - 2021-05-12
1719

20+
[1.4.1]: https://github.com/aurora-is-near/aurora-engine/compare/1.4.0...1.4.1
1821
[1.4.0]: https://github.com/aurora-is-near/aurora-engine/compare/1.3.0...1.4.0
1922
[1.3.0]: https://github.com/aurora-is-near/aurora-engine/compare/1.2.0...1.3.0
2023
[1.2.0]: https://github.com/aurora-is-near/aurora-engine/compare/1.1.0...1.2.0

0 commit comments

Comments
 (0)