Skip to content

Releases: filecoin-project/builtin-actors

a724a221d7ae725a

28 Apr 14:51
a724a22
Compare
Choose a tag to compare
Power actor unit tests (part 6) (#285)

63d6dad51189b641

28 Apr 16:41
63d6dad
Compare
Choose a tag to compare
Market actor unit tests (part 15) (#273)

* Add 3 new cron tests for market actor

59696a3a6d70de13

28 Apr 14:34
59696a3
Compare
Choose a tag to compare
Market actor unit tests (part 6) (#279)

5507b9357bb5a3f2

28 Apr 15:29
5507b93
Compare
Choose a tag to compare
Integration test vm: runtime, testing facilities, first integration t…

…est (#267)

* Most Integration test runtime methods implemented
* Invocation tracing
* Invocation expecation type for test matching
* VM constructor with singleton actors and good state
* First complete integration test

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

42a62417477e2d05

28 Apr 21:43
42a6241
Compare
Choose a tag to compare
Power actor tests part 8 (#287)

* use create_miner_basic to reduce boilerplate

* power actor tests part 8

1ebaa3a606b3a544

28 Apr 09:04
1ebaa3a
Compare
Choose a tag to compare
Power actor unit tests (part 4) (#280)

* Implement power_and_ledge_accounted_below_threshold

And helpers:
  expect_total_power_eager
  expect_total_pledge_eager
  update_claimed_power
  current_power_total
  update_pledge_total
  create_miner_basic

* Remove unused miner addresses.

* Implement new_miner_updates_miner_above_min_power_count

* Implement power_accounting_crossing_threshold

f2f2a75db0242667

27 Apr 15:54
f2f2a75
Compare
Choose a tag to compare
miner actor: all but one remaining wpost tests (#159)

* test skipped_faults_adjust_power
* test skipping_all_sectors_in_a_partition_rejected
* test skipping_a_fault_from_the_wrong_partition_is_an_error
* test cannot_dispute_posts_when_the_challenge_window_is_open
* test can_dispute_up_till_window_end_but_not_after
* test cant_dispute_up_with_an_invalid_deadline
* test can_dispute_test_after_proving_period_changes
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

d239339ba3ec8387

27 Apr 19:15
d239339
Compare
Choose a tag to compare
power actor tests part 7 (#284)

* power actor tests part 7

* fix typo

d239339ba3ec8387

27 Apr 19:15
d239339
Compare
Choose a tag to compare
power actor tests part 7 (#284)

* power actor tests part 7

* fix typo

cf69be5eb2fee101

27 Apr 15:41
cf69be5
Compare
Choose a tag to compare
power actor tests part 3 (#282)

* power actor tests part 3

* power actor tests part 3 fixes