-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ife stop eating wrong side bond (#585)
* fix: return piggyback bond when piggyback wrong side This commit change the behavior to be returning piggyback bond no matter it is on the right side of canoncity or not. issue: #584 * test: add unit test covering fix of IFE piggyback bond * fix: e2e tests (py + truffle) for IFE bond change * docs: add explanation on why not need to filter challenged in/output * docs: better comment sentence by PR review suggestion Co-Authored-By: Kevin Sullivan <4653170+kevsul@users.noreply.github.com> * feat: add changelog instruction to bumping version Also format the README file a bit. * chore: bumping version to 1.0.3 - run `npm version patch -m` - update changelog * fix: update CHANGELOG.md wording for PR review Co-Authored-By: Kevin Sullivan <4653170+kevsul@users.noreply.github.com> * refactor: for loop with in/outputs length instead of MAX_IN/OUTPUT_SIZE Although the inputs and outputs storage is defined to be exactly the max size of payment tx inputs/outputs. However, using the length itself makes the code more self explaining. Co-authored-by: Kevin Sullivan <4653170+kevsul@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
99 additions
and
39 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
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
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
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