Petar Maymounkov

Results 44 comments of Petar Maymounkov

Ok, so from Edelweiss' perspective, it looks like this is the list of deliverables: - Pick a sample FVM actor, e.g. `multisig` - Define the actor API (methods, arguments, return...

Quick update here. @BigLep and I are both traveling/away for the next couple of weeks, so we'll engage after that.

@raulk Is there an example of an already-implemented client for a Filecoin actor (ideally in Go, but other languages are ok too)? If no client code exists, is there a...

@raulk It looks like the specs for FVM network interface are still missing (https://github.com/filecoin-project/fvm-specs/blob/main/01-architecture.md#json-rpc-api). Are there any examples of FVM actor clients, in any programming language? It would be nice...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.

Comparative plot of balanced vs unbalanced ID depths in a 10K node network: https://drive.google.com/file/d/1IVqKHfWY8Vm8BqYc3XcEVwbSMSFZ_Zk8/view?usp=sharing

There are a couple of things here. Overall the new release could not work with your old cache because the format of the cache directory changed. But thanks to this...

FYI I am investigating remedies here https://github.com/go-git/go-git/issues/838

I prepared an RC that configured go-git not to use an external git binary https://github.com/gov4git/gov4git/releases/tag/v1.1.8-rc-nogitbinary This requires comprehensive testing on Windows and through the desktop app before we have confidence...