Releases: ava-labs/avalanche-rosetta
Releases · ava-labs/avalanche-rosetta
Dynamic Gas Limit
This release dynamically calculates the gas limit to use in a transfer. This is required because transfers to smart contracts may require more than the default transfer limit of 21000
.
Custom Gas Limit
This release adds the ability to specify gas_limit
in the /construction/preprocess
request to override the default transfer gas limit of 21_000
.
[email protected]
[email protected]
[email protected]
[email protected]
Fix eth_gasPrice Bug
v1.6.0 Fuji Pre-Release
Nonce as Decimal String
This is a small release that just changes the format of the nonce
returned in /account/balance.Metadata
to be a decimal string instead of a hex string.
[email protected]
Changes
- Upgrade to [email protected]
- Return
nonce
in/account/balance
response