Releases: filecoin-project/builtin-actors
Releases · filecoin-project/builtin-actors
3bf06c8d1a06682f
add separate bundle for testing with fake window post
1254241d87ced34d
match behaviour of fake valid_post in lotus mocks
f32e7fdbfc279038
Fixes to mock runtime (#246)
5921189441f18b88
consolidate verifreg and market policy constants into runtime policy …
d1bf1f9199a3686f
Market actor unit tests (part 1) (#204) * Fix the ignored tests Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
a9635268e3b359bd
publish bundle hashes as part of the release (#251)
98019b48731b920b
add testing policy configuration & bundle (#248)
489e0efea41084c2
publish bundle hashes as part of the release (#249)
37ad94effadab2c6
publish bundle hashes as part of the release (#250)
e26b1e550fd27911
fix(Makefile): add a delay between cargo publish steps (#157) crates.io is async, so publishing will fail if we immediately publish a second crate after publishing the first. There are definitely more reliable ways to fix this, but this is "good enough" for a makefile. It's idempotent anyways...