Skip to content

Tags: filecoin-project/builtin-actors

Tags

v16.0.0-dev1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 16.0.0-dev1 (#1596)

* chore: publish 16.0.0-dev1

chore: publish 16.0.0-dev1

* chore: update cargo.lock

cargo update --workspace

v16.0.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: cut v16.0.0-rc1 (#1592)

chore: cut v16.0.0-rc1

v16.0.0-dev

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 16.0.0-dev (#1591)

v15.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 15.0.0-rc1 (#1581)

* chore: release 15.0.0-dev0

chore: release 15.0.0-dev0

* chore: release 15.0.0-rc1

chore: release 15.0.0-rc1

* chore: release 15.0.0-dev0

chore: release 15.0.0-dev0

* chore: release 15.0.0-rc1

chore: release 15.0.0-rc1

* chore: cargo update

chore: cargo update

* Revert "chore: cargo update"

This reverts commit c46f225.

* chore: run `cargo build`

chore: run `cargo build`

v15.0.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 15.0.0-rc1 (#1581)

* chore: release 15.0.0-dev0

chore: release 15.0.0-dev0

* chore: release 15.0.0-rc1

chore: release 15.0.0-rc1

* chore: release 15.0.0-dev0

chore: release 15.0.0-dev0

* chore: release 15.0.0-rc1

chore: release 15.0.0-rc1

* chore: cargo update

chore: cargo update

* Revert "chore: cargo update"

This reverts commit c46f225.

* chore: run `cargo build`

chore: run `cargo build`

v14.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update actors version for v14.0 release (#1561)

update actors version

v14.0.0-rc.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update actors version for v14.0 release (#1561)

update actors version

v14.0.0-dev.0

fix: restore ConfirmSectorProofsValid (#1553)

* fix: restore ConfirmSectorProofsValid

removed in #1540
but still needed to activate preseals

* changes as per review

* make rustfmt

---------

Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com>

v13.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add client to verifier balance event (#1533)

* update to Actor events

* changes as per review

* remvoe clippy

* changes as per new FIP update

* Update to latest PR, remove emit:: use from testing

* all itests passing and green CI

* address review feedback, minimise diff

* feat: add term_start to claim events

* fix: claim term_start at current epoch, not at deal_start

* fix: s/deal_term/claim_term

* add client to verifier balance event

* fix: make "client" optional on verifier-balance event

---------

Co-authored-by: Rod Vagg <rod@vagg.org>

v13.0.0-rc.3

fix(events): deal-activated event on sector_content_changed (#1526)