-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor: evm ecdsa adjustments #135
Conversation
…stem/php-crypto into refactor/evm-ecsdas-adjustments
'gasPrice' => '5', | ||
'nonce' => '1', | ||
'network' => Network::get()->pubKeyHash(), | ||
'gasLimit' => 1_000_000, |
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.
can we set default gas limits for the supported transaction types? e.g.:
- transfer: 21000
- validator registration: 500000
- validator resignation: 150000
- vote: 200000
- unvote: 200000
- default: 1000000
I didn't see them being overwritten in the code in the builders, but maybe I overlooked something
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.
@ItsANameToo Deleted all the code related to fees, it's not actually being used anywhere
@ItsANameToo ready |
im also removing the Fee section on the docs here https://github.com/ArdentHQ/docs-poc-protocol/pull/74 |
Summary
https://app.clickup.com/t/86dv4y6kn
Checklist