raulk
raulk
@jannikluhn libp2p is agnostic of the wire format of messages. The control API of the daemon does [use protobuf](https://github.com/libp2p/go-libp2p-daemon/blob/master/pb/p2pd.proto), but that should be well encapsulated inside the binding, e.g. py-libp2p-binding....
Can that umbrella org be https://github.com/protocol? Edit: while there are fairly common denominators that we could factor out, I specifically disagree that coding guidelines are in that category.
Is there a chance you can give us the lowdown and reasoning behind this while proper documentation is sorted? We're evaluating OC vs direct Prometheus usage, and are finding it...
So if I read correctly, metrics are a way to circumvent the Stats/View division and generate metrics straight through, like Prometheus does?
@tchataigner I am so sorry for the delay here. We were heads down on shipping the M1 development freeze, and then I was OOO for a few days. I'm looking...
## Part 1 of feedback > ## Ideal behaviours > From those sources came out some ideal features to implement: > > **From current actors** > > * Remove the...
## Part 2 of feedback > * Some low-level SDK syscall should be available to the user if they are deemed interesting (crypto ...) I think all low-level SDK syscalls...
@tchataigner One more requirement for the SDK is that it should automatically handle panics by catching them and lowering them to an abort. See https://github.com/filecoin-project/builtin-actors/blob/master/actors/runtime/src/runtime/fvm.rs#L552-L554. Generally speaking, the built-in actors...
@Stebalien probably has some input here.
@karim-agha probably has input here too.