cbc-casper icon indicating copy to clipboard operation
cbc-casper copied to clipboard

Results 22 cbc-casper issues
Sort by recently updated
recently updated
newest added

# Issue Silly typo in wiki: > may may make make You can cherry-pick the top commit my cloned version of wiki, https://github.com/richardpringle/cbc-casper.wiki (it's the latest commit on the master...

Thank you for contributing to CBC Casper! Please make your Pull Request against the `develop` branch and ensure that all tests pass. Unless fixing a typo or other small issue,...

# What This is a specification for an implementation of CBC-Capser, which follows the [specs here](https://github.com/ethereum/research/tree/master/papers/CasperTFG) in one of the following lanaguages: * python * javascript * go # Success...

# Issue NOTE: This just a thought I'm putting here so I don't forget it. It probably makes no sense Currently, messages do not arrive in order; because messages include...

optimization

# Issue - What's wrong? - How are things currently? - How should things be? # Proposed Implementation * Weights defined in views * Modify the fork choice rule *...

# Issue Checking if one block is "in the blockchain" (in the prev block pointer chain) of another is linear in the length of the chain. Ideally, we could check...

# Issue Currently, we define [some constants](https://github.com/ethereum/cbc-casper/blob/master/simulations/network_delay.py#L4) that the network delay functions use to calculate the delay on certain messages. These constants will also include the [peer connectivity matrix](https://github.com/ethereum/cbc-casper/issues/155), when...

# Issue Want to build out a network in which each peer --> peer relationship can be modeled by a fixed "connectivity" that will then be taken into account in...

help wanted

# Issue Currently, some protocols allow validators to make (random) decisions when creating a new estimate. For example, see [here](https://github.com/ethereum/cbc-casper/blob/master/casper/protocols/concurrent/concurrent_view.py#L31) or [here](https://github.com/ethereum/cbc-casper/blob/master/casper/protocols/sharding/sharding_view.py#L65). This limits how well we can test these...

enhancement
help wanted