Skip to content

Commit

Permalink
chore: 2.10.2 release notes (#819)
Browse files Browse the repository at this point in the history
## Description

Release notes for 2.10.2.
  • Loading branch information
aleksuss authored Aug 10, 2023
1 parent f57df5c commit 1a2ebed
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
23 changes: 20 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.10.2] 2023-08-10

### Changes

- Added a view transaction `factory_get_wnear_address` for returning address for the `wNEAR` ERC-20 contract by [@aleksuss]. ([#807])

### Fixes

- Fixed a bug where standalone engine can crash on tracing transactions with too large contract deployment by [@birchmd]. ([#817])
- Fixed a bug and performance improvements with unusual exponents in the `engine-modexp` crate by [@guidovranken]. ([#814])

[#817]: https://github.com/aurora-is-near/aurora-engine/pull/817
[#814]: https://github.com/aurora-is-near/aurora-engine/pull/814
[#807]: https://github.com/aurora-is-near/aurora-engine/pull/807

## [2.10.1] 2023-07-27

### Fixes
Expand Down Expand Up @@ -449,7 +464,8 @@ struct SubmitResult {

## [1.0.0] - 2021-05-12

[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.1...develop
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.2...develop
[2.10.2]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.1...2.10.2
[2.10.1]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.0...2.10.1
[2.10.0]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.3...2.10.0
[2.9.3]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.2...2.9.3
Expand Down Expand Up @@ -492,12 +508,13 @@ struct SubmitResult {
[@andrcmdr]: https://github.com/andrcmdr
[@birchmd]: https://github.com/birchmd
[@Casuso]: https://github.com/Casuso
[@guidovranken]: https://github.com/guidovranken
[@hskang9]: https://github.com/hskang9
[@joshuajbouw]: https://github.com/joshuajbouw
[@mandreyel]: https://github.com/mandreyel
[@matklad]: https://github.com/matklad
[@mfornet]: https://github.com/mfornet
[@mrLSD]: https://github.com/mrLSD
[@olonho]: https://github.com/olonho
[@RomanHodulak]: https://github.com/RomanHodulak
[@sept-en]: https://github.com/sept-en
[@matklad]: https://github.com/matklad
[@olonho]: https://github.com/olonho
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ run_task = "build-engine-flow-docker"
[tasks.build-docker]
category = "Build"
script = '''
docker run --volume $PWD:/host -w /host -i --rm nearprotocol/contract-builder:master-1f62a6883f3b99094267f33f9045954ab29af1d8-amd64 ./scripts/docker-entrypoint.sh ${PROFILE}
docker run --volume $PWD:/host -w /host -i --rm nearprotocol/contract-builder:master-de975ed75e0f6a840c7aeb57e3414959cb59bc00-amd64 ./scripts/docker-entrypoint.sh ${PROFILE}
'''

[tasks.build-xcc-router-docker-inner]
Expand All @@ -312,7 +312,7 @@ run_task = "build-xcc-router-flow-docker"
[tasks.build-xcc-docker]
category = "Build"
script = '''
docker run --volume $PWD:/host -w /host -i --rm nearprotocol/contract-builder:master-1f62a6883f3b99094267f33f9045954ab29af1d8-amd64 ./scripts/docker-xcc-router-entrypoint.sh ${PROFILE}
docker run --volume $PWD:/host -w /host -i --rm nearprotocol/contract-builder:master-de975ed75e0f6a840c7aeb57e3414959cb59bc00-amd64 ./scripts/docker-xcc-router-entrypoint.sh ${PROFILE}
'''

[tasks.test-contracts]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.1
2.10.2
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aurora-engine"
version = "2.10.1"
version = "2.10.2"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 1a2ebed

Please sign in to comment.