Ortis

Results 5 issues of Ortis

Add a new OP to retrieve a specific block trailer and all the `txid` of the block. This will permit wallets to verify through the `mroot` that a transaction has...

enhancement

Add check while creating tag to insure that the target WOTS doesnt not exist in the ledger. The fix below was made by @chrisdigity but never made it to pull...

enhancement

Increase the maximum number of block trailer sent by [send_tf](https://github.com/mochimodev/mochimo/blob/f216e2b03abc484168fd9eac900b8a09fb9ce712/src/optf.c#L26) to 10000. A blocktrailer is only 160 bytes so 10000 will be 1.6Mb. It is a better alternative that dowloading...

enhancement

### Overview Add an option to specify th location of the `.cache` folder. At the moment, it is located at the root of the `contracts` folder. This can cause issue...

category: feature

Using `Multicall` more than once in a thread throw an error `Timeout context manager should be used inside a task`. This error was previously reported here #41 and was fixed...