Scott Wild
Scott Wild
Here is the help from `bolt task show package` without specifying the local modulepath: ``` $ bolt task --nodes all --user root --password root show package package - Manage and...
Create infrastructure to test our systems in a "closed box" manner. Details to be filled in by @rafaelcr.
In scope: - Clarity WASM integration - Support running 3.0 in clarinet integrate (once a docker image is available for the node) - Use the new Clarity VM in simnet...
Linting rules can be configured to be “off”, “info”, “warning” or “error”. Default value is indicated here between parenthesis. - dead code - unused constant (warning) - unused function parameter...
From BLuEScioN: I am seeing an API error where it returns the same results no matter the order arguments supplied. I just ran this query https://api.testnet.hiro.so/extended/v1/tx/mempool?order_by=age&order=asc&limit=30&offset=0&unanchored=true with order set to...
From Sabby: > As a user, I want the ability to discover all observable chainhook events in a given project so I can look at the list of events and...
Some recursive inscriptions, like [this](https://ordinals.hiro.so/inscription/ea77381c4347206683dbbe77cbbcc828763684ab21d91d8dae8217f5ca79fbbai0), are not displaying in Explorer due to a security policy. Is there a safe way to display these? Reference: - It shows [here](https://www.ord.io/33121128).
In order to get a quicker status of how ordhook is doing, these metrics would be helpful on the ping endpoint: 1. Last block indexed 2. Latest inscription id 3....
Logging for the indexing process currently only lists the latest block mined: ``` 05/19/2023, 07:15:43 AM | Dequeuing block #790460 for processing (# blocks inboxed: 0) | 05/19/2023, 07:21:21 AM...
[Recent runs](https://github.com/hirosystems/ordhook/actions/runs/6054447776/job/16431864418) are taking 22 minutes for the `Cargo test` step and 29 minutes for the `Build/Tag/Push Image` step. Can we speed either step up? Research & Implementation spike. In...