moonbeam
moonbeam copied to clipboard
An Ethereum-compatible smart contract parachain on Polkadot
### 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...
### 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? Update RELEASE.md ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are...
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...
### 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...
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,...
### 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 //...