-
https://mempool.space/tx/e921cb0c294d313c12ee5f9676e1a32d87cae169270b88ee308264440ce9614f
```
http 'https://api.counterparty.io:4000/v2/mempool/events' | grep e921cb0c
>
```
-
Hey, I really like the addition of mempool configuration in the `cheat_mining_mode` method! I've noticed a demand for supporting multiple transactions per block and for mining new blocks at specified …
-
We could add a tool that allows the agent to check the mempool for all TXs, or to see it's own TXs.
-
Mempool backend crashes if I suspend the services backend
```
Nov 19 10:38:26 [31690] WARN: No pong received within 10 seconds, terminating connection
Nov 19 10:38:26 [31690] INFO: Acceleration w…
-
I'm replaying a ~5GB pcap file in a nic and using a modified `basic` example which uses online configuration. In that setup, I see after each iteration of the replay, mempool usage goes up around ~14%…
-
wilfred:
> I think adding a timeout is good because then we can up the batch size significantly. Then we only log after the batch size is hit or the when the timeout occurs.
-
The protocol spec defines 3 parameters (#4477):
- `TargetRedundancy`
- `TargetRedundancyDeltaPercent`
- `AdjustInterval`
Ideally, we should find default values for all parameters and hard-code t…
-
### Describe the feature
Not sure how accurate [bytehound](https://github.com/koute/bytehound) is but it reports that validating new mempool transactions allocates (and deallocates) ~100 GB of RAM fo…
-
In order to support Flashbots / MEV-Share , there are some endpoints that can be integrated to near-ca in order to make them works from near-ca:
- eth_callBundle - for simulation
- mev_simBundle -…
-
Blockfrost has API for retrieving txs that are not yet on chain, but are stored in mempool https://docs.blockfrost.io/#tag/cardano--mempool
Let's include these transactions into:
- `GET_ACCOUNT_INFO` …