mr-zwets
mr-zwets
>it could be useful to have a constructor function Want to confirm this! My sidechain covenant uses `require(this.activeInputIndex == 0);` on all three contract functions so that part is duplicated...
This would be great to have so debugging the compiled scripts in the Bitauth IDE is possible! Meep used to be the tool for that but it's unmaintained and doesn't...
I think this issue can be closed with the upcoming CashTokens upgrade.
We finished work on the advanced transaction builder and released it with version 0.9.0 🥳
The destructured assignment is a similar to tuples so I don't think adding structs also is really necessary.
related to #76 if we plan to use the "import template" option
I think this MR was somewhat confused so i created a new issue #140 " Allow bigints as contract constructor arguments & in spending functions arguments" This MR misses the...
Noticed 2 issues while testing `provider.addUtxo(contract.address, randomUtxo()` doesn't have the same behavior as `provider.addUtxo(contract.tokenAddress, randomUtxo()` so it seems there is a bug with the mocknetwork provider When you create a...
here's a proposed checklist for 0.10.0-next.5 - [x] upstream libauth changes to allow for P2SH32 outputs in template - [x] publish `next` release for 0.10.0-next.6 - [x] solve issue failing...
I think we found the issue with this week's session as described in #172, the issue was the old fixtures not including debug information in the artifact. The mecenas contract...