Commit Graph

17 Commits

Author SHA1 Message Date
05c228e33a Review comments 2023-06-23 17:40:34 -05:00
48a758840d Fix channel size and minor refactor for consistency. 2023-06-23 01:18:48 -05:00
d80480df0f Up to and including the current block... 2023-06-22 14:21:09 -05:00
99a91b28cd goimports 2023-06-22 13:35:42 -05:00
b091f3382e Refactor and add comments. 2023-06-22 13:32:57 -05:00
2bf4c91269 Fix mock 2023-06-22 12:54:50 -05:00
3ad2bcd9a0 Move the SQL statement. 2023-06-22 11:59:01 -05:00
ab7e807afe Remove file 2023-06-22 01:35:15 -05:00
95942c335c Backfill gaps in the recent past when statediffing head. 2023-06-22 01:34:48 -05:00
caa685321a
367: Check if the statediff is already in progress or completed. (#392)
* Check if the statediff is already in progress or completed.

* Update mock

* Add comments.
2023-06-01 13:21:33 -05:00
bac14cc48a
367: Fix deferred rollback on error. (#391)
* Fix rollback call on error.

* Skip the pointers.
2023-05-31 19:36:36 -05:00
Ian Norden
dd1d8493a8
Merge pull request #389 from cerc-io/roy/v5-dev-1.11.6
Patch for concurrent iterator & others (onto v1.11.6)
2023-05-19 10:49:07 -05:00
i-norden
3555790e76 Small fixes
replace new(trie.Trie)

reduce debug noise

patch postgres config - add driver, rename DefaultConfig => TestConfig
2023-05-19 00:59:19 +08:00
i-norden
ea6dfb8fa5 fix isWatchedAddress and isValidPath usage 2023-05-17 08:15:38 -05:00
i-norden
30ab52a6a6 construct leafkey instead of calling it.LeafKey() (to avoid panics when we pass in a subtrie iterator at an odd position in the trie) 2023-05-14 14:41:13 -05:00
i-norden
35b70d31af more adjustments after rebase 2023-05-02 21:11:58 -05:00
i-norden
b59a60eed8 statediffing service squashed commit 2023-05-02 20:12:04 -05:00