bestinslot-xyz / OPI

Open Protocol Indexer, OPI, is the best-in-slot open-source indexing client for meta-protocols on Bitcoin.
Apache License 2.0
202 stars 110 forks source link

feat: brc20 api for query ticker info #40

Open cloudwavex opened 5 months ago

cloudwavex commented 5 months ago

What is this

Add api to query brc20 ticker info by ticker name

samedcildir commented 4 months ago

Hello, thank you for the PR.

I'll merge this but can you revert the changes in index_runes.js, the "ON CONFLICT" lines are not necessary, and it is actually a bit better without them since the system actually prevents these from happening and if they do happen, this means there is a bug in the code so failing would be better than ignoring the error. The same applies to blockhash_db_q.rows.length == 0 this check.