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

[Feature] Update Gas Price in Transaction Builder to use Type U256 instead of u128 #1870

Open
TheGreatAxios opened this issue Dec 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TheGreatAxios
Copy link

Component

network, json-rpc, rpc

Describe the feature you would like

The SKALE Network -> https://skale.space has a native gasless transaction feature.
The feature utilizes "magic numbers" to allow transactions to be sent without gas.
The value is set as gas price of a transaction.

However, the magic numbers are generally quite large (larger than u128) and result in an overflow.
If the value is updated to U256 the issue should be resolved.

Flagging as a feature since it's specific to SKALE Network.

Additional context

https://docs.skale.space/builders/tools/rng/

@TheGreatAxios TheGreatAxios added the enhancement New feature or request label Dec 31, 2024
@mattsse
Copy link
Member

mattsse commented Dec 31, 2024

sigh, that's terrible...

this would also mean we'd need to transition all types.
skpetical that we want to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants