Releases: blocknative/notify
Deprecated Testnet Chains
This release updates to the latest Blocknative SDK which deprecates the Rinkeby and Ropsten testnet chains.
Changelog:
- 1.9.7-0.0.1 - Update to Latest SDK #248
Deprecate Chains
This release deprecates the following networks as they are no longer supported by the Blocknative server:
kovan
bsc-main
fantom
- Bitcoin
testnet
- Bitcoin
main
Changelog:
- Update: SDK Drop Chains #242
1.9.4 - Update bnc-sdk to 4.1.0 to include Fantom Network Support, Add new optional type2 gas properties
This release includes:
- Update bnc-sdk version to 4.1.0 to include Fantom support!
- Add new optional Type2 Gas properties to payload
baseFeePerGasGwei?: number
maxPriorityFeePerGasGwei?: number
maxFeePerGasGwei?: number
gasPriceGwei?: number
Update SDK, Replacement Notifications Fix
This release updates to the latest SDK to fix replacement transaction payloads. Checkout the SDK release notes for more details on that update.
Also included in this release if a fix for replacement transaction notifications so that the notifications get correctly replaced and no notifications are left hanging. This also fixes an issue where the emitter was not correctly emitting confirmed transaction status notifications for replaced transactions.
Changelog:
Duplicate Transaction Bug Fix 🐛
This release fixes a bug where notifications were being shown as stalled even though they had succeeded.
Changelog:
- 1.9.1-0.0.1: [fix] - Duplicate Notifications (#216)
Updates SDK
This release updates the SDK to the version that supports Polygon Matic network.
Changelog:
- Updates SDK (#211)
Polygon Matic
Replacement Transaction Flow Fix
This release has a fix for a bug where replacement (speedup/cancel) transactions were not displaying the correct sequence of notifications. Also include is a dependency bump to address a GitHub security warning
Changelog:
Close Old Socket
Just a small enhancement to ensure that only one WebSocket connection is active at one time, even if Notify is initialized multiple times in the same session.
Changelog:
- 1.6.2-0.1.0: [enhancement] - Destroy SDK (#198)
Error Handling
This PR adds an extra onerror
parameter to the init
function which allows for catching of errors that Notify does not handle directly such as event rate limit errors.
Changelog:
- 1.6.1-0.1.1: [enhancement] - Error Handler (#194)