Spencer T Brody
Spencer T Brody
Imagine a person is interested in running their own node, rather than rely on a centralized node provider like Infura, because they believe in the value of decentralization. This person...
> This repository is for the software that Flashbots uses to provide users an rpc endpoint to send their transactions to so that we can protect them from frontrunning. Thanks...
Can we split `CAS_USE_IPFS` into two env vars? One for publishing to pubsub and another for storing the commits themselves? I think it would be good to turn those off...
I definitely agree that the goal is to stop publishing to ipfs entirely. I'm just saying let's wind down our use of ipfs in 2 phases. First let's stop publishing...
Sorry, when I talked about making decisions based on whether or not there are issues, I wasn't saying that we shouldn't remove IPFS unless it presents performance issues. I want...
This CIP, if it were implemented and became widely used, would be dangerous to the overall health of the network. Since each entry in the collection is its own stream,...
@oed, can you elaborate on what exactly your question is about building the merkle tree when there are different numbers of leaf nodes? Beyond that, I'd like to see a...
Yeah, the algorithm for building a balanced binary search tree is pretty standard and straightforward (I used to ask it as an interview question :P), I believe the only part...
> @oed what do you think about adding a `blockNumber` or `blockHeight` parameter to the root of the state document? I think it'd be a great way to make all...
what does `code` in the GenesisCommit represent?