You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump versions
* Update changelog
* Update `Cargo.lock`
* Update to `contract-build` 5.0
* Temporarily disabled RISCV CI stages
* Update test fixtures
* Update `.gitignore`
* Add missing fields to `ink_sandbox/Cargo.toml`
* Add `ink_sandbox` version field to dep
-[Runtime-to-Contract Calls] Add example for calling a contract from a runtime pallet ‒ [#2189](https://github.com/paritytech/ink/pull/2189)
92
+
-[XCM] Add `xcm_execute` and `xcm_send` support ‒ [#1912](https://github.com/use-ink/ink/pull/1912)
10
93
-[Linter] Add links to detailed lint description ‒ [#2170](https://github.com/use-ink/ink/pull/2170)
11
-
- Add `xcm_execute` and `xcm_send` support - [#1912](https://github.com/use-ink/ink/pull/1912)
12
-
- Environment agnostic contract invocation API ‒ [#219](https://github.com/use-ink/ink/pull/2219)
13
-
-[E2E] Add ability to take and restore snapshots - [#2261](https://github.com/paritytech/ink/pull/2261) (thanks [@0xLucca](https://github.com/0xLucca)!)
94
+
-[E2E] Adds a message to SandboxErr to add context for easier debugging ‒ [#2218](https://github.com/use-ink/ink/pull/2218)
95
+
-[E2E] Add ability to take and restore snapshots ‒ [#2261](https://github.com/paritytech/ink/pull/2261) (thanks [@0xLucca](https://github.com/0xLucca)!)
96
+
-[E2E] Demonstrate usage of seeds for secret URIs in E2E test for chain snapshots ‒ [#2163](https://github.com/paritytech/ink/pull/2163)
97
+
14
98
15
99
### Changed
16
-
-[E2E] Update `subxt` and `polkadot-sdk` dependencies ‒ [#2174](https://github.com/use-ink/ink/pull/2174)
17
100
- Update repository URLs & references from `paritytech` GitHub organization to new `use-ink` one ‒ [#2220](https://github.com/use-ink/ink/pull/2220) and [#2248](https://github.com/use-ink/ink/pull/2248)
18
-
- Fix XCM-support to single encode the XCM message [#2278](https://github.com/use-ink/ink/pull/2278)
101
+
-[E2E] Update `subxt` and `polkadot-sdk` dependencies ‒ [#2174](https://github.com/use-ink/ink/pull/2174)
102
+
-[Drink backend] Replace `drink` sandbox with internal `ink_sandbox` ‒ [#2158](https://github.com/use-ink/ink/pull/2158)
19
103
20
104
### Fixed
21
-
- Fix outdated docs for `[ink_e2e::test]` ‒ [#2162](https://github.com/use-ink/ink/pull/2162)
22
-
-[E2E] build contracts before initializing node rpc ‒ [#2168](https://github.com/use-ink/ink/pull/2162)
23
-
-[E2E]`set_account_balance` now can't set balance below existential deposit - [#1983](https://github.com/paritytech/ink/pull/1983) (thanks [@0xLucca](https://github.com/0xLucca)!)
0 commit comments