Daan van der Plas

Results 21 issues of Daan van der Plas

https://paritytech.github.io/polkadot-sdk/master/frame_support/macro.ensure.html Implement it and apply to the `integration-tests` contracts

Adds an example of how to use `xcm_execute` to call into the runtime with taking nfts as an example. I found two limitations: - no good error handling because how...

I have the AccountId in my contract and I want to see this type using rust analyser. It then points me to the `#[ink::contract]` macro, is there a way we...

Shows how to test a contract using a precompile using node as backend. I have made it look as similar as the tests using the runtime as backend. Ultimately we...

Many contracts just have a `lib.rs`. It would be nice if we can separate the tests in a file.

I found an issue in the assets precompile while implementing the e2e tests. The problem was that I was using Polkadot addresses (32 bytes) and converted them to eth addresses...

## Summary runtime-only tests currently compile the runtime that is used every time developers run cargo test, which makes the fast-path unusable on large projects. We need a precompiled “runtime...