Commit dcba953
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
File tree
- engine-hashchain
- src
- engine-precompiles
- src
- engine-sdk
- src
- engine-standalone-storage
- src
- relayer_db
- sync
- engine-tests-connector/src
- engine-tests/src
- tests
- standalone
- utils
- one_inch
- solidity
- engine-transactions/src
- engine-types
- src
- parameters
- types
- engine-workspace/src
- engine
- src
- contract_methods
- connector
- etc
- eth-contracts
- tests
- fibonacci
- src
- ft-receiver
- src
- modexp-bench
- src
- self-contained-5bEgfRQ
- src
- state-migration-test
- src
- xcc-router
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
10 | 36 | | |
11 | 37 | | |
12 | 38 | | |
| |||
617 | 643 | | |
618 | 644 | | |
619 | 645 | | |
620 | | - | |
| 646 | + | |
| 647 | + | |
621 | 648 | | |
622 | 649 | | |
623 | 650 | | |
| |||
679 | 706 | | |
680 | 707 | | |
681 | 708 | | |
| 709 | + | |
682 | 710 | | |
683 | 711 | | |
0 commit comments