Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Dec 5, 2024
1 parent 3cf9150 commit 5866715
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 157 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Bug Fixes

* [#1713](https://github.com/crypto-org-chain/cronos/pull/1713) Register legacy codec to allow query historical txs from deleted icaauth module.
* [#1714](https://github.com/crypto-org-chain/cronos/pull/1714) Avoid nil pointer error when query blocks before feemarket module gets enabled.
* [#1713](https://github.com/crypto-org-chain/cronos/pull/1713) Register legacy codec to allow query historical txs whose modules are removed.

### Improvements

Expand Down
32 changes: 0 additions & 32 deletions integration_tests/configs/cosmovisor_with_ibc.jsonnet

This file was deleted.

33 changes: 0 additions & 33 deletions integration_tests/configs/upgrade-test-package-recent.nix

This file was deleted.

89 changes: 0 additions & 89 deletions integration_tests/test_upgrade_with_ibc.py

This file was deleted.

4 changes: 2 additions & 2 deletions nix/rocksdb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "rocksdb";
version = "9.7.4";
version = "9.8.4";

src = fetchFromGitHub {
owner = "facebook";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-u5uuShM2SxHc9/zL4UU56IhCcR/ZQbzde0LgOYS44bM=";
hash = "sha256-A6Gx4FqoGlxITUUz9k6tkDjUcLtMUBK9JS8vuAS96H0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5866715

Please sign in to comment.