-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: can't merge "required_signatures is static"
This is because other changes on master are in conflict. Solution: merge and resolve conflicts Merge remote-tracking branch 'origin/master' into required-signatures
- Loading branch information
Showing
17 changed files
with
543 additions
and
259 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,20 @@ | ||
# 0.2.1 | ||
|
||
This release contains a number of bugfixes and a change in handling gas price. | ||
It is no longer set statically but rather dynamically using an external oracle | ||
(see [config example](examples/config.toml)) | ||
|
||
# 0.2.0 | ||
|
||
This release, most notably, fixes a condition in which not all logs might be | ||
retrieved from an RPC endpoint, resulting in the bridge not being able to | ||
see all relevant events. | ||
|
||
It also improves the performance by introducing concurrent transaction batching. | ||
|
||
On the operations side, it'll now print the context of an occurring error | ||
before exiting to help investigating that error. | ||
|
||
# 0.1.0 | ||
|
||
Initial release |
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
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.