moonbeam icon indicating copy to clipboard operation
moonbeam copied to clipboard

An Ethereum-compatible smart contract parachain on Polkadot

Results 202 moonbeam issues
Sort by recently updated
recently updated
newest added

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...

A3-inprogress

### 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....

A0-pleasereview
B7-runtimenoteworthy
D9-needsaudit👮

### 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...

A0-pleasereview
B7-runtimenoteworthy
D5-nicetohaveaudit⚠️

### 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...

A0-pleasereview
B0-silent
D3-trivial

### 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 ```...

B0-silent
D2-notlive

A3-inprogress
B0-silent
D2-notlive

### 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...

A0-pleasereview
B7-runtimenoteworthy
D5-nicetohaveaudit⚠️

### 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...

B0-silent
D2-notlive

### 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...

A0-pleasereview
B7-runtimenoteworthy
C3-medium
D1-audited👍

### 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...

A0-pleasereview
B7-runtimenoteworthy
D9-needsaudit👮