-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1879: Add transaction expiry slot for pending transactions r=KtorZ a=rvl ### Issue Number Relates to ADP-93 / #1838. ### Overview - Adds expiry slot to pending transactions in order to implement transaction TTL. - Expiry slot and time is reported in the transaction history. - At the expiry slot, pending transactions are marked Expired. - Default TTL of 7200 slots is still hard coded. 2227: Fix mainnet network parameters r=KtorZ a=rvl ### Issue Number Relates to #2226. ### Overview - Rearrange byron/shelley code a little. - Updates hardcoded epoch length (slots not blocks) and active slot coefficient values for mainnet. - Also updates slot length parameter. - Also updates the _minFee a_ parameter - but I'm uncertain why the value was like that before. Co-authored-by: Rodney Lorrimar <[email protected]>
- Loading branch information
Showing
43 changed files
with
1,234 additions
and
1,073 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
Oops, something went wrong.