# v0.20.1-beta

### 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 gas prices.

### 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.orai.io/oraichain-mainnet-releases/v0.2.1-beta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
