danny

Results 47 issues of danny

# The Fate of Medalla As discussed on our latest call, we need to decide what to do with Medalla. Two primary options: 1. Let it die as we approach...

It seems desirable for standard conversions to exist between formats (YAML, protosbufs, SSZ, etc), regardless of whichever format this API repo uses to spec things. Base on conversations from the...

While we are actively iterating on and thinking about the API, it would be worthwhile to maintain a list of early API consumers. Please post them in the comments below...

# Issue Vote messages must be less that or equal 1024 bytes, defined by the type in the `vote` method signature. When parsing the signature of the vote from the...

good first issue
blocked

# Issue It is unclear how to build and deploy casper contract without digging into the testing infrastructure. # Propose Implementation Add clear instructions for compiling and initialization via `init`...

good first issue

# Issue PURITY_CHECKER and MSG_HASHER are currently deployed via previously sign txs in the testing framework. This is super opaque and makes it tough to test any changes to purity...

good first issue
blocked

# Issue We don't currently handle this case. I started adding a bunch of specific logic for this case, but I think maybe we should just prevent a user from...

bug

# Issue [Sig hasher](https://github.com/ethereum/casper/blob/master/casper/contracts/sighash.se.py) is currently written in the deprecated Serpent. We should stop relying on Serpent compiler. # Proposed implementation - Migrate current sig hasher from serpent to vyper...

help wanted

# Issue Gas costs are getting out of control. Specifically, `vote` now takes in excess of 500k as per the vyper estimate, and I don't think this includes the `max...

enhancement

There is an assertion in `initialize_epoch` when updating `reward_factor` that I'm pretty sure should not exist. It should either be a conditional assignment or should entirely be removed. https://github.com/ethereum/casper/blob/dcf4caf35937800b04c6bac4a2ab13c1513b6147/casper/contracts/simple_casper.v.py#L388 Such...