bitauth-ide
bitauth-ide copied to clipboard
an online IDE for bitcoin (cash) contracts
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
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)!
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
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...