-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Conversation
… and update entity storage handling
…epository and branch
@@ -1089,6 +1089,20 @@ async fn test_load_from_remote_update(sequencer: &RunnerCtx) { | |||
.await | |||
.unwrap(); | |||
|
|||
let res = account |
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
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
No description provided.