Conseil icon indicating copy to clipboard operation
Conseil copied to clipboard

Query API and indexer for Tezos and other decentralized platforms.

Results 60 Conseil issues
Sort by recently updated
recently updated
newest added

I can fount tx by tzkt https://tzkt.io/opNYzCG1WMbsRfydgsQf49tHVdBXeFBjsjia6prUL1TU14tE3v2 but Arronax can't When I use https://conseil-prod.cryptonomic-infra.tech:443 to query, I still can't find operation

Hi. After Granada Tezos protocol Conseil cant fully sync. It after restart it sync to latest block and then start `reprocess` some old blocks and and doesn't handle new one

bug

Conseiljs seems to exist for javascript ecosystem. If I were to use this in a jvm based backend, is there a client library available? I am thinking of using this...

enhancement

Hi. After Granada Tezos update I see in Conseil logs a lot of different warnings related to JSON decoding. Examples `[lorre-tezos-indexer-akka.actor.default-dispatcher-24] WARN TezosNodeFetchers (tech.cryptonomic.conseil.indexer.tezos.TezosNodeFetchers.applyOrElse:636) - I fetched an account delegate...

bug

`Request of size 9468768 was longer than the maximum of 8388608`

bug

Problem: In table _baking_rights_ for each level missed some random baker priority. Usually missed priorities > 4. Same bug still actual for 2020-july-_release_-24. As I see missed baking rights where...

bug

The `registered_tokens` table is used not only to serve data directly but also for indexing metadata. It is currently read statically from a CSV file which is part of the...

enhancement

Parse addresses in the `key` column into "human-readable" values, tz.... Consider this [example on Arronax](https://arronax.io/tezos/mainnet/big_map_contents/query/eyJmaWVsZHMiOlsiYmlnX21hcF9pZCIsImtleSIsInZhbHVlIiwia2V5X2hhc2giXSwicHJlZGljYXRlcyI6W3siZmllbGQiOiJiaWdfbWFwX2lkIiwib3BlcmF0aW9uIjoiaW4iLCJzZXQiOlsiNTExIiwiODU3Il0sImludmVyc2UiOmZhbHNlfV0sIm9yZGVyQnkiOlt7ImZpZWxkIjoiYmlnX21hcF9pZCIsImRpcmVjdGlvbiI6ImRlc2MifV0sImFnZ3JlZ2F0aW9uIjpbXSwibGltaXQiOjEwMDB9) where the key format in maps 511 and 857 is `(Pair address nat)`.

Track value changes and key deletions explicitly in the big_map_contents table.

As advised in #932 , I built Conseil from master (`[commit-hash: 9f4eb4c]`). Since this change I see configuration-related warnings like: ``` 06:58:42.422 [akka.actor.default-dispatcher-48] WARN t.c.c.a.metadata.UnitTransformation - There're missing metadata overrides...

bug