nanocryk

Results 16 comments of nanocryk

Well this is not part of our chain. But you should be able to match this extrinsic in your chain runtime API, find if the ethereum transaction matches, and if...

@nbaztec Can now be updated to BoundedVec and precompile macro :)

Started to work on it but there are a few pending PRs to improve the crate, and a few more feature we need to work on. Afterward I'll resume the...

@koushiro I'd like to add macro UI tests for `precompile_name_from_address` as they are some typos in the macro that gives bad error messages when used incorrectly. I'd also like to...

I started a cleanup refactor of the precompile-utils crate here: https://github.com/PureStake/moonbeam/pull/2165 Could I have your feedback @koushiro ? :)

Some of the usages of the CryptoStore are made in the impl of the `ConsensusDataProvider` trait, which is not async. The only function that can be made async is `first_available_key`...