-
The CI on three PRs that do not change any code (309, 311, 312) failed due to the mempool benchmark.
-
zkApp commands can currently fail and still take fees if the preconditions fail.
This is to allow for a simplified mempool design that does not need to take into account
transaction dependencies.
…
-
Instead of getting the `mempool` stuff from the database, we could request an ergo node. This way, we have fewer intermediaries and potentially faster calls.
-
SCREENSHOT HERE
![Screenshot from 2024-09-02 10-58-59](https://github.com/user-attachments/assets/dcf12c5d-3170-48b4-91f0-392c97ece554)
Maker: 66ce693f01706e137138357a6874f4c595b73e0150b8cf40aee5…
-
(Created on Aug 31, 2023 by @iljakuklic)
Mempool and chainstate operate concurrently. When a transaction is processed, mempool employs the transaction verifier. The verifier in turn performs a seri…
-
Tested with Namada 0.44.0 and 0.44.1 on housefire-cotton.d3c912fee7462.
441c is a symlink to namadac.
$NODE is `--node https://rpc.knowable.run/`
# Accounts
## implicit account
441c balance …
-
Track a transaction in the mempool and use CPFP or RBF to bump up the fees if needed.
I'll add more details soon
-
In cases where an application does not correctly handle replay protection, transactions can get stuck in the mempool as per tendermint/tendermint#3865.
There have been discussions over the years ab…
-
### Please describe the feature you'd like to see added.
This is a feature request for a broadcast pool. A broadcast pool is a cache local to the node which contains transactions which have been init…
-
**Did you check if Debian 10 already contains this software?**
Yes, it does not.
**What the application you want packaged does?**
https://github.com/mempool/mempool
https://mempool.space
**Ho…