-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
use flat vm fee #4607
Merged
Merged
use flat vm fee #4607
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4eed663
use flat vm fee
oxade 5083108
use flat vm fee
oxade a0244cc
Merge branch 'main' of https://github.com/MystenLabs/fastnft
oxade 74b5a62
Merge branch 'main' into flat_vm_fee
oxade add0c26
sync to main
oxade 3056566
cleanups
oxade 63254ac
sync to main
oxade 868e677
fix tests
oxade 9d10c99
fix tests
oxade 7cb8e11
fix tests using sim test
oxade 54e6a99
use updated reconfig tests
oxade b3aec3c
Adjust budgets for gas
oxade c974fc7
ts budget increase
oxade c1df982
ignore failing narwhal test
oxade 9fcb9c0
Merge branch 'main' into flat_vm_fee
oxade b660bd0
Merge branch 'main' into flat_vm_fee
oxade 776487d
Merge branch 'main' into flat_vm_fee
oxade f0d4952
increase cluster test faucet gas
oxade d9f1256
remove test ignore
oxade 85b62ea
sync to main
oxade File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adjust budgets for gas
- Loading branch information
commit b3aec3cc310d000a44c1158766236370a9cfa013
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as this might need to tuned, maybe its better to put the number in some config or env files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well this leads to a potential for each validator to start with different values.
Also if we use cfg files here, why not do it for all values in the cost table?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this constant is a good place to tune this.
In the future, we might need to change this as the software upgrades, but we will need to sort out that whole problem at a later date.