ZenGround0

Results 33 comments of ZenGround0

@flyingzumwalt today during all hands you mentioned having come across potential use cases while coordinating with data-together. If you have any of these in writing, very brief descriptions are fine,...

@hsanjuan A lot of this is still pretty rough. It was nice to get some rough ideas down though. If you get a chance and have any interest in checking...

@sternhenri your [original](https://github.com/filecoin-project/specs/issues/415#issuecomment-518039886) comment sounds like a solution to me. It exactly commits a worker key to the chain for some number of blocks before an election as @whyrusleeping is...

Thanks @ferranbt, it's good to bring in a fresh perspective. For what it's worth I also thought combining the binaries would be a good idea when I started working with...

Same change independently suggested by @VictorBjelkholm in issue #172

In case it's useful here is a quick rundown of the lotus splitstore system. History: this was designed and mostly finished by @vyzo one year ago. A big chunk of...

## Good enough for now The basics: to debug I go into builtin actors, make a code change, generate a debug bundle with `make bundle-XXX debug`. Then I add a...

I think the proposed `receive_filecoin_message` is nice, though there might be some collision with the existing solidity `fallback` method which is how contracts do arbitrary call catches. We should make...