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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: web3/web3.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 59b657b8c02af05575dc2d0ed321fa7d3aa8eaf6
Choose a base ref
...
head repository: web3/web3.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 65d27a541d0a7364f27f4f41fc6f5376040afd1c
Choose a head ref
  • 9 commits
  • 53 files changed
  • 10 contributors

Commits on Sep 14, 2022

  1. Release 1.8.0 (#5421)

    * npm i and CHANGELOG update for 1.8.0 release
    
    * v1.8.0-rc.0
    
    * Manual build commit for 1.8.0-rc.0
    
    * v1.8.0
    
    * Build for 1.8.0
    jdevcs authored Sep 14, 2022
    Copy the full SHA
    c924148 View commit details

Commits on Sep 20, 2022

  1. Update index.d.ts (#5260)

    * Update CHANGELOG.md
    
    * Update index.d.ts (#4955)
    
    this callback returns an array of event data
    
    Co-authored-by: Oleksii Kosynskyi <oleksii.kosynskyi@gmail.com>
    Co-authored-by: Nazar Hussain <nazarhussain@gmail.com>
    Co-authored-by: Nikos Iliakis <nikoulai@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com>
    
    * fix CHANGELOG
    
    Co-authored-by: bigbizze <42508203+bigbizze@users.noreply.github.com>
    Co-authored-by: Oleksii Kosynskyi <oleksii.kosynskyi@gmail.com>
    Co-authored-by: Nikos Iliakis <nikoulai@users.noreply.github.com>
    Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
    Co-authored-by: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com>
    Co-authored-by: Alex <alex.luu@mail.utoronto.ca>
    7 people authored Sep 20, 2022
    Copy the full SHA
    a7b5dea View commit details

Commits on Oct 22, 2022

  1. Update 1.x Dependencies (#5529)

    * Lock dependency version for @ethereumjs/common and @ethereumjs/tx
    
    * Ran npm i
    
    * Remove all package-lock.jsons
    
    * Regenerate package-lock.jsons
    
    * Ran npm audit fix
    
    * Update CHANGELOG
    
    * npm i
    
    * Bump uuid version from 3.3.2 to ^9.0.0
    
    * Bump uuid version from 3.3.2 to ^9.0.0
    spacesailor24 authored Oct 22, 2022
    Copy the full SHA
    b737d27 View commit details

Commits on Oct 28, 2022

  1. Add removed property to Log type (#4877) (#5576)

    * Add `removed` property to `Log` type
    
    Fixes #4747 (comment)
    
    * Update CHANGELOG.md
    
    added this upon jdevcs' [request](#4877 (comment))
    
    * Update CHANGELOG.md
    
    Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
    
    Co-authored-by: Samuel Laferriere <samlaf92@gmail.com>
    jdevcs and samlaf authored Oct 28, 2022
    Copy the full SHA
    32b4c79 View commit details
  2. Copy the full SHA
    49dae94 View commit details
  3. v1.8.1-rc.0

    jdevcs committed Oct 28, 2022
    Copy the full SHA
    b9b8a0c View commit details
  4. Copy the full SHA
    751d85b View commit details

Commits on Nov 10, 2022

  1. v1.8.1

    jdevcs committed Nov 10, 2022
    Copy the full SHA
    b3fd92e View commit details
  2. Build for 1.8.1

    jdevcs committed Nov 10, 2022
    Copy the full SHA
    65d27a5 View commit details
Showing with 10,682 additions and 26,292 deletions.
  1. +17 −5 CHANGELOG.md
  2. +15 −22 dist/web3.min.js
  3. +1 −1 dist/web3.min.js.map
  4. +1 −1 lerna.json
  5. +3,601 −3,778 package-lock.json
  6. +4 −4 packages/web3-bzz/package-lock.json
  7. +1 −1 packages/web3-bzz/package.json
  8. +4 −4 packages/web3-core-helpers/package-lock.json
  9. +3 −3 packages/web3-core-helpers/package.json
  10. +12 −12 packages/web3-core-method/package-lock.json
  11. +5 −5 packages/web3-core-method/package.json
  12. +0 −30 packages/web3-core-promievent/package-lock.json
  13. +1 −1 packages/web3-core-promievent/package.json
  14. +0 −17,134 packages/web3-core-requestmanager/package-lock.json
  15. +5 −5 packages/web3-core-requestmanager/package.json
  16. +1 −1 packages/web3-core-subscriptions/package-lock.json
  17. +2 −2 packages/web3-core-subscriptions/package.json
  18. +22 −22 packages/web3-core/package-lock.json
  19. +5 −5 packages/web3-core/package.json
  20. +1 −0 packages/web3-core/types/index.d.ts
  21. +12 −12 packages/web3-eth-abi/package-lock.json
  22. +2 −2 packages/web3-eth-abi/package.json
  23. +373 −368 packages/web3-eth-accounts/package-lock.json
  24. +8 −8 packages/web3-eth-accounts/package.json
  25. +12 −12 packages/web3-eth-contract/package-lock.json
  26. +8 −8 packages/web3-eth-contract/package.json
  27. +2 −2 packages/web3-eth-contract/types/index.d.ts
  28. +1 −1 packages/web3-eth-ens/package-lock.json
  29. +8 −8 packages/web3-eth-ens/package.json
  30. +12 −12 packages/web3-eth-iban/package-lock.json
  31. +2 −2 packages/web3-eth-iban/package.json
  32. +4 −4 packages/web3-eth-personal/package-lock.json
  33. +6 −6 packages/web3-eth-personal/package.json
  34. +1 −1 packages/web3-eth/package-lock.json
  35. +13 −13 packages/web3-eth/package.json
  36. +4,597 −3,580 packages/web3-eth2-beaconchain/package-lock.json
  37. +2 −2 packages/web3-eth2-beaconchain/package.json
  38. +1,865 −1,162 packages/web3-eth2-core/package-lock.json
  39. +1 −1 packages/web3-eth2-core/package.json
  40. +1 −1 packages/web3-net/package-lock.json
  41. +4 −4 packages/web3-net/package.json
  42. +1 −1 packages/web3-providers-http/package-lock.json
  43. +2 −2 packages/web3-providers-http/package.json
  44. +4 −4 packages/web3-providers-ipc/package-lock.json
  45. +2 −2 packages/web3-providers-ipc/package.json
  46. +1 −1 packages/web3-providers-ws/package-lock.json
  47. +2 −2 packages/web3-providers-ws/package.json
  48. +4 −4 packages/web3-shh/package-lock.json
  49. +5 −5 packages/web3-shh/package.json
  50. +12 −12 packages/web3-utils/package-lock.json
  51. +1 −1 packages/web3-utils/package.json
  52. +4 −4 packages/web3/package-lock.json
  53. +9 −9 packages/web3/package.json
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -583,16 +583,13 @@ Released with 1.0.0-beta.37 code base.
### Security
- Updated `got` lib version and fixed other libs using npm audit fix (#5178) (#5254)

## [Unreleased]

## [1.7.6]
## [1.8.0]

### Changed
- Updated `sha3` and `sha3Raw` type definition to accept `Buffer`
- Removing legacy field in lerna.json (#5403)
- Correct `eth_sendSignedTransaction` code example (#5402)


### Fixed
- Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)
- Update node version on actions to fix breaking mosaic test (#5354)
@@ -602,4 +599,19 @@ Released with 1.0.0-beta.37 code base.

### Added
- Add missing function type "receive" in `AbiType` (#5165)
- Support of `safe` and `finalized` block tags added (#5410)
- Support of `safe` and `finalized` block tags added (#5410)

## [1.8.1]

### Fixed

- Fixed types for getPastEvents (#4955) (#5260)
- Fix Log type by adding missing `removed` property (#4877)

### Changed

- Updated dependencies (#5529)

## [Unreleased]

## [1.8.2]
Loading