Commit 03a8eee
authored
Dependency upgrades, version bump, example structure,
* Bump version to `6.0.0-alpha`
* Remove relative deps
* Apply `cargo fmt`
* Bump `polkavm-derive` to `0.19.0`
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Adapt `complex-storage-structures` to ink! 6
* Debug CI
* Fix `codecov` stage of CI
* Remove debug outputcargo-contract sync, CI fix (#2379)1 parent 8bb83d7 commit 03a8eee
File tree
84 files changed
+209
-234
lines changed- .github
- workflows
- crates
- e2e
- sandbox
- src
- env/src/engine/off_chain
- ink
- codegen
- src/generator/trait_def
- src
- integration-tests
- complex-storage-structures
- internal
- call-builder-return-value
- e2e-runtime-only-backend
- lang-err
- call-builder-delegate
- call-builder
- constructors-return-value
- contract-ref
- integration-flipper
- mapping
- mother
- sr25519-verification
- static-buffer
- storage-types
- public
- call-runtime
- combined-extension
- complex-storage-structures
- conditional-compilation
- contract-storage
- contract-terminate
- contract-transfer
- contract-xcm
- cross-contract-calls
- other-contract
- custom-allocator
- custom-environment
- dns
- e2e-call-runtime
- erc1155
- erc20
- erc721
- events
- flipper
- incrementer
- lazyvec
- multi-contract-caller
- accumulator
- adder
- subber
- multisig
- payment-channel
- psp22-extension
- rand-extension
- runtime-call-contract
- traits
- trait-dyn-cross-contract-calls
- contracts/incrementer
- traits
- trait-erc20
- trait-flipper
- trait-incrementer
- traits
- upgradeable-contracts
- delegator
- delegatee2
- delegatee
- set-code-hash-migration
- migration
- updated-incrementer
- 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.
84 files changed
+209
-234
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
405 | 404 | | |
406 | 405 | | |
407 | 406 | | |
408 | | - | |
| 407 | + | |
409 | 408 | | |
410 | 409 | | |
411 | 410 | | |
| |||
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
| 445 | + | |
446 | 446 | | |
447 | | - | |
448 | | - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
| |||
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
465 | | - | |
466 | | - | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
467 | 469 | | |
468 | 470 | | |
469 | 471 | | |
| |||
503 | 505 | | |
504 | 506 | | |
505 | 507 | | |
506 | | - | |
| 508 | + | |
507 | 509 | | |
508 | 510 | | |
509 | 511 | | |
| |||
537 | 539 | | |
538 | 540 | | |
539 | 541 | | |
540 | | - | |
| 542 | + | |
541 | 543 | | |
542 | 544 | | |
543 | 545 | | |
| |||
569 | 571 | | |
570 | 572 | | |
571 | 573 | | |
572 | | - | |
573 | | - | |
| 574 | + | |
| 575 | + | |
574 | 576 | | |
575 | 577 | | |
576 | 578 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments