-
Notifications
You must be signed in to change notification settings - Fork 11
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: synchronize async tasks write #818
Conversation
bf34a85
to
80c3926
Compare
e6a9eee
to
13e7ab6
Compare
|
||
state | ||
|> State.put(Model.Aex9AccountPresence, m_acc_presence) | ||
|> State.put(Model.IdxAex9AccountPresence, m_idx_presence) |
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.
IdxAex9AccountPresence
to be removed from database later to allow reusing previous snapshots without faking the table locally.
a8028fa
to
fc02742
Compare
fc02742
to
502569c
Compare
@@ -1,6 +1,7 @@ | |||
alias AeMdw.Db.Model | |||
alias AeMdw.Db.Name | |||
alias AeMdw.Db.Util | |||
alias AeMdw.Db.State |
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.
🙏
%{last_db_kbi: last_db_kbi} = state | ||
) do | ||
# IO.inspect {kbi, Database.exists?(Model.Block, block_index)}, label: :write_mutations | ||
# IO.inspect {kbi, last_db_kbi} |
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.
Debug comments
What
Why
Refs #749
Validation steps
Notes
Next tasks: