Peter (bitfly)

Results 5 comments of Peter (bitfly)

You can use the following repository: https://github.com/ethereum/solc-bin

As I don't own a Mac a port to OSX is currently not on the roadmap for me.

Thanks for your contribution, I have just merged your pr!

We source our MEV rewards directly from the MEV Relay that produced the block. In this case it was bloxroute: ``` curl https://bloxroute.max-profit.blxrbdn.com/relay/v1/data/bidtraces/proposer_payload_delivered?slot=13015124 [ { "slot": "13015124", "parent_hash": "0x31983704822508834d99ccf407a7d2d7f5f31943feadac38c5479dca76c7da10", "block_hash":...

> lgtm > > One addition though: I have checked all uses of `func (lc *LighthouseClient) GetBlockBySlot(slot uint64)` and stumbled upon `func (lc *LighthouseClient) GetNewBlockChan()`. Currently, this is not used...