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

Common: Execute on Breaking Release Notes #1690

Closed
wants to merge 8 commits into from

Conversation

ScottyPoi
Copy link
Contributor

Fixes #1633

  1. Removed deprecated forCustomChain() constructor method
  2. Renamed all *BN methods to their non-BN names
  3. Update *BN method calls in the upstream monorepo libraries
  4. Removed chains/index.ts file and internalize the function _getInitializedChains() into the main index.ts file
  5. Removed genesisStates/index.ts
  6. Update method names in tests

Remove depricated common.hardforkBlock method
Rename hardforkBlockBN() calls to hardforkBlock()
Remove old common.chainId method
Rename all chainIdBN() calls to chainId()
Remove old common.networkId method
Rename networkIdBN() calls to networkId()
remove old common.nextHardforkBlock method
rename common netxtHardforkBlockBN() calls
Change all .forCustomChain() calls to Common.custom()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant