Skip to content

Releases: filecoin-project/builtin-actors

1254241d87ced34d

22 Apr 14:41
Compare
Choose a tag to compare
match behaviour of fake valid_post in lotus mocks

f32e7fdbfc279038

21 Apr 09:46
f32e7fd
Compare
Choose a tag to compare
Fixes to mock runtime (#246)

5921189441f18b88

21 Apr 09:19
5921189
Compare
Choose a tag to compare
consolidate verifreg and market policy constants into runtime policy …

d1bf1f9199a3686f

20 Apr 19:23
d1bf1f9
Compare
Choose a tag to compare
Market actor unit tests (part 1) (#204)

* Fix the ignored tests

Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>

a9635268e3b359bd

19 Apr 10:40
a963526
Compare
Choose a tag to compare
publish bundle hashes as part of the release (#251)

98019b48731b920b

19 Apr 09:51
98019b4
Compare
Choose a tag to compare
add testing policy configuration & bundle (#248)

489e0efea41084c2

19 Apr 10:08
489e0ef
Compare
Choose a tag to compare
publish bundle hashes as part of the release (#249)

37ad94effadab2c6

19 Apr 10:19
37ad94e
Compare
Choose a tag to compare
publish bundle hashes as part of the release (#250)

e26b1e550fd27911

18 Apr 16:34
e26b1e5
Compare
Choose a tag to compare
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...

b15df2ed488041a6

18 Apr 15:53
b15df2e
Compare
Choose a tag to compare
add workflow to publish release bundles (#244)

* add workflow to publish release bundles on certain branches

master, release/*, and experimental/* are the blessed ones

* keep the build step in the default workflow

* apply suggestions from code review

Co-authored-by: raulk <raul@protocol.ai>