-
I've been assisting this project since the beginning, please see me listed as a Project Member here: (https://mempool.space/about)
The last Bitcoin Conference was the biggest and most fun event of …
-
We have some error messages that we neither want to hide totally under `DEBUG` level nor print several times per second. Some examples in mempool:
* `InputBuffer` is not yet initialized during sync a…
-
Currently we scrape the mempool RPC and count the various `kind`'s of operations. We record this as a `GaugeValue`.
Using a CounterValue would be better, but we are blocked in implementing this as…
-
In certain conditions I are observing mempool fails to sync from remote bitcoind. The setup is
bitcoind on machine A
fulcrum on machine A (connected to local bitcoind on A)
fulcrum on machine B (…
-
### 🌟 Feature Request
#### 📝 Description
A transaction will be executed twice in the current implementation: 1) before mempool admission, 2) block validation (i.e., when it is to be included in …
-
- [x] #80
- [x] #81
- [x] #82
- [x] #83
- [x] #79
- [x] #84
- [x] finalized block results view for debs_and_creds
- [x] #87
- [x] #88
- [x] neutron contractmanager
- [ ] #89
- [ ] neutron d…
-
Evidently there is the possibility where the first output can be to a burn address, and the second is the op_return. This is outside the prior specifications, but could be added for support. Will need…
-
## Feature Request
### Summary
Rechecking all txs in the mempool seems to block consensus. We see this from:
- How pprof's look
- How the code appears
This is problematic as it means la…
-
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.
…
-
The CI on three PRs that do not change any code (309, 311, 312) failed due to the mempool benchmark.