Oraichain Mainnet Release Notes
This release adds a small feature and includes two bugfixes while having no major breaking changes
Feature
We add a way to query a node's minimum gas prices. You can use your browser and type: <URL>/provider/minfees?OracleScriptName=min_gas_prices&ValNum=0
, where <URL>
can be: http://<your-node-ip>:1317
to show your current node minimum fees.
Bug fixes
Fix large data to be stored into the blockchain when a validator creates a report
Previously, a validator can store a report with large size. This release only allows at most 200KB
to be stored to prevent spammers.
Fix creating a report does not specify gas prices
When a report is created and sent to the network, there was no way for a validator to specify and add the transaction's gas prices. This release has fixed it.