Rodrigo Quelhas
Rodrigo Quelhas
When compiling a vyper contract which is a symbolic link, it fails with the following message: [Error in plugin hardhat-vyper: File should always be found](https://github.com/NomicFoundation/hardhat/blob/dbf7c0b33001ebca01ac3737e8599ef251cf0de7/packages/hardhat-vyper/src/index.ts#L314). It works fine for hard...
Currently, WalletOperation class only exposes the operation results after at least 1 block was seen with the injected operation. Having access to operation results before the block confirmation would be...
What is the state of the project? From my first attempt to use it, I faced incompatibility issues with the latest substrate versions and had to fork multiple crates to...
### What does it do? This PR updates polkadot-sdk dependencies to version 1.7.2. ### What important points reviewers should know? Polkadot-sdk version 1.7.2 includes XCMv4, which removes the `Multi` prefix...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...
### What does it do? This PR changes the rocksDb weights used in pallet `frame_system` based the storage benchmarks performed against 10M Moonbeam storage keys. **Previous values:** ```rs pub const...
### What does it do? Adds regression tests for recent eth_call errors
### What does it do? This PR reverts a few dependency updates included in https://github.com/moonbeam-foundation/moonbeam/pull/2745. Why is this change necessary? For some reason it slows down the CI build slow.