haskoin-core/scripts
JP Rupp 8fb472f60d
Backwards-incompatible modernisation of package
- Shorten all field names ignoring duplicates using DuplicateRecordFields extension.
- Use OverloadedRecordDot language extension and syntax.
- Use explicit context object from secp256k1-haskell library.
- Unify serialization into custom Marhsal and MarshalJSON classes.
- Use bytestring builders for all JSON toEncoding implementations.
- Use ormolu for formatting.
- Simplify module organisation.
- Strongly break backwards compatibility.
2023-07-28 19:48:43 +01:00
..
create_complex_psbt_data.sh Adds PSBT signing capability 2021-10-26 12:08:02 -05:00
format Backwards-incompatible modernisation of package 2023-07-28 19:48:43 +01:00
lib.sh Adds PSBT signing capability 2021-10-26 12:08:02 -05:00
psbt_sign_test.sh Adds PSBT signing capability 2021-10-26 12:08:02 -05:00
PsbtSignTest.hs Formatting and linting (#403) 2021-11-03 20:05:01 +00:00
release Add release script 2021-11-03 22:06:47 +00:00