Daan van der Plas

Results 21 issues of Daan van der Plas

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

bug 🐛

I build a contract where an `#[ink(message)]` calls a second (and different) contract's `#[ink(message)]` that calls a third (and different) contract's `#[ink(message)]`. Everything works, based on my e2e-tests and interacting...

## 🐛 Bug description https://github.com/AcalaNetwork/chopsticks/issues/707 Reproduce: installing chopsticks: https://github.com/AcalaNetwork/chopsticks?tab=readme-ov-file#install #### 🌍 Your environment node: 21.7.1 yarn: 4.1.1 wasm-pack version: https://github.com/AcalaNetwork/chopsticks/blob/3c6524f0b0fe08f05576931520800caf691d90bc/package.json#L68 rustc version: 1.76

The links provided in the cargo-contract docs point towards old line numbers. E.g. a link that is meant to point to a dispatchable now points to something random (due to...

When running the e2e-test and trying out the contract I get the following error: E2e-test: > thread 'delegator::e2e_tests::e2e_delegator' panicked at 'error on ws request `upload_code`: Rpc(ClientError(Call(Custom(ErrorObject { code: ServerError(-32000), message:...

Hello, I am trying to import my ledger polkadot address into my Polkadot vault but I'm having a hard time deriving the right path and resulting to the correct address....

Updates the repository to rust 2024, partially closes https://github.com/use-ink/ink-alliance/issues/43 - [ ] as_option macro (used for event fields marked with `ink::topic` attribute) ``` #[macro_export] #[doc(hidden)] macro_rules! as_option { ( $e:expr...

I spin up a local node with custom endpoint, how do I connect the contracts ui?

When a user wants to provide input for e.g. a `u32` the user can't delete the `0` that is the place holder. They first need to add a number before...

bug

In order to instantiate a contract with argument String I need to wrap the string in the terminal with `'"`, example: `--args '"argument"'`