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

Develop #4

Merged
merged 19 commits into from
Nov 20, 2024
Merged

Develop #4

merged 19 commits into from
Nov 20, 2024

Conversation

alienc0der
Copy link
Owner

No description provided.

yihuang and others added 19 commits November 6, 2024 09:25
* Problem: nixpkgs-fmt is deprecated

Solution:
- switch to nixfmt

* fix

* fix
* Problem: cometbft not up to date

* fix gomod2nix and update grocksdb

* changelog

* build

* update cometbft, un-format flake.nix

* add toolchain

* Update go.mod

Signed-off-by: yihuang <[email protected]>

* tidy

---------

Signed-off-by: yihuang <[email protected]>
Co-authored-by: mmsqe <[email protected]>
…rypto-org-chain#1678)

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.12 to 0.38.15.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.38.12...v0.38.15)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rypto-org-chain#1679)

* Problem: no trace detail on insufficient balance fix is not included

for more info, crypto-org-chain/ethermint#554

* fix
…db (crypto-org-chain#1680)

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.12 to 0.38.15.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.38.12...v0.38.15)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…to-org-chain#1684)

* Problem: versiondb NewKVStore don't accept string as store name

* Update CHANGELOG.md

Signed-off-by: yihuang <[email protected]>

---------

Signed-off-by: yihuang <[email protected]>
…#1688)

* Problem: can't read timestamp in versiondb iterator

Solution:
- add timestamp api to versiondb iterator

* Update CHANGELOG.md

Signed-off-by: yihuang <[email protected]>

---------

Signed-off-by: yihuang <[email protected]>
…ain#1685)

* Problem: no command to fix corrupted data in versiondb

Closes: crypto-org-chain#1683

Solution:
- add fix command to fix corrupted data in versiondb

* rename

* support SkipVersionZero

* support SkipVersionZero

* cleanup

* cleanup

* cleanup

* destroy

* fix data manually

* Update CHANGELOG.md

Signed-off-by: yihuang <[email protected]>

* Update versiondb/tsrocksdb/store.go

Co-authored-by: mmsqe <[email protected]>
Signed-off-by: yihuang <[email protected]>

* cli

* cleanup

* Update versiondb/client/fixdata.go

Signed-off-by: yihuang <[email protected]>

* rename

* fix test

* check nil

* don't return nil as empty slice

* add dryrun mode

* cleanup

* separete read from iteration

* store name flag

* validate timestamp

* skip non-zero version

* update gomod2nix

* fix build

* flush after fix

* fix

* revert

---------

Signed-off-by: yihuang <[email protected]>
Co-authored-by: mmsqe <[email protected]>
* Problem: iavl rollback not tested

* iteration

* Update integration_tests/test_rollback.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: yihuang <[email protected]>

---------

Signed-off-by: yihuang <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Problem: iavl v1 pruning takes a long time

Solution:
- set async pruning option

* Update CHANGELOG.md

Signed-off-by: yihuang <[email protected]>

* update sdk

* pause pruning

* deps

---------

Signed-off-by: yihuang <[email protected]>
Co-authored-by: mmsqe <[email protected]>
* Problem: recent bug fixes are not included

state machine breaking changelog

update deps

* use ethermint release/v1.4.x

* changelog

* changelog

* fix doc

---------

Co-authored-by: HuangYi <[email protected]>
…chain#1697)

* Problem: max-tx-gas-wanted is checked in consensus logic

Solution:
- revert the change to check-tx mode only

* Update CHANGELOG.md

Signed-off-by: yihuang <[email protected]>

* Update CHANGELOG.md

Signed-off-by: yihuang <[email protected]>

---------

Signed-off-by: yihuang <[email protected]>
…org-chain#1698)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.2...v3.10.11)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n#1699)

* Problem: submit-legacy-proposal doesn't work for rc5

no upgrade-height related flags

* Revert "Bump aiohttp from 3.10.2 to 3.10.11 in /testground/benchmark (crypto-org-chain#1698)"

This reverts commit d578a16.
@alienc0der alienc0der merged commit 847ba1d into main Nov 20, 2024
3 of 4 checks passed
@alienc0der alienc0der deleted the develop branch November 20, 2024 22:18
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