Skip to content

feat(processors): store update members #171

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

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

Conversation

bengineer42
Copy link
Contributor

No description provided.

@Larkooo Larkooo changed the title Add update members feat(processors): store update members Jul 8, 2025
@@ -1089,6 +1089,20 @@ async fn test_load_from_remote_update(sequencer: &RunnerCtx) {
.await
.unwrap();

let res = account
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might wanna make multiple updates and verify that the latest state is the latest one.

TransactionWaiter::new(res.transaction_hash, &provider)
.await
.unwrap();

let world_reader = WorldContractReader::new(world_address, Arc::clone(&provider));

let tempfile = NamedTempFile::new().unwrap();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check that the state of the model from the DB is the correct one

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.

2 participants