haskell-bitcoin / bitcoin

Bitcoin Library for Haskell
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

find out why test vectors are in json #32

Open ProofOfKeags opened 1 year ago

ProofOfKeags commented 1 year ago

It is suspected the test vectors originate from the Bitcoin Core project. If this is the case, we want to keep them to ensure compatibility. If they do not have any relation to Core, then we should consider moving them to regular Haskell values to minimize the need to maintain custom aeson code.