Jason Dreyzehner

Results 129 issues of Jason Dreyzehner

If anyone is interested in using Bitauth IDE to develop BTC authentication templates, please comment here. The application is architected to make switching between VMs possible, it just requires a...

If anyone is interested in using Bitauth IDE to develop BSV authentication templates, please comment here. The application is architected to make switching between VMs possible, it just requires a...

In the [CashTokens demo](https://gist.github.com/bitjson/a440232cebba8f0b2b6b9aa5db1fdb37), the `Mint Token` unlocking script is missing a stack item when stack items deeper than 3 are grouped: Thanks to @jcramer for [spotting this bug](https://t.me/bitauth_ide/242)!

While all evaluations occur during compilation, we can safely hide the internal stack visualization for evaluations which result in bytecode which is never executed. E.g. the stack visualization (`current_block_time delay_seconds...

Currently, Monaco editor doesn't support adding any sort of padding to the editor, but there are [several strategies](https://github.com/microsoft/monaco-editor/issues/1368#issue-421594320) which can be used to emulate padding. With just CSS padding, editor...

read.cash [says](https://twitter.com/readcash1/status/1197927863791603712): > ..and one more feature request: there's Meep debugger by @ChrisPacia https://read.cash/@Read.Cash/how-to-use-bitcoin-cash-with-javascript-including-bitcoin-cash-contracts-08fdc194#meep it's really great, but you need to install it. It would've been cool if it were...

This is [a bug in Blueprint](https://github.com/palantir/blueprint/issues/1008). I patched it for the Guide dialog [here](https://github.com/bitauth/bitauth-ide/commit/d763ab0de229e4aed66178c818e670d117e7076b), but it would be good to fix the issue for other dialogs if the user's screen...

E.g. if the unlocking script is simply: `0x03`, it might not be immediately obvious that the evaluation isn't happening because it's waiting for more bytes. (Or maybe the user forgot...

Related to #13, the IDE should include a full reference for all opcodes, breaking out groups of opcodes by type (push, numeric, crypto, stack, etc.) and describing each in a...

It would be quite useful to provide a "walk-through mode", where every sample in the evaluation is placed on a new line, and the instruction descriptions are placed beside the...