cashscript icon indicating copy to clipboard operation
cashscript copied to clipboard

⚖️ Easily write and interact with Bitcoin Cash smart contracts

Results 111 cashscript issues
Sort by recently updated
recently updated
newest added

> 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...

javascript-sdk

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...

cashc-compiler
breaking

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

enhancement
javascript-sdk

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...

documentation

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...

enhancement
cashc-compiler
breaking

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...

javascript-sdk
breaking

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...

documentation