drcpu-github
drcpu-github
Leaving some input here to indicate what I would love to see. 1. A blacklist of API endpoints that is maintained by the community and which could be loaded into...
Right now there are indeed a lot of nodes outside the ARS, which makes for a lot of block proposals. However, unless there is an active problem with the replication...
> Just some figures about the current situation, today there was an average of 25 block candidates per epoch (derived from block #230700 to block #231099 with at least 2...
I was curious if I could repeat your experiment @mariocao. I started 4 local nodes on the same machine (guaranteeing a diverse set of peers) and logging the seen_candidates over...
> So one way of fixing the performance of this methods would be to implement something similar to the OwnUnspentOutputsPool, and have a map of "address" to "list of UTXOs"....
I don't know how likely it is for a node to be 100% convinced his commit will be included, but I understand that it may be necessary for all commits...
I'm not exactly following how this mitigates commit transaction censoring? What is stopping a miner from including 190 of 200 commits thereby forcing certain other nodes to not reveal a...
I also would not know how to enforce that except that the miner which includes most commits wins the block. I like the idea of commit entanglement, but I see...
> Yes, migrations are hard because we are using bincode. The ChainState struct has support for adding new fields, however these fields must always be at the end of the...
Updating to `reqwest v0.10.8` removes one of the `net2` subdependencies, but `h2 v0.2.6` is at its newest version and still uses this: ``` │ ├── reqwest v0.10.8 (most recent) │...