-
Notifications
You must be signed in to change notification settings - Fork 238
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
Problem: v1.0.x changes are not merged into main #816
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0099d1 - Browse repository at this point
Copy the full SHA b0099d1View commit details
Commits on Sep 19, 2022
-
Problem: json-rpc apis fail for legacy blocks after upgrade (crypto-o…
…rg-chain#696) * Problem: json-rpc apis fail for legacy blocks Solution: - keep the query handler in cosmos-sdk backward-compatible - add integration test to check * update sdk to upstream * ibc-go to rc2
Configuration menu - View commit details
-
Copy full SHA for c34a372 - Browse repository at this point
Copy the full SHA c34a372View commit details
Commits on Sep 20, 2022
-
Problem: file changes detection in workflow is problematic (backport c…
…rypto-org-chain#703) (crypto-org-chain#705) * Problem: file changes detection in workflow is problematic Solution: - fix wildcards according the plugin's doc - reformat python * fix py-lint
Configuration menu - View commit details
-
Copy full SHA for 35abeee - Browse repository at this point
Copy the full SHA 35abeeeView commit details
Commits on Sep 26, 2022
-
Problem: after v0.9.0 upgrade eth_call failed on old blocks (backport c…
…rypto-org-chain#713) (crypto-org-chain#719) * Problem: after v0.9.0 upgrade eth_call failed on old blocks Solution: - make grpc query compatible with old format * debug * fix eth_call * fix gravity upgrade test * update ethermint to main branch * update sdk
Configuration menu - View commit details
-
Copy full SHA for 10bb672 - Browse repository at this point
Copy the full SHA 10bb672View commit details -
Problem: state streamers are not integrated (backport crypto-org-chai…
…n#702) (crypto-org-chain#721) Solution: - integration the basic file streamer * add integration test * changelog * fix build * fix lint * fix deliver tx event in cosmos-sdk * fix integration test * Update integration_tests/test_streamer.py Signed-off-by: yihuang <[email protected]> * update ethermint and fix build * add a small cli utility into test_streamer.py * fix integration test * update sdk to upstream Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7981ed1 - Browse repository at this point
Copy the full SHA 7981ed1View commit details
Commits on Sep 27, 2022
-
Problem: new iavl indexes migration is slow and not optional (crypto-…
…org-chain#714) (crypto-org-chain#720) * Problem: new iavl indexes migration is slow and not optional Closes: crypto-org-chain#712 Solution: - Integrate the option introduced in cosmos-sdk * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6457e8 - Browse repository at this point
Copy the full SHA d6457e8View commit details
Commits on Oct 6, 2022
-
Problem: recent dependencies are not used (backport crypto-org-chain#729
) (crypto-org-chain#730) * Problem: recent dependencies are not used (backport crypto-org-chain#729) Solution: - update cosmos-sdk to 0.46.2, ibc-go to v5.0.0, ethermint to recent main branch Update highlights: - new flag to disable fast node migration - fix streaming listeners bug - fix grpc server panic - fix index-eth-tx error on empty db * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29e51e7 - Browse repository at this point
Copy the full SHA 29e51e7View commit details
Commits on Oct 26, 2022
-
Problem: chain state is inconsistent if upgrade migration is interrup…
…ted (crypto-org-chain#748) * Problem: chain state is inconsistent if upgrade migration is interrupted Solution: - update cosmos-sdk with the fix * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * gomod2nix * skip streamer test Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36bb343 - Browse repository at this point
Copy the full SHA 36bb343View commit details
Commits on Oct 31, 2022
-
Problem: recent fixes in dependencies are not included (crypto-org-ch…
…ain#752) * Problem: recent fixes in dependencies are not included Solution: - update cosmos-sdk and iavl * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * fix build Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ddaa0b - Browse repository at this point
Copy the full SHA 3ddaa0bView commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2d5a72d - Browse repository at this point
Copy the full SHA 2d5a72dView commit details
Commits on Nov 2, 2022
-
Problem: recent fixes in dependencies are not used (crypto-org-chain#757
Configuration menu - View commit details
-
Copy full SHA for 3921c10 - Browse repository at this point
Copy the full SHA 3921c10View commit details
Commits on Nov 4, 2022
-
Problem: gas used is not backward compatible (crypto-org-chain#760)
Solution: - revert the changes in ethermint
Configuration menu - View commit details
-
Copy full SHA for 9998985 - Browse repository at this point
Copy the full SHA 9998985View commit details
Commits on Nov 8, 2022
-
Problem: evm execute result is non-deterministic with concurrent grpc…
… query (crypto-org-chain#761) * Problem: evm execute result is non-deterministic with concurrent grpc query Solution: - update dependencies to include the fix * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * Update go.mod Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f394c8c - Browse repository at this point
Copy the full SHA f394c8cView commit details
Commits on Nov 9, 2022
-
Problem: extra_eips is not cleared on production network (crypto-org-…
…chain#762) * Problem: extra_eips is not cleared on production network Closes: crypto-org-chain#755 Solution: - add 1.0.0 upgrade plan to clear it * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * Update integration_tests/test_upgrade.py Signed-off-by: yihuang <[email protected]> * fix integration test Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90c2c3e - Browse repository at this point
Copy the full SHA 90c2c3eView commit details -
Problem: no error log when iavl set failure trigger app hash mismatch (…
…crypto-org-chain#763) * Problem: no error log when iavl set failure trigger app hash mismatch Solution: - log the error in cosmos-sdk * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * PR merged Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57d1c53 - Browse repository at this point
Copy the full SHA 57d1c53View commit details -
Problem: different result from eth_getProof comparing with Ethereum (c…
…rypto-org-chain#764) * Problem: different result from eth_getProof comparing with Ethereum Solution: - cherry-pick solution from ethermint, thanks @mmsqe * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df0452a - Browse repository at this point
Copy the full SHA df0452aView commit details
Commits on Nov 11, 2022
-
Problem: nix exceeds github rate limit occationally in CI (backport c…
…rypto-org-chain#766) (crypto-org-chain#768) Solution: - configure access-token - update the action plugins
Configuration menu - View commit details
-
Copy full SHA for eba04a0 - Browse repository at this point
Copy the full SHA eba04a0View commit details
Commits on Nov 13, 2022
-
Problem: fixes in ibc-go v5.1 are not included (crypto-org-chain#765)
* Problem: fixes in ibc-go v5.1 are not included Solution: - make a breaking change to upgrade to ibc-go `v5.1.0`. - will do v1.0.0 upgrade on both testnet and mainnet. * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * fix lint * include cache fix in tendermint * update sdk * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * make different plan name v1.0.0-testnet3 for testnet3 Signed-off-by: yihuang <[email protected]> Co-authored-by: mmsqe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6f5bbc - Browse repository at this point
Copy the full SHA a6f5bbcView commit details
Commits on Nov 17, 2022
-
Problem: london hardfork number failed validation (crypto-org-chain#771)
* fix upgrade set parameters * changelog
Configuration menu - View commit details
-
Copy full SHA for 4d14c8f - Browse repository at this point
Copy the full SHA 4d14c8fView commit details
Commits on Nov 21, 2022
-
Problem: formal v0.46.5 cosmos-sdk release is not used (crypto-org-ch…
…ain#772) * Problem: formal v0.46.5 cosmos-sdk release is not used Solution: - update dependency, should be non-breaking for cronos * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * update to v0.46.6 Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79254b6 - Browse repository at this point
Copy the full SHA 79254b6View commit details -
Problem: final v1.0.0 is not released (crypto-org-chain#774)
Solution: - update changelog
Configuration menu - View commit details
-
Copy full SHA for 68f98e4 - Browse repository at this point
Copy the full SHA 68f98e4View commit details
Commits on Dec 2, 2022
-
Problem: manual prune cmd is not included (backport crypto-org-chain#781
) (crypto-org-chain#782) Solution: - add to root cmd
Configuration menu - View commit details
-
Copy full SHA for db6ed7a - Browse repository at this point
Copy the full SHA db6ed7aView commit details
Commits on Dec 14, 2022
-
Problem: cosmos-sdk
v0.46.7
is not used (crypto-org-chain#790)* Problem: cosmos-sdk `v0.46.7` is not used Solution: - update dependency - `v0.46.7` fix a gov migration issue which affect query votes of old proposals. * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * use sdk streamers config * fix streamer test * fix file streamer integration test * changelog Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca4b871 - Browse repository at this point
Copy the full SHA ca4b871View commit details
Commits on Jan 4, 2023
-
Problem: discontinued ibc-go version (crypto-org-chain#802)
* Problem: discontinued ibc-go version Solution: - update ibc-go to v5.2.0. - do another coordinated upgrade on testnet3. * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * Update app/upgrades.go Signed-off-by: yihuang <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3da22d - Browse repository at this point
Copy the full SHA b3da22dView commit details
Commits on Jan 19, 2023
-
Problem: production rocksdb configuration is not optimal (crypto-org-…
…chain#813) * Problem: production rocksdb configuration is not optimal Solution: - update related dependencies to allow customize rocksdb options. - especially using rocksdb v7. - tune rocksdb options. * Update Makefile Signed-off-by: yihuang <[email protected]> * remove rocksdb from niv * rocksdb options * update flake * fix build * create_if_missing * OptimizeLevelStyleCompaction and IncreaseParallelism * remove SetLevelCompactionDynamicLevelBytes and add BlockCache * fix integration test * comments Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ef5b04 - Browse repository at this point
Copy the full SHA 7ef5b04View commit details -
Problem: prometheus metrics is lost (crypto-org-chain#814)
* Problem: prometheus metrics is lost Solution: - setup correctly in ethermint * changelog
Configuration menu - View commit details
-
Copy full SHA for 8bd3be9 - Browse repository at this point
Copy the full SHA 8bd3be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b2f37 - Browse repository at this point
Copy the full SHA 63b2f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for d61449f - Browse repository at this point
Copy the full SHA d61449fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffc3cd - Browse repository at this point
Copy the full SHA 0ffc3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2cf47 - Browse repository at this point
Copy the full SHA 7e2cf47View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc26687 - Browse repository at this point
Copy the full SHA cc26687View commit details
Commits on Jan 24, 2023
-
Update integration_tests/test_upgrade.py
Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5022ed - Browse repository at this point
Copy the full SHA d5022edView commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6a221c - Browse repository at this point
Copy the full SHA c6a221cView commit details
Commits on Jan 26, 2023
-
Update integration_tests/configs/default.jsonnet
Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d4d98a - Browse repository at this point
Copy the full SHA 2d4d98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ffc3f - Browse repository at this point
Copy the full SHA a2ffc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a024b - Browse repository at this point
Copy the full SHA 67a024bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ed55d - Browse repository at this point
Copy the full SHA 26ed55dView commit details