script

Representations and fast conversions for Script (docs.ppad.tech/script).
git clone git://git.ppad.tech/script.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-01-21 05:53release: v0.2.1Jared Tobin2+4-1
2025-01-21 05:52lib: errant braceJared Tobin1+1-1
2025-01-20 18:54lib: qualify haddock linksJared Tobin1+5-5
2025-01-20 07:59meta: readme attributionJared Tobin1+2-1
2025-01-20 07:55release: v0.2.0Jared Tobin2+5-1
2025-01-20 07:53lib: better haddocksJared Tobin1+17-3
2025-01-20 07:53test: decrease max successesJared Tobin1+4-4
2025-01-20 07:45lib: rename OP_PUSHNUM_N to OP_NJared Tobin2+32-18
2025-01-19 18:02flake: saner input followsJared Tobin2+5-71
2025-01-19 17:20release: v0.1.0Jared Tobin2+8-1
2025-01-19 17:16meta: readmeJared Tobin2+136-0
2025-01-19 16:42flake: lockfileJared Tobin1+36-7
2025-01-19 14:50meta: use nixpkgs and flake-utils from ppad-nixpkgsJared Tobin2+81-6
2025-01-19 13:56lib: hlint suggestionJared Tobin1+1-1
2025-01-19 13:53lib: remove script hashesJared Tobin6+24-764
2025-01-19 13:38lib: module headerJared Tobin1+34-12
2025-01-19 12:07lib: stuff lengthy opcode stuff at bottomJared Tobin1+97-169
2025-01-19 11:58test: p2* unit testsJared Tobin1+80-17
2025-01-19 11:14test: more property test workJared Tobin1+66-9
2025-01-19 10:26lib: reorgJared Tobin1+18-16
2025-01-19 10:16test: cleanupJared Tobin1+49-35
2025-01-19 05:24lib: don't inline unsafe functionsJared Tobin1+3-3
2025-01-19 05:11lib: don't expose hash constructorsJared Tobin1+2-2
2025-01-18 18:23bench: flesh out weighJared Tobin2+32-2
2025-01-18 18:22lib: add pinned checkJared Tobin1+2-3
2025-01-18 18:11test: unit testJared Tobin1+20-8
2025-01-18 18:05lib: exportsJared Tobin2+28-2
2025-01-18 17:46test: fix arbitrary instance for scriptJared Tobin2+20-19
2025-01-18 15:58lib: misc optimizationsJared Tobin4+138-116
2025-01-18 14:29lib: update benchmarks, testsJared Tobin3+65-6
2025-01-18 14:28lib: much faster ba_to_bs, bs_to_baJared Tobin1+8-14
2025-01-18 13:26bench: skeletonJared Tobin3+39-1
2025-01-18 04:49meta: descriptionJared Tobin1+2-2
2025-01-18 04:48lib: script onlyJared Tobin4+62-67
2025-01-18 04:45test: quickcheck skeletonJared Tobin3+72-12
2025-01-18 04:19lib: unnecessary pragmasJared Tobin1+0-2
2025-01-18 04:18lib: refine script moduleJared Tobin1+211-188
2025-01-17 20:44lib: clean up conversionsJared Tobin2+19-47
2025-01-17 20:15lib: purge old base16 stuffJared Tobin2+58-49
2025-01-17 19:48flake: lockfileJared Tobin1+16-16
2025-01-17 19:35lib: add ppad-base16 depJared Tobin2+26-24
2025-01-17 19:18flake: add base16Jared Tobin2+113-35
2025-01-12 22:18lib: nicer base16 decodingJared Tobin1+34-33
2025-01-06 23:27lib: write word16sJared Tobin1+4-3
2024-12-18 21:02test: hacky testsJared Tobin2+16-1
2024-12-18 20:46flake: lockfileJared Tobin1+12-12
2024-12-18 20:39lib: encoding tweaksJared Tobin1+17-16
2024-12-18 20:38meta: dep updatesJared Tobin3+220-23
2024-12-18 19:10flake: follow sha256Jared Tobin2+149-9
2024-12-18 14:56lib: add base58 depJared Tobin2+11-2
2024-12-16 20:47lib: witness script hashJared Tobin3+56-10
2024-12-16 18:42test: skeletonJared Tobin3+25-2
2024-12-16 17:13lib: scripthash show instanceJared Tobin1+16-7
2024-12-16 11:53lib: minor simplificationsJared Tobin1+7-9
2024-12-16 11:27meta: .ghciJared Tobin1+3-0
2024-12-16 11:25lib: basic scripthash skeletonJared Tobin1+22-4
2024-12-16 11:24lib: add depsJared Tobin3+243-3
2024-12-16 10:59lib: misc op, script renderings/conversionsJared Tobin1+201-14
2024-12-15 13:33lib: basic script typeJared Tobin1+50-1
2024-12-15 11:09lib: add primitive depJared Tobin2+4-2
2024-12-15 09:20lib: opcodesJared Tobin1+260-0
2024-12-15 09:15lib: initial skeletonJared Tobin7+167-0