cashscript
cashscript copied to clipboard
⚖️ Easily write and interact with Bitcoin Cash smart contracts
closes #252
closes #249
> We've just published BCHC v2 (based on BCHN) which can be run in place of an existing node, offering the same features as BCHN 28.0.0 but with the addition...
Created a standalone issue for typed `bytesX` function arguments previously part of #178 (previously titled 'Consider changes to `bytes` types) > Mathieu and I were talking about this and we...
currently mocknet doesn't update the utxo set after transactions. For some testing setups it's preferable that the UTXO set updates after transactions, so we could make this configurable
Currently the CashScript docs do not have any info on how to restrict the sighash flag used by signer with a covenant > Hashtype value is last byte of the...
the current situation of when padding occurs is not very consistent and requires a confusing workaround to cast a `bytes` item to a certain size ```solidity // from int to...
Currently `SignatureTemplate` has a method `.getPublicKey()` and `getSignatureAlgorithm()` but these could as well be a property because they do not accept any arguments. In v0.8.0 we replaced a contract method...
do the docs need info about malleability or posive/negative zero? Currently no info about this is in the docs but there might be cases where this is relevant for contract...