-
spawned by the discussion in https://github.com/cometbft/cometbft/issues/1742
Block gossiping is currently a big part of the consensus reactor, but it actually might not be that difficult to refact…
-
In k8s, it can associate the host IPs and virtual IP by kube-proxy. Do you use kube-proxy to remove hard-code of the host IPs and virtual IP to host IP mapping?
-
Having realtime notifications can improve the overall developer/mining experience and avoid unnecessary endpoing pooling.
Bitcoin uses [ZeroMQ](http://zeromq.org/) to broadcast node events to liste…
-
Plunderswap reported that some of their transactions got stuck.
Looking at the mempool on the API node, it contains all three pending transactions:
```
"pending": {
"0x48b753a63e262572096ca8ce9…
-
https://github.com/aeternity/aeternity/blob/5a51eecde2475ef8af461173df46ef81c61564cb/apps/aecore/src/aec_tx_pool.erl#L736-L747
As I understand, transactions in the mempool are ordered according to …
-
The node 3.135.218.147 keeps crashing. Some excerpts of the log before the crashes are shown below. Full logs also available.
**Excerpt 1**
```
021-05-14 09:36:49 AddToWallet fa537e52381303649b21…
-
ulas
Medium
# In the `revertBatch` function, `inChallenge` is set to `false` incorrectly, causing challenges to continue after the protocol is paused.
### Summary
An unchecked batch reversion will…
-
Instead of getting snapshot of entire mempool and taking diffs, connect as a peer and collect transactions directly:
https://bitcoin.stackexchange.com/questions/48363/is-it-possible-to-read-every-tra…
-
### Description
![image](https://user-images.githubusercontent.com/50149324/219337457-11c05329-e81c-48be-88ac-cfd77da8adc2.png)
On this table, Y axis shows that there are tx in the mempool p…
-
### Description
Before attempting to load network data, there should be some validation to check if the network is enabled on the configuration file.
#### Version
v2.2.1-dev [b4eea3d]
…