William Banfield
3ccfb26137
psql: close opened rows in tests ( #6669 )
3 years ago
JayT106
e850863296
state/indexer: close row after query ( #6664 )
Closes : #6661
Note: see another error during the events indexing, guess the raw tx size exceeds the limitation?
```
3:17PM ERR failed to index block txs err="pq: index row size 2768 exceeds btree version 4 maximum 2704 for index \"tx_results_tx_result_key\"" height=5205112 module=txindex
3 years ago
Aleksandr Bezobchuk
4f8bcb1cce
docs: update events ( #6658 )
* docs: update events
* lint++
* lint++
3 years ago
JayT106
9d0817b308
Revert "rpc: re-index missing events ( #6535 )" ( #6631 )
This reverts commit 167fa738a3
.
3 years ago
JayT106
167fa738a3
rpc: re-index missing events ( #6535 )
3 years ago
JayT106
d2b78ec09b
indexer: use INSERT ... ON CONFLICT in the psql eventsink insert functions ( #6556 )
3 years ago
JayT106
711a718162
config/indexer: custom event indexing ( #6411 )
4 years ago
Aleksandr Bezobchuk
09a6ad7b1e
types: Refactor EventAttribute ( #6408 )
4 years ago
JayT106
43eacd159f
state/indexer: reconstruct indexer, move txindex into the indexer package ( #6382 )
4 years ago
Aleksandr Bezobchuk
46e06c9732
state: fix block event indexing reserved key check ( #6314 )
copy 🍝 bug when porting similar logic from the tx indexing code.
4 years ago
Aleksandr Bezobchuk
d43a79ddf6
state: cleanup block indexing logs and null ( #6263 )
4 years ago
Aleksandr Bezobchuk
003f394512
rpc: index block events to support block event queries ( #6226 )
4 years ago