ASuciuX

Results 65 comments of ASuciuX

# Caught Mutants - [docs](https://github.com/stacks-network/actions/tree/main/stacks-core/mutation-testing#1-caught) - [x] stackslib/src/net/httpcore.rs:794:9: replace StacksHttpRecvStream::consume_data -> Result with Ok((Some((vec![], 1)), 0)) in 198.2s build + 1023.6s test - [x] stackslib/src/net/httpcore.rs:794:9: replace StacksHttpRecvStream::consume_data -> Result with...

There is an issue with the docs output and it was flagged in this issue https://github.com/hirosystems/bitcoin-indexer/issues/538, it will be fixed in the future. The right format for this curl is:...

Marking this as completed since the config updates have been shared. Feel free to reopen the issue if further issues appear.

We're currently using `bitcoincore-rpc`, which is no longer maintained but supports running Bitcoin Core v0.25.0. The suggested replacement is `corepc-rpc`, but switching isn't straightforward: it requires us to handle the...

Can this be closed as https://github.com/hirosystems/bitcoin-indexer/pull/507 PR was merged?

Now our API report the location and output of unbound inscriptions as zeros https://api.hiro.so/ordinals/v1/inscriptions/001e4a35c2fd86700f753a847fdeabd0f8f6aa8c106be9e3b4062fe1d3bce4f2i0, but the location third value is different: 1. our end `:282631` 2. ordinals.com `:103710`

To verify if indexing is up to date, you can check the `chain_tip` table in the Ordinals Postgres database. This table shows the most recent block height where a transaction...

Hy @0xharriger , can you please share if everything was solved?

# Unviable Mutants - [ ] [components/ordhook-core/src/core/protocol/satoshi_numbering.rs:57:5](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/core/protocol/satoshi_numbering.rs#L57): replace compute_satoshi_number -> Result with Ok((Default::default(), 1, vec![(0, [1; 8], 1)])) - [ ] [components/ordhook-core/src/ord/inscription_id.rs:98:9](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/ord/inscription_id.rs#L98): replace ::from -> Self with Default::default() - [...

# Timeout - [ ] [components/chainhook-postgres/src/types/pg_numeric_u128.rs:16:11](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/chainhook-postgres/src/types/pg_numeric_u128.rs#L16): delete ! in u128_into_pg_numeric_bytes - [ ] [components/ordhook-core/src/ord/epoch.rs:46:9](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/ord/epoch.rs#L46): replace Epoch::subsidy -> u64 with 1 - [ ] [components/ordhook-core/src/db/blocks.rs:99:5](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/db/blocks.rs#L99): replace insert_entry_in_blocks with () - [...