-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zetaclient): fix bitcoin outbound pending utxo state management a…
…nd fee calculation (#784) * Added log to print Broadcasted bitcoin transaction * Continue regardless of serialization error * added warning if value of a btc output is negative * add number of inputs to log when remaindervalue < 0 * fix linter complaint * add one more log to pending UTXOs * increased fee to 10000 stat and used gasPrice for fee calculation (#796) Co-authored-by: charliec <charliec@zetachain.com> * fix: enforced minFee (#797) * increased fee to 10000 stat and used gasPrice for fee calculation * enforced minFee --------- Co-authored-by: charliec <charliec@zetachain.com> * fix: cleaned up pending utxo (#801) * removed pending utxo logic * fix lint for unused func * fix lint pre-allocating --------- Co-authored-by: charliec <charliec@zetachain.com> --------- Co-authored-by: brewmaster012 <> Co-authored-by: brewmaster012 <88689859+brewmaster012@users.noreply.github.com> Co-authored-by: Charlie Chen <34498985+ws4charlie@users.noreply.github.com> Co-authored-by: charliec <charliec@zetachain.com>
- Loading branch information
1 parent
0247cd0
commit fdc3c5d
Showing
8 changed files
with
49 additions
and
221 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.DS_Store | ||
.env | ||
.idea/ | ||
.vscode/ | ||
.secrets | ||
.actrc | ||
.zetacored/ | ||
|
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.