Jason Dreyzehner
Jason Dreyzehner
PR reviewed and tested 👍 (I didn't realize this PR was already open when I sent https://github.com/ajv-validator/ajv-cli/pull/203). @epoberezkin is there anything else that needs to happen before this can be...
@epoberezkin could this PR be merged? (Or maybe @jessedc?) It looks like other teams are also having to work around this issue where `ajv-cli` is missing the esm option from...
Was about to 👍 this issue, realized I was the author 🤦♂️ Anyways, to clarify, I'd appreciate if there were code actions which work like the eslint actions: Maybe **`Disable...
It'd be great to think about quickly installing a service like https://github.com/bitpay/i-made-this into the globally installed node. Something like `bitcore install -g i-made-this` could install the service and perhaps even...
Linting idea: recommend any evaluation with only one push be simplified to remove the unnecessary syntax: from `$(< X >)` to `X`.
Linting + autofix idea: find all script segments which include stack juggling operations: `OP_DUP OP_2DUP OP_3DUP OP_NIP OP_TUCK OP_DROP OP_2DROP OP_SWAP OP_2SWAP OP_OVER OP_2OVER OP_ROT OP_2ROT OP_TOALTSTACK OP_FROMALTSTACK OP_PICK OP_PICK...
RE: validation, we can definitely build a symbolic execution engine that demonstrates if a locking script has unhandled unlocking conditions (some set of inputs which unlock the script which aren't...
Thanks for the PR @msalcala11! Maybe for grammar this should say: `Every Bitauth template defines a set of scripts which are used by its entities.` I also enabled builds for...
Hey @as1ndu – I'd love to take pull requests enabling BTC. The biggest challenge is getting the BTC virtual machine implemented in [bitcoin-ts](https://github.com/bitauth/bitcoin-ts/). Implementing the virtual machine in bitcoin-ts allows...
> I'm currently trying to sketch out a multisig scheme for BTC, and while I probably won't end up becoming too exotic, it would be good to be able to...