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

### What does it do? adds proxy precompile This PR is for discussion purposes on what to support in the proxy precompile after https://github.com/PureStake/moonbeam/pull/1705. ### What important points reviewers should...

B7-runtimenoteworthy
D1-audited👍
D9-needsaudit👮

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

A0-pleasereview
B0-silent
D3-trivial

### What does it do? Update RELEASE.md ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are...

B0-silent

When I want to try registering asset on local network I receive error. Code I want to execute in javascript section: // Make a transfer from Alice to Bob and...

I have several suggestions to launch tools under tools/ directory according to my testing local node experience: - add docs for running multiple parachains: such as `npm run launch --...

### What does it do? Add a manual GA workflow to publish the npm package `@moonbeam-network/api-augment`. ### What important points reviewers should know? ### Is there something left for follow-up...

B0-silent
ci
D2-notlive

### What does it do? This accomplishes two things: 1. Remove the floating congestion-based fee modifier previously used for pallet `transaction-payment` 2. Unify fee multipliers for both Ethereum and Substrate...

B7-runtimenoteworthy
D2-breaksapi
D3-breaksconsensus
D5-nicetohaveaudit⚠️
D10-breaksdocs

For jira ticket 1099, which was a feature request proposed by Henry: > There is currently no way to get the current nomination amount given a nominator and a collator,...

A3-stale
B7-runtimenoteworthy

### What does it do? Adds a test that should show that we can fill a single block with small Ethereum transctions. The logic should break down to: `12995000 //...

B0-silent
I4-tests 🎯
I7-optimisation ⏱