> For the complete documentation index, see [llms.txt](https://docs.cheqd.io/node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v3.1.x-upgrade.md).

# Upgrade to v3.1.x

* 100x increases in gas prices, with minimum gas price going up from 50ncheq to 5000ncheq (as [discussed on the governance forum](https://forum.cheqd.io/discussion/25418-cheq-updated-tokenomics-discussion-eip1559-burn-updated-identity-pricing))
* This change incorporates looser restrictions on DID Document properties such as `assertionMethod`, allowing developers to specify additional details for keys which might not necessarily be used for authentication/controller purposes (e.g., BBS+ keys for credential issuance.)

## What's Changed

* build(deps): Sync go workspace dependencies, bump NPM packages, bump bufbuild/buf-setup-action from 1.45.0 to 1.47.2 by @dependabot in <https://github.com/cheqd/cheqd-node/pull/814>
* chore(deps): Bump cosmossdk.io/math from 1.3.0 to 1.4.0 by @dependabot in <https://github.com/cheqd/cheqd-node/pull/815>
* fix: Update interactive installer to handle syslog deprecation \[DEV-4630] by @filipdjokic in <https://github.com/cheqd/cheqd-node/pull/820>
* build: Bump direct + address vulnerable dependencies by @Eengineer1 in <https://github.com/cheqd/cheqd-node/pull/829>
* build: Bump github.com/gabriel-vasile/mimetype from 1.4.7 to 1.4.8 by @dependabot in <https://github.com/cheqd/cheqd-node/pull/830>
* fix: fix slice init length by @davidwoood in <https://github.com/cheqd/cheqd-node/pull/808>
* chore(deps): Bump cosmossdk.io/math from 1.4.0 to 1.5.0 by @dependabot in <https://github.com/cheqd/cheqd-node/pull/832>
* chore(deps): Bump github.com/spf13/cast from 1.7.0 to 1.7.1 by @dependabot in <https://github.com/cheqd/cheqd-node/pull/831>
* fix: Added key id ref bypass on strict validation by @Eengineer1 in <https://github.com/cheqd/cheqd-node/pull/837>
* docs: Add v3.1.3 binaries.json file \[DEV-4669] by @filipdjokic in <https://github.com/cheqd/cheqd-node/pull/839>
* fix: Switch upgrade name given precedence by @Eengineer1 in <https://github.com/cheqd/cheqd-node/pull/840>

## New Contributors

* @davidwoood made their first contribution in <https://github.com/cheqd/cheqd-node/pull/808>

**Full Changelog**: <https://github.com/cheqd/cheqd-node/compare/v3.0.1...v3.1.4>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v3.1.x-upgrade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
