Closed
Conversation
Extended reference in license for clear attribution
* deps bump * remove local example_chain * bump ibc-go * bump cosmos-sdk * keep evm local replacement
* update readme * small language change
* switch to cosmos-sdk branched releases * example chain sdk migrate * migrate from evmos geth to cosmos geth * go mod tidy * go mod tidy
* fix vuln and vulncheck * patch glog vuln * glog upgrade * fix vulncheck * try new ci worfklow * upgrade go to 1.23 * make vulncheck nightly (shouldn't block PR) * test changelog (unfinished) * remove linting changelog * remove pat * run make format * remove semgrep * remove autoformat CI should not be modifying our code. Gofumpt is included in the lint, and we only have a single python script, so having an entire CI for linting Python is not worth it imo * remove legacy evmos license checker * golangci 1.23 * md fixes * more md fixes --------- Co-authored-by: vladjdk <16737210+vladjdk@users.noreply.github.com>
* fix: cast send --legacy support * changelog --------- Co-authored-by: Eric Warehime <eric.warehime@gmail.com>
* Remove example_chain, move to evmd * Update changelog * Replace activators * Remove Makefile * Fix solidity tests
- bumped up ibc-go from v8 to v10 - removed unused ibc test codes because bumping unused testing codes are wasting time. we should use ibc testing package instead.
added ibc v1 test cases to make sure ExampleChain works with ibc v1. disabled basefee param as default for ExampleChain to make test easier.
- added ibc v2 components - copied basic v2 test cases from ibc-go v10 to make sure v2 components of ExampleChain works well.
dudong2
pushed a commit
that referenced
this pull request
May 28, 2025
* feat: add receiptsRoot to block (WIP) * fix: nil pointer in receipt when empty logs * feat(evm): add receiptsRoot state * test: add receiptsRoot test case * test(evm): add TestGetReceiptsRoot * test: add GetReceiptsRoot testcase * refactor(x/evm): modify getter/setter of receipts * fix: runtime error of example_chain * feat(rpc): add receiptsRoot into eth block.header * test: add testcase for getting receipt from transient store * feat: change encode/decode method for evm receipt * feat: modify key/value of receipt storage * chore: remove unnecessary test setup method call * chore: remove outdated file * fix: type error * fix(rpc): fix wrong assignment of receiptHash * fix(rpc): fix wrong assignment of receiptHash * chore(x/evm): modify comments and return type of receipts crud methods * chore(x.evm): modify receipts getther method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ibctestingpackage.Notes
Closes: #XXXX
Author Checklist
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.
I have...
mainbranchReviewers 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...
Unreleasedsection inCHANGELOG.md