Commit d601911
authored
refactor: sandbox to runtime (#2729)
* refactor: sandbox to runtime
* refactor: simpler e2e runtime tests style (#2737)
* refactor: simpler e2e runtime tests style
* fix: fmt & external error change
* refactor: remove left over sandbox usage
* refactor: simplify e2e node tests (#2738)
* refactor: simpler e2e runtime tests style
* fix: fmt & external error change
* refactor: remove left over sandbox usage
* refactor: simplify e2e node tests
* fmt
* refactor: import simplification
* fix: use full import1 parent 000aecf commit d601911
File tree
82 files changed
+780
-844
lines changed- crates
- e2e/macro
- src
- primitives/src
- runtime
- src
- api
- test-resources
- integration-tests
- all-abi/events
- internal
- builtin-precompiles
- call-builder-return-value
- data-hostfns
- e2e-runtime-only-backend
- gas-hostfns
- lang-err
- call-builder-delegate
- call-builder
- constructors-return-value
- contract-ref
- integration-flipper
- mapping
- misc-evm-getters-hostfns
- misc-hostfns
- overflow-safety
- static-buffer
- system-precompile
- public
- assets-precompile
- bytes
- contract-invocation
- contract-storage
- contract-terminate
- contract-transfer
- contract-xcm
- cross-contract-calls-advanced
- cross-contract-calls
- custom-allocator
- custom-environment
- debugging-strategies
- e2e-call-runtime
- erc20
- events
- fallible-setter
- flipper
- fuzz-testing
- lazyvec
- multi-contract-caller
- runtime-call-contract
- custom-runtime
- pallet-revive-caller
- src
- src
- trait-dyn-cross-contract-calls
- upgradeable-contracts
- delegator
- set-code-hash-migration
- set-code-hash
- wildcard-selector
- solidity-abi
- events
- sol-cross-contract
- sol-encoding
- solidity-calls-flipper
- trait-dyn-cross-contract-calls
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+780
-844
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments