Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract actors to filecoin-project/canonical-actors #351

Merged
merged 20 commits into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
submodules: true
- name: build
command: build
args: --features builtin_actors
push: true
env:
SCCACHE_CACHE_SIZE: 2G
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = [
"fvm",
"sdk",
"shared",
"actors/*",
"examples/actor",
"testing/conformance",
"ipld/*",
Expand All @@ -14,7 +13,6 @@ default-members = [
"fvm",
"sdk",
"shared",
"actors/*",
"testing/conformance",
"ipld/*"
# don't build the examples by default, as they require a specific target and profile.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: build examples
.PHONY: all

build:
cargo build --features builtin_actors
cargo build
.PHONY: build

examples: example-actor
Expand Down
30 changes: 0 additions & 30 deletions actors/account/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions actors/account/build.rs

This file was deleted.

102 changes: 0 additions & 102 deletions actors/account/src/lib.rs

This file was deleted.

14 changes: 0 additions & 14 deletions actors/account/src/state.rs

This file was deleted.

75 changes: 0 additions & 75 deletions actors/account/tests/account_actor_test.rs

This file was deleted.

31 changes: 0 additions & 31 deletions actors/cron/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions actors/cron/build.rs

This file was deleted.

Loading