-
Notifications
You must be signed in to change notification settings - Fork 5
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
added support for format v2; new file Merkle.swift and some additiona… #7
base: master
Are you sure you want to change the base?
Conversation
@jsoneaday I started reviewing this PR and things look good; generally just copying the logic the JS library uses. I did some cleanup: https://github.com/lukereichold/arweave-swift/tree/add-formatv2 I asked on the Discord forums and clarified that we can safely drop support for v1 transactions, which should make things easier. As some changes were made to |
Hello @lukereichold any update on this PR? Seemed like you might be able to relatively easily merge it? |
Hi here's the item. Again a little rough.
Note some changes seem trivial, like optional types on the transaction fields, but decoding did not work without them so please test if you decide to remove them.