Skip to content

Commit

Permalink
6.0.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 28, 2024
1 parent 38efbff commit 1168222
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0]
### Added
- New `setProvider` function allows atomically changing provider and blockTracker ([#75](https://github.com/MetaMask/nonce-tracker/pull/75))

### Removed
- **BREAKING**: These private properties are no longer accessible: ([#75](https://github.com/MetaMask/nonce-tracker/pull/75))
- `blockTracker`
- `lockMap`
- `provider`
- `web3`
- **BREAKING**: These private functions are no longer accessible: ([#75](https://github.com/MetaMask/nonce-tracker/pull/75))
- `getConfirmedTransactions`
- `getPendingTransactions`

### Fixed
- Types: Allow `blockTracker` constructor option to be any `BlockTracker` instead of class `PollingBlockTracker` ([#76](https://github.com/MetaMask/nonce-tracker/pull/76))

## [5.0.0]
### Changed
- Rename package from `nonce-tracker` to `@metamask/nonce-tracker` ([#61](https://github.com/MetaMask/nonce-tracker/pull/61))
Expand Down Expand Up @@ -54,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add documentation

[Unreleased]: https://github.com/MetaMask/nonce-tracker/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/nonce-tracker/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v5.0.0...v6.0.0
[5.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v2.0.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/nonce-tracker",
"version": "5.0.0",
"version": "6.0.0",
"description": "Transaction nonce calculation used in MetaMask.",
"keywords": [
"ethereum"
Expand Down

0 comments on commit 1168222

Please sign in to comment.