Results 48 issues of Potuz

TAEE11 for example will never get the right price.

denet checks for error 1044 (user does not exists) when trying the first time, which gives problems in secure databases without anonymous users. Perhaps Dfp::Database's constructor should throw a more...

Unicode is not shown properly in the console based applications and on some texts on Windows.

**To Reproduce** Run the code in examples/price_impact.py **Expected behavior** Get the price impact of a swap eth to vxv ** Actual behaviour ** ``` $ PROVIDER='http://127.0.0.1:8545' python test.py Impact for...

bug

# Delegating validators We allow for validators to delegate their excess earnings to another (possibly new) validator. Thus allowing for beacon-chain issuance to quickly start staking instead of either remaining...

general:enhancement

Adds a feature flag to treat every node as optimistic at launch. Currently this is essentially a noop, since the only node in forkchoice we do not revalidate is the...

Ready For Review
OK to merge

This is an alternative to @infosecual #11263 to avoid changing locks on forkchoice on V3. The current calls are safe since the `JustifiedCheckpoint()` and `FinalizedCheckpoint()` methods are only called from...

Opening this as a draft PR from @infosecual as this will have to be implemented if https://github.com/ethereum/consensus-specs/pull/2967 merges. The PR looks good to me and credit and thanks go to...

Blocked

With the intuit of deprecating the current validator reporting metrics and move them to the validator monitor service within the beacon-chain, it would be good to extend the number of...

Good First Issue