JayT106 and GitHub
9a2a7d4307
state/privval: vote timestamp fix ( #6748 )
2021-07-29 12:52:53 +02:00
JayT106 and GitHub
e87b0391cb
cli/indexer: Reindex events ( #6676 )
2021-07-28 00:04:54 +02:00
JayT106 and GitHub
e70445f942
statesync/event: emit statesync start/end event ( #6700 )
2021-07-22 08:16:50 +02:00
JayT106 and GitHub
c4f77ab6d1
fastsync/event: emit fastsync status event when switching consensus/fastsync ( #6619 )
...
closes #2498
solves part of #3365
Note: difficult to test the event emit in SwitchToFastSync part, might need to change `stateSyncReactor` to an interface in the `nodeImpl` struct
2021-07-20 15:36:47 +00:00
JayT106 and GitHub
d4cda544ae
fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC ( #6620 )
2021-07-07 07:26:01 -04:00
JayT106 and GitHub
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
2021-07-07 10:28:54 +00:00
JayT106 and GitHub
4334135651
privval: missing privval type check in SetPrivValidator ( #6645 )
2021-07-05 07:42:29 +02:00
JayT106 and GitHub
d66d1ada5b
libs/CList: automatically detach the prev/next elements in Remove function ( #6626 )
...
closes #2207
Also added `Clear()` function if we want to clear whole elements in CList.
2021-06-30 08:47:25 +00:00
JayT106 and GitHub
9d0817b308
Revert "rpc: re-index missing events ( #6535 )" ( #6631 )
...
This reverts commit 167fa738a3 .
2021-06-29 15:48:24 -04:00
JayT106 and GitHub
11a71c228c
state/privval: no GetPubKey retry beyond the proposal/voting window ( #6578 )
...
Closes #5142
2021-06-28 13:50:25 +00:00
JayT106 and GitHub
167fa738a3
rpc: re-index missing events ( #6535 )
2021-06-25 09:14:37 -04:00
JayT106 and GitHub
2cc872543b
rpc: add max peer block height into /status rpc call ( #6610 )
...
use `maxPeerBlockHeight` information to show the current network's best height.
Closes #3983
Relate to #3365
ref: the`highestBlock` in the response of `eth.isSyncing` call
https://web3js.readthedocs.io/en/v1.3.4/web3-eth.html#issyncing
2021-06-24 15:11:10 +00:00
JayT106 and GitHub
2b0a3c151b
fastsync: update the metrics during fast-sync ( #6590 )
...
Closes #3507
2021-06-23 08:00:24 +00:00
JayT106 and GitHub
21536ac7a4
linter: linter checks non-ASCII identifiers ( #6574 )
...
Enabled the ASCII check linter
https://github.com/tdakkota/asciicheck
Closes #2801
2021-06-14 08:35:44 +00:00
JayT106 and GitHub
cb63ab4ac0
rpc: fix RPC client doesn't handle url's without ports ( #6507 )
2021-06-14 10:34:02 +02:00
JayT106 and GitHub
10fa151749
state/types: refactor makeBlock, makeBlocks and makeTxs ( #6567 )
...
Closes #3584
2021-06-11 15:17:20 +00:00
JayT106 and GitHub
a456b71f1f
state: move pruneBlocks from consensus/state to state/execution ( #6541 )
...
state: move pruneBlocks function from consensus/state to state/execution
Closes #5414
2021-06-10 14:24:47 +00:00
JayT106 and GitHub
d2b78ec09b
indexer: use INSERT ... ON CONFLICT in the psql eventsink insert functions ( #6556 )
2021-06-09 09:22:43 -04:00
JayT106 and GitHub
b4307ca7f4
tools: use os home dir to instead of the hardcoded PATH ( #6498 )
2021-05-31 18:22:55 +02:00
JayT106 and GitHub
711a718162
config/indexer: custom event indexing ( #6411 )
2021-05-27 10:44:46 -04:00
JayT106 and GitHub
e334555393
node/state: graceful shutdown in the consensus state ( #6370 )
2021-05-10 21:45:26 +02:00
JayT106 and GitHub
43eacd159f
state/indexer: reconstruct indexer, move txindex into the indexer package ( #6382 )
2021-04-21 16:37:44 -04:00
JayT106 and GitHub
ca7dbea05b
Set cache control in the HTTP-RPC response header ( #6265 )
2021-04-14 14:05:27 +02:00