Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Conversation

@nazarhussain
Copy link
Contributor

Description

Fixes #5122

Type of change

  • Upgrades

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran npm run dtslint with success and extended the tests and types if necessary.
  • I ran npm run test:cov and my test cases cover all the lines and branches of the added code.
  • I ran npm run build with success.
  • I have tested the built dist/web3.min.js in a browser.
  • I have tested my code on the live network.
  • I have checked the Deploy Preview and it looks correct.
  • I have updated the CHANGELOG.md file in the root folder.

@nazarhussain nazarhussain self-assigned this Jul 5, 2022
@nazarhussain nazarhussain added the 4.x 4.0 related label Jul 5, 2022
@nazarhussain nazarhussain linked an issue Jul 5, 2022 that may be closed by this pull request
@nazarhussain nazarhussain requested a review from jdevcs July 7, 2022 10:12
@nazarhussain nazarhussain merged commit d6c6bba into 4.x Jul 7, 2022
@nazarhussain nazarhussain deleted the nh/5122-eth-crypt-upgrade branch July 7, 2022 16:02
spacesailor24 pushed a commit that referenced this pull request Jul 12, 2022
* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>
spacesailor24 pushed a commit that referenced this pull request Jul 13, 2022
* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>
spacesailor24 pushed a commit that referenced this pull request Jul 13, 2022
* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>
spacesailor24 added a commit that referenced this pull request Jul 13, 2022
* Init web3_eth_migration_guide

* WIP migration guide

* WIP migration guide

* Add more methods

* WIP migration guide

* Add request accounts

* Apply some changes from reviews

* Add getHashrate as deprecated

* Remove getAccounts, as it will be fixed

* Fix hex string to bigint in docs

* Migration guide refactors

* fix decode function. migration guide. fix unit tests (#5210)

* fix decode function. migration guide. fix unit tests

* 🏷️ Fix the contract types (#5213)

* fix contract integration tests

* add to changelog.md

Co-authored-by: Nazar Hussain <[email protected]>

* Incompatible return types for 4.x implementations (#5205)

* Throw error for not found tx in getTransaction

* Fix failing tests

* Move mock values to fixtures

* Throw error for not found tx in getTransactionReceipt

* Create dedicated error

* Create dedicated error code

* Upgrade ethereum-cryptography to 1.0  (#5211)

* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>

* add net to web3 eth interface (#5217)

* web3-common/core defaults documentation (#5198)

* Init commit with defaultAccount

* Add some more properties

* Add more properties

* Refactor docs

* Apply some changes from reviews

* Upgrade ethereum-cryptography to 1.0  (#5211)

* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>

* web3-common/core defaults documentation (#5198)

* Init commit with defaultAccount

* Add some more properties

* Add more properties

* Refactor docs

* Apply some changes from reviews

Co-authored-by: Nikos Iliakis <[email protected]>
Co-authored-by: Nikos Iliakis <[email protected]>
Co-authored-by: Junaid <[email protected]>
Co-authored-by: Oleksii Kosynskyi <[email protected]>
Co-authored-by: Nazar Hussain <[email protected]>
Muhammad-Altabba pushed a commit that referenced this pull request Jul 19, 2022
* Init web3_eth_migration_guide

* WIP migration guide

* WIP migration guide

* Add more methods

* WIP migration guide

* Add request accounts

* Apply some changes from reviews

* Add getHashrate as deprecated

* Remove getAccounts, as it will be fixed

* Fix hex string to bigint in docs

* Migration guide refactors

* fix decode function. migration guide. fix unit tests (#5210)

* fix decode function. migration guide. fix unit tests

* 🏷️ Fix the contract types (#5213)

* fix contract integration tests

* add to changelog.md

Co-authored-by: Nazar Hussain <[email protected]>

* Incompatible return types for 4.x implementations (#5205)

* Throw error for not found tx in getTransaction

* Fix failing tests

* Move mock values to fixtures

* Throw error for not found tx in getTransactionReceipt

* Create dedicated error

* Create dedicated error code

* Upgrade ethereum-cryptography to 1.0  (#5211)

* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>

* add net to web3 eth interface (#5217)

* web3-common/core defaults documentation (#5198)

* Init commit with defaultAccount

* Add some more properties

* Add more properties

* Refactor docs

* Apply some changes from reviews

* Upgrade ethereum-cryptography to 1.0  (#5211)

* ⬆️ Update ethereum-cryptography package

* Apply suggestions from code review

Co-authored-by: Junaid <[email protected]>

* 🎨 Update the code as per feedback

Co-authored-by: Junaid <[email protected]>

* web3-common/core defaults documentation (#5198)

* Init commit with defaultAccount

* Add some more properties

* Add more properties

* Refactor docs

* Apply some changes from reviews

Co-authored-by: Nikos Iliakis <[email protected]>
Co-authored-by: Nikos Iliakis <[email protected]>
Co-authored-by: Junaid <[email protected]>
Co-authored-by: Oleksii Kosynskyi <[email protected]>
Co-authored-by: Nazar Hussain <[email protected]>
Signed-off-by: Muhammad-Altabba <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

4.x 4.0 related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade ethereum-cryptography to 1.0

5 participants