Author: Alex Mizrahi 2014-04-07 11:28:33
Published on: 2014-04-07T11:28:33+00:00
The context discusses the implementation of padded order-based coloring scheme called epobc in coloredcoinlib. The nSequence field of the first input is utilized for padding and differentiating between genesis and transfer transactions. Padding can be set individually for each transaction and also can be set to zero. Python code for epobc is available on Github, but it is recommended to wait for documentation. The code can handle transactions with multiple colored and uncolored outputs, especially p2ptrade transactions. Examples of such transactions on mainnet are also provided in the context.
Updated on: 2023-06-08T18:33:32.816299+00:00