LNow

Results 36 comments of LNow

@markmhx yes. And just to clarify it doesn't work with any contract, not only the `.pox`.

I used this feature quite often when I was trying understand some contracts which were already deployed. Anything that allows me to download a contract and save it as a...

I'm not convinced in 100% if we need a separate TS API for creating mocks. For test purposes we can create various types of test doubles without any extra API....

@philipdesmedt, @nieldeckx you may want to try this approach in Arkadiko. I saw that you have quite a lot of test files.

Logs from container used by Clarinet v0.32.0 ``` 2022-06-24T09:00:43Z Bitcoin Core version v0.21.1 (release build) 2022-06-24T09:00:43Z Validating signatures for all blocks. 2022-06-24T09:00:43Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000000000000000000000000 2022-06-24T09:00:43Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation...

@friedger I believe right now `@stacks/transactions` is not fully compatible with Deno due to `smart-buffer` dependency, therefore we can't use it "just like that". We can either write custom implementation...

> We could also introduce a light compatibility layer in `deno/index.ts` that exposes the same API. Actually that could be a good first step in making unified API. Another approach...

@obycode take your time. It doesn't have to be fixed for yesterday.

@obycode I think this discussion should be started in `stacks-blockchain` repo, as this is where new language functions are added. For sure we need some form of specification to eliminate...

I like the idea. However if something like this will be implemented, please make it optional and allow user so somehow mark contracts that should not be reported as potentially...