Commit 1645903
Release
* Release `5.0.0`
* update lock file
* add release summary
* fix typos
* update changelog
* update changelog
* update release notes
* typo
* add migration guide notice
* fix typo
* Apply suggestions from code review
Co-authored-by: Michael Müller <michi@parity.io>
* finish merge
* update changelog
* Bump drink to 14.0.0 and fix drink_client
Note that there is a breaking API change in this commit
The new syntax to specify a custom sandbox is now:
```diff
- #[ink_e2e::test(backend(runtime_only(runtime = ink_e2e::MinimalRuntime)))]
+ #[ink_e2e::test(backend(runtime_only(sandbox = ink_e2e::MinimalSandbox)))]
```
* replace the export
* Reexport `subxt_signer`
---------
Co-authored-by: Michael Müller <michi@parity.io>
Co-authored-by: PG Herveou <pgherveou@gmail.com>
Co-authored-by: Michael Mueller <mich@elmueller.net>5.0.0 (#2133)1 parent 4206c76 commit 1645903
63 files changed
Lines changed: 944 additions & 199 deletions
File tree
- crates
- e2e
- macro/src
- src
- ink/codegen
- integration-tests
- call-builder-return-value
- call-runtime
- combined-extension
- conditional-compilation
- contract-storage
- contract-terminate
- contract-transfer
- cross-contract-calls
- other-contract
- custom-allocator
- custom-environment
- dns
- e2e-call-runtime
- e2e-runtime-only-backend
- erc1155
- erc20
- erc721
- events
- flipper
- incrementer
- lang-err-integration-tests
- call-builder-delegate
- call-builder
- constructors-return-value
- contract-ref
- integration-flipper
- lazyvec-integration-test
- mapping-integration-tests
- mother
- multi-contract-caller
- accumulator
- adder
- subber
- multisig
- payment-channel
- psp22-extension
- rand-extension
- sr25519-verification
- static-buffer
- trait-dyn-cross-contract-calls
- contracts/incrementer
- traits
- trait-erc20
- trait-flipper
- trait-incrementer
- traits
- upgradeable-contracts
- delegator
- delegatee2
- delegatee
- set-code-hash
- updated-incrementer
- wildcard-selector
- linting
- extra
- mandatory
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments