-
Notifications
You must be signed in to change notification settings - Fork 44
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
Frrist/multisig transactions 154 #201
Conversation
return out, nil | ||
} | ||
|
||
changes, err := multisig.DiffPendingTransactions(ec.PrevState, ec.CurrState) |
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.
note: transactions that were removed could either have been canceled, executed and failed or executed and succeeded. Needing to spend a bit more time thinking if we can gather that info here, my gut says no..
"method" bigint not null, | ||
"params" bytea not null, | ||
"approved" json not null, | ||
PRIMARY KEY ("height", "multisig_id", "state_root", "transaction_id") |
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.
do you want state_root after multisig_id here?
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.
whoops, good catch
549abbd
to
dbcd454
Compare
dbcd454
to
113f39b
Compare
113f39b
to
22ca44a
Compare
…ck-not-acquired * origin/master: feat: allow application name to be passed in postgres connection url (#243) chore: remove unused tables and views fix: multisig actor migration fix: lotus chain store is a blockstore feat: limit history indexer by height (#234) polish: Avoid duplicate work when reading receipts fix: missed while closing #201 fix: gracefully disconnect from postgres on exit polish: use new init actor diffing logic fix: don't update go modules when running make fix: panic in multisig genesis task casting feat: extract msig transaction hamt Create lint.yml (#164) remove null bytes from message params (#208)
close #154
blocked on filecoin-project/lotus#4719