-
- Design deterministic proposer selection algorithm weighted by stake `getProposer(height, round)`
- Implement in solidity
-
How "bad" would it be if we could bias the on-chain random seed by one bit, for example by having two private forks and choosing which one to release?
As noted by @nicola the answer depends on what…
-
I found a comment "many random beacons used for consensus are slightly biasable; what's fine for cryptographic sortition is not fine for a game of blackjack" in [Arcade specification](https://github.c…
-
Currently, we keep `master` as our stable branch, so a user who wants to play with nearcore node, can join testnet without a need to learn about other branches. However, we have been very aggressive a…
-
## Summary
Rework the process of loading a `genesis.json` file, to load a starting app state, and set of initial transactions to process.
## Problem Definition
Currently `gaiad init gen-t…