Skip to content

Commit

Permalink
Transaction decoder
Browse files Browse the repository at this point in the history
Script for decoding counterparty message data from Blockcypher api
  • Loading branch information
Jpja committed Mar 31, 2023
1 parent c2b49a8 commit 1c40c16
Showing 1 changed file with 858 additions and 0 deletions.

2 comments on commit 1c40c16

@jotapea
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you fort this awesome contribution @Jpja 🚀

It will definitely be part of v0.9 release.

@jotapea
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Jpja v0.9 has been released with transaction data parsing based on your work.

https://www.xcp.dev/tx/e5e9f6a63ede5315994cf2d8a5f8fe760f1f37f6261e5fbb1263bed54114768a

But there is still more work to be done on the module:

  • At the moment only pre960 issuances are showing the minimal data that I would like all other transaction types to show.
  • In the transaction above, notice that the descr from the decoded data is showing some extra characters, which I think is fixable.

Please sign in to comment.