Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose srnMaxTxCapacityOverride allowing Node to modify MaxTxCapacityOverride #3246

Merged
merged 2 commits into from
Jul 7, 2021

Conversation

EncodePanda
Copy link
Contributor

Fixes #3235

…sure blk -> Measure blk

After this change, the Node operator will NOT have to override
MaxTxCapacityOverride with a *specific* value, but they will have an
ability to modify existing limit defined by ledger
@EncodePanda EncodePanda requested a review from nfrisby July 6, 2021 13:23
Copy link
Contributor

@nfrisby nfrisby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a nice PR, so direct :) Functions are so neat! Nice job.

I had one suggestion. Let me know what you think. I think it would simplify the types on both our end and on the cardano-node end, but it might be less future-proof.

@EncodePanda
Copy link
Contributor Author

bors merge

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jul 7, 2021

@iohk-bors iohk-bors bot merged commit 2a8fb97 into master Jul 7, 2021
@iohk-bors iohk-bors bot deleted the EncodePanda/3235-max-override-to-std-args branch July 7, 2021 11:32
coot pushed a commit that referenced this pull request May 16, 2022
3246: Expose srnMaxTxCapacityOverride allowing Node to modify MaxTxCapacityOverride r=EncodePanda a=EncodePanda

Fixes #3235

Co-authored-by: EncodePanda <paul.szulc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider moving maxTxCapacityOverride to StdRunNodeArgs
2 participants