-
Notifications
You must be signed in to change notification settings - Fork 321
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
Further enhancements to Update
and ChangeSet
structures
#1061
Comments
We also need to remove |
Something else I realized, is the |
26 tasks
This is done in #1065 I think. |
3 tasks
Hi @evanlinjin ! I will like to take this up. |
@vladimirfomene Thanks for taking this on. Go hard! |
41 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement
As suggested by @LLFourn:
Append
for tuples (A,B) where A: Append, B:Append and use this as our changeset in the examples instead ofLocalChangeSet
. i.e. we can just go type ChangeSet = (local_chain::ChangeSet, indexed_tx_graph::ChangeSet<...>)The text was updated successfully, but these errors were encountered: