- [#9379](https://github.com/blockscout/blockscout/pull/9379) - Filter non-traceable transactions for zetachain
- [#9364](https://github.com/blockscout/blockscout/pull/9364) - Fix using of startblock/endblock in API v1 list endpoints: txlist, txlistinternal, tokentx
- [#9351](https://github.com/blockscout/blockscout/pull/9351) - Noves.fi: add proxy endpoint for describeTxs endpoint
- [#9282](https://github.com/blockscout/blockscout/pull/9282) - Add `license_type` to smart contracts
- [#9202](https://github.com/blockscout/blockscout/pull/9202) - Add base and priority fee to gas oracle response
@ -1420,12 +1420,12 @@ defmodule BlockScoutWeb.Etherscan do
"A string representing the order by block number direction. Defaults to descending order. Available values: asc, desc"
},
%{
key:"start_block",
key:"startblock",
type:"integer",
description:"A nonnegative integer that represents the starting block number."
},
%{
key:"end_block",
key:"endblock",
type:"integer",
description:"A nonnegative integer that represents the ending block number."
},
@ -1513,13 +1513,13 @@ defmodule BlockScoutWeb.Etherscan do
"A string representing the order by block number direction. Defaults to ascending order. Available values: asc, desc. WARNING: Only available if 'address' is provided."
},
%{
key:"start_block",
key:"startblock",
type:"integer",
description:
"A nonnegative integer that represents the starting block number. WARNING: Only available if 'address' is provided."
},
%{
key:"end_block",
key:"endblock",
type:"integer",
description:
"A nonnegative integer that represents the ending block number. WARNING: Only available if 'address' is provided."
@ -1588,12 +1588,12 @@ defmodule BlockScoutWeb.Etherscan do
"A string representing the order by block number direction. Defaults to ascending order. Available values: asc, desc"
},
%{
key:"start_block",
key:"startblock",
type:"integer",
description:"A nonnegative integer that represents the starting block number."
},
%{
key:"end_block",
key:"endblock",
type:"integer",
description:"A nonnegative integer that represents the ending block number."