James Campbell
James Campbell
I know this issue is a bit old, but docs are always a great first contribution to a project! Do you have any examples of where you *know* the docs...
Is this how new contributions should be documented?
I am seeing the exact same behaviour Mac M1
we have commented out pre-commit hooks for black which would fix a lot of these issues
- compile with brownie - extract version - build dictionary of contracts, names, version
Example return condition is ``` returnValueTest: { key: 'tStake', comparator: '>', value: '0', } ``` for this `stakes` function in https://etherscan.io/address/0x01B67b1194C75264d06F808A921228a95C765dd7#readProxyContract
small addition - docs should make it clear that the volume may need to change. 2 example keyfile locations: ``` /home/user/.ethereum/keystore/UTC--2023-12-08T... /root/snap/geth/477/.ethereum/keystore/UTC--2023-12-20.... ``` The corresponding docker volumes: ``` -v ~/.ethereum/:/root/.ethereum:ro...
ok, so current plan is to have a contract on an L2 (cheap) so that nodes can submit their view of the network state. The simplest example of this would...
We could use Chainlink VRF (Verifiable Random Function) to generate a random number that determines the start of the reporting window. This makes it much harder to game - a...
This is effectively a vote by the nodes. We could take the stake-weighted vote idea further: - randomly select nodes until 51% of total stake is selected, then calculate results...