Commit b195f58
Add feature flag to compile contracts for
* hack together RiscV support for ink! -- works!
* fix: various fixes for xcm and pallet-revive-uapi integration (#1)
* fix(revive): apply xcm fix from pallet_contracts
* build(deps): align pallet-revive-uapi dependency
* fix: update pallet-revive-uapi integration
* chore: remove workspace.xml
* fix: improve output type length handling
* fix: various fixes and improvements
* fix(caller): use to_account_id host fn
* chore: update cargo.lock
* Introduce feature flag `revive`
* Cleanup prior commits
* Update changelog
* Debugging faulty `std` import
* Make sure `panic_impl` of `sp-io` is not enabled
* Clean up changes
* Update `Cargo.lock`
* Make `[build.rustflags]` an array
* Replace `panic`'s with `todo`'s
* Revert changes to `Cargo.toml`'s
* Convert spaces to tabs
* Add `caller_is_root`
* Introduce `#[ink::polkadot_derive]` re-export
* Forward `std`
* Configure `sp-io`
* Configure `sp-io`
* Forward `std`
* Remove unused attribute
* Use correct `ErrorCode` enum
* Update test fixtures
* Fix clippy errors
---------
Co-authored-by: Peter White <[email protected]>
Co-authored-by: Frank Bell <[email protected]>pallet-revive (#2319)1 parent 8ac9899 commit b195f58
File tree
37 files changed
+1497
-56
lines changed- .cargo
- crates
- allocator/src
- e2e
- engine
- src
- env
- src
- call
- call_builder
- engine
- off_chain
- on_chain/impls
- ink
- codegen
- src/generator
- macro
- src
- tests/ui/storage_item/fail
- storage
- src/lazy
- integration-tests/public/flipper
- linting
- extra
37 files changed
+1497
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
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 | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
149 | | - | |
150 | | - | |
151 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
| 326 | + | |
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| |||
0 commit comments