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

Frrist/multisig transactions 154 #201

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Conversation

frrist
Copy link
Member

@frrist frrist commented Nov 4, 2020

@frrist frrist self-assigned this Nov 4, 2020
return out, nil
}

changes, err := multisig.DiffPendingTransactions(ec.PrevState, ec.CurrState)
Copy link
Member Author

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")
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

whoops, good catch

@frrist frrist force-pushed the frrist/multisig-transactions-154 branch from 549abbd to dbcd454 Compare November 4, 2020 19:36
@frrist frrist force-pushed the frrist/multisig-transactions-154 branch from dbcd454 to 113f39b Compare November 13, 2020 00:13
@frrist frrist force-pushed the frrist/multisig-transactions-154 branch from 113f39b to 22ca44a Compare November 13, 2020 00:18
@frrist frrist marked this pull request as ready for review November 13, 2020 00:18
@frrist frrist requested a review from iand November 13, 2020 17:39
@frrist frrist merged commit b9d469c into master Nov 13, 2020
@frrist frrist deleted the frrist/multisig-transactions-154 branch November 13, 2020 22:41
frrist added a commit that referenced this pull request Nov 18, 2020
frrist added a commit that referenced this pull request Nov 18, 2020
placer14 added a commit that referenced this pull request Nov 18, 2020
…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)
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.

Define Extractor for Multisig Actor
2 participants