Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.2 #163

Merged
merged 43 commits into from
Jun 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ebb2edf
Remove the dependency on Lunarity. (#115)
birchmd Jun 1, 2021
418a473
Fix Clippy complaint with +nightly. (#117)
birchmd Jun 1, 2021
0f11b37
Add an `evm-bully=yes` build to CI. (#121)
Jun 4, 2021
544ad92
Fix evm-bully builds. (#130)
birchmd Jun 4, 2021
aaeec76
Handle transaction gas limit properly. (#123)
birchmd Jun 4, 2021
a7d2b19
Merge branch 'master' into develop
artob Jun 4, 2021
d8f042d
Add an `is_used_proof` interface. (#120)
sept-en Jun 5, 2021
b76c7a3
Simplify the `sdk::read_u64` return type. (#118)
birchmd Jun 5, 2021
9c81e52
Merge branch 'master' into develop
artob Jun 5, 2021
2bf9b25
Implement generational storage with `SELFDESTRUCT` tests (#84)
mfornet Jun 10, 2021
faff25c
Fix needless borrows. (#135)
birchmd Jun 11, 2021
c1b8466
Add JSON custom error types. (#131)
sept-en Jun 11, 2021
94cb338
Don't burn NEP-141 on deposit. (#133)
sept-en Jun 11, 2021
cb64a2d
Eth-connector: fixed u128 json parsing & tests (#125)
mrLSD Jun 12, 2021
99b4e17
Macro for logging (#142)
birchmd Jun 16, 2021
9c4b1d0
Add changelog sections.
artob Jun 17, 2021
cbb878f
Introduce precompiles for the ETH & ERC-20 connectors. (#51)
mfornet Jun 17, 2021
1007ce2
Improve and refactor the ETH connector. (#136)
sept-en Jun 17, 2021
7376cfb
Add missing trailing newline.
artob Jun 17, 2021
3b6bc37
Fix SPDX identifiers.
artob Jun 17, 2021
1dff687
Add missing trailing newlines.
artob Jun 17, 2021
680f519
Merge branch 'master' into develop
artob Jun 17, 2021
d923a02
Bump normalize-url from 4.5.0 to 4.5.1. (#144)
dependabot[bot] Jun 17, 2021
3caa772
Fix CI debug pipeline. (#145)
mfornet Jun 17, 2021
7715d90
Enable `meta_call` only with feature flag. (#146)
sept-en Jun 17, 2021
790c3f4
Implement EIP-2565 support. (#138)
joshuajbouw Jun 17, 2021
37961b2
Add `mainnet`, `testnet`, and `betanet` feature flags. (#147)
sept-en Jun 17, 2021
879c736
Fix `clippy::unnecessary_unwrap`. (#149)
birchmd Jun 17, 2021
1215c02
Prohibit static calls in exit precompiles. (#148)
sept-en Jun 17, 2021
ca8c5cc
Fix all Clippy warnings. (#150)
sept-en Jun 17, 2021
3054a27
Create the `ExitToNear` receiver account if it does not exist. (#151)
birchmd Jun 18, 2021
21a14bb
Update the changelog.
artob Jun 18, 2021
47933e5
Merge branch 'master' into develop
artob Jun 18, 2021
103ef46
Merge branch 'master' into develop
artob Jun 18, 2021
8786757
Remove engine feature flag (#154)
birchmd Jun 19, 2021
5a775f8
Refactor: Move tests to `src/tests` (#155)
birchmd Jun 19, 2021
76615d0
Improve the `EvmErc20.sol` contract. (#156)
0x3bfc Jun 21, 2021
9b759d9
Properly document endianess. (#157)
Jun 22, 2021
03e170f
Fix NEP-141 Compliance (#158)
mfornet Jun 23, 2021
6228db7
Update the changelog.
artob Jun 23, 2021
52f1d8d
Merge branch 'master' into develop
artob Jun 23, 2021
1e15f35
Bump the version to 1.4.2.
artob Jun 25, 2021
7d530b2
Update the changelog.
artob Jun 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.2] - 2021-06-25

## [1.4.1] - 2021-06-23

## [1.4.0] - 2021-06-18
Expand All @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2021-05-12

[1.4.2]: https://github.com/aurora-is-near/aurora-engine/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/aurora-is-near/aurora-engine/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/aurora-is-near/aurora-engine/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/aurora-is-near/aurora-engine/compare/1.2.0...1.3.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.4.2