feat: uplift dependencies and implement revive
#132
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Required
rustc
version:Before merging this PR, we need to make changes to the
ink
andpolkadot-sdk
dependencies to a right branch, currently those are pointed to these below branches:CHANGELOG
examples/chain-extension
: Current issue is theMemory
trait inpallet-revive
is required for the implementation of the chain extension but theMemory
trait is inwasm
module which is not exported as public. In the chain extension implementation of Pop Network, we forked thepallet-revive
and modified it.examples/contract-events
: Tests passed ✅examples/cross-contract-call-tracing
:examples/dry-running
: Tests passed ✅examples/flipper
: Tests passed ✅examples/mocking
:CodeRejected
thrown because theDUMMY_CONTRACT
is WASM blob code.examples/multiple-contracts
: Failed to compile the contract becausepsp22
dependency contract is not updated torevive
.examples/quick-start-with-drink
: Tests passed ✅examples/runtime-interaction
:CodeRejected
thrown because theCONTRACT
is WASM blob code.