Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Aug 29, 2023
1 parent e3c2e88 commit 3ca94c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-llamas-reply.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/lemon-gifts-check.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# magic-supplier

## 2.0.0

### Major Changes

- e3c2e88: The Magic Protocol supplier codebase has been updated to work with version 2 of the Magic Protocol. The supplier is now compeletely segwit-native, allowing for greatly reduced fees.

### Patch Changes

- 1af9c4c: Better backoff and retry logic for some worker jobs:

- The balances job runs less often (now every 5 minutes)
- The `finalize` jobs retry every 10 minutes, and retry for more instances, to account for expected block times and confirmation delays

Various small fixes regarding code quality:

- Instead of checking for `undefined` with `typeof val === 'undefined'`, added `isNullish` and `isNotNullish` helpers that check against `null` and `undefined`
- Removed unused imports and variables

## 1.3.0

### Minor Changes
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": "magic-supplier",
"version": "1.3.0",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3ca94c8

Please sign in to comment.