Commit 64fbe40
authored
Add E2E testing framework MVP (#1395)
* Add missing words to spellcheck dictionary
* Add `contracts-node.scale` metadata
Has been exported via
cargo install subxt-cli
subxt metadata > contracts-node.scale
For `substrate-contracts-node` v0.20.0.
* Run `substrate-contracts-node` in CI
* Invoke `cargo doc` separately for each crate
* Add MVP for E2E testing framework
* Add E2E tests for `contract-transfer` example
* Add ToDo comment for migration to `state_call` RPC
* Update to new `ink` entrance crate
* Add ToDo for `node_log_contains`
* Update to `ink` entrance crate
* Migrate to `state_call` RPC
* Always initialize `env_logger`
* Use latest `subxt` release
* Remove superfluous TODO
* Apply `cargo fmt`
* Adapt test fixtures1 parent 9fe9a42 commit 64fbe40
File tree
29 files changed
+1824
-13
lines changed- .config
- crates
- env
- metadata
- src
- engine
- e2e
- ink
- codegen
- src
- generator
- ir/src
- ir
- macro/src
- src
- tests/ui
- contract/fail
- storage_item/fail
- trait_def/fail
- examples/contract-transfer
29 files changed
+1824
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
| 112 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
280 | 283 | | |
281 | 284 | | |
282 | 285 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
288 | 301 | | |
289 | 302 | | |
290 | 303 | | |
| |||
347 | 360 | | |
348 | 361 | | |
349 | 362 | | |
| 363 | + | |
350 | 364 | | |
351 | 365 | | |
352 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
53 | 73 | | |
54 | 74 | | |
55 | 75 | | |
| |||
Binary file not shown.
0 commit comments