-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tx weight takes tariscript and output features into account [ig…
…or] (#3411) Description --- - adds consensus encoding for tari script and output features - igor: tx weight takes TariScript and OutputFeatures metadata into account as per #3368 - igor: weights updated as per #3368 - add `TransactionWeight` parameters for `weatherwax` and `igor` networks and set them in consensus constants - set max block weight for `igor` (+95% adjust to allow similar number of max inputs/outputs/kernels ~2Mb) - decouple chain_storage from `consensus_contstants` module to allow wallet to use it - wallet: minor simplification/dedup code of coin split logic - wallet: default fee per gram depending on network - wallet and base node tests updated as needed Motivation and Context --- See #3368 How Has This Been Tested? --- Existing tests updated, manually checked normal and one-sided transaction sending between console wallets/mobile on watherwax and igor
- Loading branch information
Showing
120 changed files
with
2,106 additions
and
1,247 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
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.