Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set IAVL config #973

Merged
merged 7 commits into from
Oct 16, 2022
Merged

Set IAVL config #973

merged 7 commits into from
Oct 16, 2022

Conversation

facs95
Copy link
Contributor

@facs95 facs95 commented Oct 16, 2022

Description

the configuration can be changed in app.toml

# IavlCacheSize set the size of the iavl tree cache.
# Default cache size is 50mb.
iavl-cache-size = 781250

# IAVLDisableFastNode enables or disables the fast node feature of IAVL.
# Default is true.
iavl-disable-fastnode = true

PR done initially by @giansalex but opening because of time constraints 🙏

Closes: #XXX


All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

PR review checkboxes:

I have...

  • added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • included the correct type prefix in the PR title
  • targeted the correct branch (see PR Targeting)
  • provided a link in the PR description to the relevant issue or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all required CI checks have passed

Code maintenance:

I have...

  • written unit and integration tests
  • added relevant godoc and code comments.
  • updated relevant documentation (docs/) or specification (x/<module>/spec/)

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed all author checklist items have been addressed
  • confirmed that this PR does not change production code

@facs95 facs95 enabled auto-merge (squash) October 16, 2022 01:31
@facs95 facs95 merged commit 1ca54a4 into release/v8.2.x Oct 16, 2022
@facs95 facs95 deleted the facs95/v8.2.3 branch October 16, 2022 01:33
facs95 added a commit that referenced this pull request Oct 17, 2022
* Bump SDK to v0.45.9 and Ethermint to v0.19.3 (#965)

* upgrade sdk to v0.45.9

* replace ics23 go version

* update go.sum

* bump ethermint version

* update changelog

* imp(cmd): Add prune command (#971)

* Add prune command

* Update changelog

* Set IAVL config (#973)

* add iavl fast node config

* update initAppConfig

* Set iavl config

* remove unnecesary interface

* update changelog

* fix lint

Co-authored-by: Giancarlos Salas <me@giansalex.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants