Skip to content

Commit dcba953

Browse files
aleksusskarim-enbirchmddependabot[bot]mrLSD
authored
Release 3.6.2 (#921)
### Additions - Added a new view transaction `ft_balances_of` for getting balances for multiple accounts by [@karim-en]. ([#905]) ### Changes - The `ft_resolve_transfer` callback doesn't require running the contract to finish the `ft_transfer_call` correctly by [@aleksuss]. ([#906]) - Borsh has been bumped to 1.3 what allows to get rid of additional feature `borsh-compat` by [@aleksuss]. ([#907]) - The `ExecutionProfile` has been extended with logs for tests by [@mrLSD]. ([#910]) - The interface of the engine standalone storage has been extended with a couple of methods for allowing set/get arbitrary data outside the crate by [@aleksuss]. ([#913]) ### Fixes - Minor improvements and fixes by [@raventid]. ([#916]) [#905]: #905 [#906]: #906 [#907]: #907 [#910]: #910 [#913]: #913 [#916]: #916 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Karim <karim@aurora.dev> Co-authored-by: Michael Birch <michael.birch@aurora.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev> Co-authored-by: Julian Pokrovsky <raventid@users.noreply.github.com>
1 parent 26a1262 commit dcba953

90 files changed

Lines changed: 2936 additions & 2079 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.6.2] 2024-03-27
11+
12+
### Additions
13+
14+
- Added a new view transaction `ft_balances_of` for getting balances for multiple accounts by [@karim-en]. ([#905])
15+
16+
### Changes
17+
18+
- The `ft_resolve_transfer` callback doesn't require running the contract to finish the `ft_transfer_call` correctly
19+
by [@aleksuss]. ([#906])
20+
- Borsh has been bumped to 1.3 what allows to get rid of additional feature `borsh-compat` by [@aleksuss]. ([#907])
21+
- The `ExecutionProfile` has been extended with logs for tests by [@mrLSD]. ([#910])
22+
- The interface of the engine standalone storage has been extended with a couple of methods for allowing set/get
23+
arbitrary data outside the crate by [@aleksuss]. ([#913])
24+
25+
### Fixes
26+
27+
- Minor improvements and fixes by [@raventid]. ([#916])
28+
29+
[#905]: https://github.com/aurora-is-near/aurora-engine/pull/905
30+
[#906]: https://github.com/aurora-is-near/aurora-engine/pull/906
31+
[#907]: https://github.com/aurora-is-near/aurora-engine/pull/907
32+
[#910]: https://github.com/aurora-is-near/aurora-engine/pull/910
33+
[#913]: https://github.com/aurora-is-near/aurora-engine/pull/913
34+
[#916]: https://github.com/aurora-is-near/aurora-engine/pull/916
35+
1036
## [3.6.1] 2024-02-15
1137

1238
### Changes
@@ -617,7 +643,8 @@ struct SubmitResult {
617643

618644
## [1.0.0] - 2021-05-12
619645

620-
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.1...develop
646+
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.2...develop
647+
[3.6.2]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.1...3.6.2
621648
[3.6.1]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.0...3.6.1
622649
[3.6.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.5.0...3.6.0
623650
[3.5.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.4.0...3.5.0
@@ -679,5 +706,6 @@ struct SubmitResult {
679706
[@mfornet]: https://github.com/mfornet
680707
[@mrLSD]: https://github.com/mrLSD
681708
[@olonho]: https://github.com/olonho
709+
[@raventid]: https://github.com/raventid
682710
[@RomanHodulak]: https://github.com/RomanHodulak
683711
[@sept-en]: https://github.com/sept-en

0 commit comments

Comments
 (0)