-
Notifications
You must be signed in to change notification settings - Fork 16
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
getDhtOpType
, getDhtOpAction
, getDhtOpEntry
, getDhtOpSignature
functions are incorrect in v0.18.0-rc
#306
Comments
It might still be useful not to have to filter by WarrantOp and ChainOp before passing it in? What about a type |
Yeah some of them yeah, some of them no. WarrantOp only carries the ActionHash for the invalid record, which makes things like |
I was thinking that
And But maybe it's cleaner to just call it |
Here's a PR: #308 |
Fixed with #308 and published as 0.18.0-rc.2. But unfortunately I didn't see the other issue about the wrong |
In holochain v0.4, the
DhtOp
type was changed to:Which actually makes all the DhtOp helpers incorrect, these is how they look like:
So they don't throw a typescript error, but actually they won't work. They should probably accept a
ChainOp
argument instead of aDhtOp
one.The text was updated successfully, but these errors were encountered: