CNTRPRTY / xcpdev-genesis

Open Counterparty Bitcoin Data Explorer - DIY Node
https://xcp.dev
The Unlicense
4 stars 4 forks source link

Update decode_tx code? Or approach #26

Open jotapea opened 6 months ago

jotapea commented 6 months ago

The source for decode_tx is the work by @Jpja (which he made the initial contribution):

https://github.com/Jpja/Electrum-Counterparty/blob/master/decode_tx.html

This is an html file, but xcp.dev needs it to be a JavaScript module.

This means that updates cannot be git-native cherry picked, thus breaking attributions (https://github.com/CNTRPRTY/xcpdev-genesis/commit/265900a5ee500a0332bd0481ad93e14a510578fb, https://github.com/CNTRPRTY/xcpdev-genesis/commit/9d35d0f26f0d69423630963e587651e8dab7ac02).

So, instead of continuing with the copy-paste, lets discuss what we can do... Or document that is ok to continue in the unfortunately "un-attributable" way.

jotapea commented 6 months ago

Looking at this, and is code I want to get updated... AND it is already a module! So we might already be half way there...