moonbeam
moonbeam copied to clipboard
An Ethereum-compatible smart contract parachain on Polkadot
Indexers are having trouble decoding AuthorMapping events that were removed/changed in #1407 . See the events not decoded here https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwss.api.moonbase.moonbeam.network#/explorer/query/6600 The tracking issue for this is MOON-1860. Is there a...
### What does it do? Currently arguments of `setKey` in `AuthorMapping` precompile are not properly decoded and don't match what what is generated from Ethereum tools with the Solidity interface....
### What does it do? Adds xcm-utils precompile to runtime at address `0x000000000000000000000000000000000000080b`. For now it has a single method, `multilocationToAddress` which returns the account derived from a particular ML...
### What does it do? Includes `EthTransaction: "LegacyTransaction"` to resolve ethereum transaction type in older runtimes, necessary after [this merge](https://github.com/polkadot-js/api/pull/5073/files). ### What important points reviewers should know? ### Is there...
### What does it do? Adds a scale helper script to perform storage operations ### 1. Encode Key ```bash $ ./scale.ts key --pallet System --storage Account --key 0x6Df05cBd5113261Dd0f63fb8ce89FC0e236B844e 0x26aa394eea5630e07c48ae0c9558cef7b99d880ec681799c0cf30e8886371da925e08b7dc98ca546e54165137e41c2416df05cbd5113261dd0f63fb8ce89fc0e236b844e ```...
### What does it do? Add a new `TreasuryCouncilCollective` pallet to manage the treasury. It replaces the normal Council for treasury management only. The normal Council is still associated with...
### What does it do? Raises proper error if `RELAY_WSS_URL` parameter is missing. ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What...
### What does it do? After adding this precompile in Moonbase 1700 we can add it to Moonriver and Moonbeam if no issues are found. ### What important points reviewers...
### What does it do? This PR proposes adding support for calling the EVM through XCM using proxies. Introduces: - A new `ProxyType` `EthereumXcmProxy` - A new dispatchable function in...