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

feat: evm PostTxProcessing hooks #2

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Mar 18, 2025

closes #18

Summary

Adds hooks to the EVM for PostTxProcessing

@Reecepbcups Reecepbcups marked this pull request as ready for review March 19, 2025 21:20
vladjdk added 2 commits March 19, 2025 20:12
* deps bump

* remove local example_chain
* bump ibc-go
* bump cosmos-sdk

* keep evm local replacement
dudong2 referenced this pull request in b-harvest/evm Mar 20, 2025
vladjdk and others added 5 commits March 20, 2025 13:33
* 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 <[email protected]>
@vladjdk vladjdk changed the base branch from main-old to main March 24, 2025 20:16
@vladjdk vladjdk requested a review from a team as a code owner March 24, 2025 20:16
@vladjdk
Copy link
Member

vladjdk commented Mar 24, 2025

@Reecepbcups could you repoint this to the main branch? We grafted the repo to include historical changes from the original repo, so all the hashes changed.

@Reecepbcups Reecepbcups changed the base branch from main-old-dup to main March 24, 2025 23:30
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.

[Feature]: add hooks after an EVM Tx is processed but before it is commited
4 participants