Skip to content

Releases: blocknative/notify

Deprecated Testnet Chains

10 Jan 23:07
cc2542b
Compare
Choose a tag to compare

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

02 Dec 00:53
025f2e5
Compare
Choose a tag to compare

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

14 Feb 18:01
da683b9
Compare
Choose a tag to compare

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

26 Jan 21:50
486f76b
Compare
Choose a tag to compare

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:

  • Bump object-path from 0.11.5 to 0.11.8 (#213)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#220)
  • 1.9.2-0.0.1: [fix] - Replaced Transactions (#222)

Duplicate Transaction Bug Fix 🐛

03 Dec 22:04
c80f136
Compare
Choose a tag to compare

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

17 Aug 01:57
ee03581
Compare
Choose a tag to compare

This release updates the SDK to the version that supports Polygon Matic network.

Changelog:

  • Updates SDK (#211)

Polygon Matic

17 Aug 01:50
7f0fe2e
Compare
Choose a tag to compare

This release adds support for Polygon Matic main network. Also included is some updates to dependencies to address security notifications.

Changelog:

  • 1.8.0-0.1.0: [enhancement] - Add Matic Network (#207)
  • 1.8.0-0.1.1: [fix] - Update Deps (#208)

Replacement Transaction Flow Fix

12 Aug 04:32
fc725ac
Compare
Choose a tag to compare

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:

  • Create pull_request_template.md (#201)
  • 1.7.0-0.1.0: [fix] - Speedup Sequence (#202)
  • Bump path-parse from 1.0.6 to 1.0.7 (#204)

Close Old Socket

08 Jul 00:42
0663470
Compare
Choose a tag to compare

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

10 Jun 01:17
61a4300
Compare
Choose a tag to compare

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)