-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix collateral box creation See merge request ergo/rosen-bridge/watcher!273
- Loading branch information
Showing
63 changed files
with
14,553 additions
and
7,905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changesets | ||
|
||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works | ||
with multi-package repos, or single-package repos to help you version and publish your code. You can | ||
find the full documentation for it [in our repository](https://github.com/changesets/changesets) | ||
|
||
We have a quick list of common questions to get you started engaging with this project in | ||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": "@rosen-bridge/changeset-formatter", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "public", | ||
"baseBranch": "dev", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# @rosen-bridge/watcher | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- Update minimum-fee to v1 | ||
|
||
### Minor Changes | ||
|
||
- Upgrade health check package to latest | ||
- Add bitcoin network | ||
- Integrate rpc scanner for bitcoin network | ||
|
||
### Patch Changes | ||
|
||
- Update typeorm version to 0.3.20 | ||
- Update minimum-fee and health-check packages | ||
|
||
## 2.1.0 | ||
|
||
### Minor Changes | ||
|
||
- Support Raspberry Pi from version 3 and above | ||
|
||
## 2.0.2 | ||
|
||
### Patch Changes | ||
|
||
- fix unlock api response schema | ||
- add salt to the apiKey to prevent precomputed hash attacks | ||
- solve mocha test coverage hanging problem | ||
|
||
## 2.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Update scanner sync critical threshold and limit the watcher not to work with scanner `Broken` status. | ||
- Fix `commitmentTimeoutConfirmation` in default config | ||
- Use the repo box value instead of min box value in lock and unlock transactions | ||
|
||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
||
- update watcher according to contract v3 | ||
|
||
### Patch Changes | ||
|
||
- add version to /info api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.