Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontier update for v0.3 #103

Merged
merged 20 commits into from
Nov 11, 2020
Merged

Frontier update for v0.3 #103

merged 20 commits into from
Nov 11, 2020

Conversation

tgmichel
Copy link
Contributor

This PR updates Moonbeam to use new Frontier features up to 6abd240b1c5812a9a3c63308ef60576275ffb7f3.

Kept

  • StorageProvider use when possible.
  • Block import mapping checks (Cumulus Imported VS. best patch) (this is required in the parachain context only). Added error handling that was necessary.

Removed

  • Logs in the auxiliary. They are accessed through the StorageProvider, and that I think should be sufficient by now.
  • ChainId and GasPrice remain as constants until we find the official solution for merging-in the Storage API in parity's frontier.
  • The block/log limit for querying past events is removed.
  • transaction-graph checks are removed (checks before sending the raw transaction to the transaction pool). They were not needed anyway, as the problem was not getting the receipt in Reverted status.

Changed

  • Downgrade jsonrpc-core and jsonrpc-pubsub major version to match the one in rococo-branch.

Copy link
Contributor

@JoshOrndorff JoshOrndorff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome Telmo!

@crystalin crystalin merged commit 4d9946d into master Nov 11, 2020
@crystalin crystalin deleted the tgmichel-v0.3 branch November 11, 2020 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants