Nikos Baxevanis

Results 273 comments of Nikos Baxevanis
trafficstars

>let's add a strict mode to publish Yes, perhaps `publish` would always check for everything; it would ignore any warnings skipped in `Clarinet.toml` unless the users tells it not to...

Yes, perhaps a template can also be derived from an existing contract. The best I can currently think of is via adding support for multiple sources, as already mentioned in...

@lgalabru, how can one fork/fetch a contract from testnet locally via deployment plans? For example, this one: [ST3QFME3CANQFQNR86TYVKQYCFT7QX4PRXM1V9W6H.cargo](https://explorer.stacks.co/txid/0x5864dabc9122732e16fcebd5ddaa727db8614eaee59499967c18011c1ddbd5b8?chain=testnet), by @kenrogers.

@lgalabru, thank you. — Sidenote: running the command above touched Clarinet.toml in more places than I would expect: ```diff @@ -1,21 +1,25 @@ - [project] name = "cargo" authors =...

Apart from that, this works fine 👍 Here's some output from a demo property-based test against that contract. All I had to do was ``` clarinet requirements add ST3QFME3CANQFQNR86TYVKQYCFT7QX4PRXM1V9W6H.cargo ```...

What's inside ./deployments/test-01.yaml? Do we have a sample? (If we do, sorry for asking, I'm not aware of it.)

> Are the needs in this issue handled by #333? Partially, or perhaps implicitly. * With #333 instead of `preSetup` you'd include the contract-call transactions at deployment time, for all...

@lgalabru, @LNow, in case this helps to troubleshoot further, the following patch makes `clarinet test` to run successfully: ```diff $ git diff diff --git a/fast_check.ts b/fast_check.ts index 9b1728f..968e4bd 100644 ---...

> We should be able to update the typescript transpiler being embedded in Clarinet. @lgalabru, if there's something we can look into, please let us know. Thank you!

I just compiled `clarinet` via #511 and it seems that the error is gone. --- However, if you run `clarinet test` on that branch, you might notice this: ``` $...