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

remove null bytes from message params #208

Merged
merged 5 commits into from
Nov 6, 2020
Merged

remove null bytes from message params #208

merged 5 commits into from
Nov 6, 2020

Conversation

willscott
Copy link
Contributor

this is a bit unfortunate because for some binary fields this could lead to corruption, but we probably won't be dealing with those fields meaningfully in this table.

Copy link
Contributor

@iand iand left a comment

Choose a reason for hiding this comment

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

Approved but wouldn't it be better to drop the binary fields. Are they useful inside the database?

@willscott
Copy link
Contributor Author

Approved but wouldn't it be better to drop the binary fields. Are they useful inside the database?

i think this is a problem where there are 1-2 cases of binary fields being labeled as cbor strings. we don't have the context to do this at a semantic-parsed level here, so it's hard to be selective about it

@willscott willscott merged commit ecc9619 into master Nov 6, 2020
@willscott willscott deleted the fix-cbor-params branch November 6, 2020 14:57
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.

2 participants