-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SegWit (similar transactions with different signatures are …
…no longer double spends) (#389) * Start refactor of mempool to support signed transaction ID and transaction ID correctly. * Fix a part of compile errors * Feat: upgraded to correct iota.go * Fix: fixed more bugs * Fix: fixed first memleak * Fix: fixed memleak in test framework * Fix: fixed more bugs * Feat: upgraded to iota.go * Fix: started to remove specific types from mempool * Update iota.go * Feat: it compiles * Fix: removed ExecutionOutput * Feat: started cleaning up * Feat: cleaned up code * Fix unit tests * Feat: upgraded to latest iota.go * Fix: fixed evil wallet * Fix: fixed bug in evil spammer * Fix: fixed linter errors * Fix: fixed more linter issues * Fix: fixed linter issues * Update pkg/protocol/engine/mempool/v1/mempool.go --------- Co-authored-by: Piotr Macek <[email protected]>
- Loading branch information
Showing
56 changed files
with
1,040 additions
and
1,089 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
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
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.