Peter White
Peter White
In the forum post, you mention that `pallet-revive` will use `AccountId20`. Will the pallet continue to support `AccountId32` as well for ink! contracts? Or, will ink! contracts need to update...
> As for the address type: ink! should just use `AccoundId20` and thats it. It is an easy change since it is configurable anyways. Thanks for the answer. So, is...
@athei just to clarify because you say these types will be "fixed". Will the account id type and the block number be configurable in the runtime? So, if a different...
Should also have support for direct xcm_send and xcm_execute (as existed in pallet-contracts). ink! and other Rust contracts can already use the XCM builder directly, so they should be able...