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

refactor: v50-ify #1

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

refactor: v50-ify #1

wants to merge 21 commits into from

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Jun 24, 2024

Tasks:

  • Get all basics to compile
  • Upstream SDK work (as MINIMAL as possible, pull anything app side that we can)
  • Build simapp with spawn EPIC: Spawn should ETH spawn#183
  • Get a basic test showcasing ERC20 <-> Bank works
  • Use that app to finish unit test
  • interchaintest cosmos+evm chain type

Requirements

Must replace your go.mod to a cosmos-sdk fork for some EVM specifics

@Reecepbcups
Copy link
Member Author

Reecepbcups commented Jul 18, 2024

I need to verify that

// get block headers after a certain cursor. Can use an empty string cursor
// to get the latest block header.
func (a *FilterAPI) getBlockHeadersAfter(
	ctx context.Context,
	cursor string,
) ([]common.Hash, string, error) {
	q := NewBlockQueryBuilder()
	builtQuery := q.Build() // TODO: verify this is a good query

channel subscription works as expected. This is the largest impl diff since they had their own custom reader client. The TM event names may be changed for v50 and/or the subscribe channel logic may be off.

It just needs to query a said block to get the hash from consensus. not sure if the Subscribe will work for that. May have to add more.

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.

1 participant