Ori Newman 346341a709
Fix extract atomic swap data pushes (#2203)
* Remove unnecessary drop from ExtractAtomicSwapDataPushes

* fixed atomicswap 

fixed ExtractAtomicSwapDataPushes to extract the correct RefundBlake2b

* Fix message converters

* Fix locktime data size in ExtractAtomicSwapDataPushes

---------

Co-authored-by: pieroforfora <124444595+pieroforfora@users.noreply.github.com>
2023-12-11 16:24:16 +02:00
..
2023-02-27 10:03:11 +02:00
2021-04-06 14:27:18 +03:00
2021-06-20 16:52:12 +03:00
2021-06-20 16:52:12 +03:00
2023-02-27 10:03:11 +02:00
2021-06-20 16:52:12 +03:00
2021-04-05 14:35:34 +03:00
2021-06-20 16:52:12 +03:00
2023-02-27 10:03:11 +02:00
2023-02-27 10:03:11 +02:00
2021-04-06 14:27:18 +03:00
2021-04-06 14:27:18 +03:00
2021-04-06 14:27:18 +03:00
2021-04-06 14:27:18 +03:00
2021-04-06 15:56:31 +03:00

txscript

ISC License GoDoc

Package txscript implements the kaspa transaction script language. There is a comprehensive test suite.

Kaspa Scripts

Kaspa provides a stack-based, FORTH-like language for the scripts in the kaspa transactions. This language is not turing complete although it is still fairly powerful.

Examples