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

Runtime Syscalls #300

Closed
austinabell opened this issue Mar 25, 2020 · 1 comment
Closed

Runtime Syscalls #300

austinabell opened this issue Mar 25, 2020 · 1 comment
Labels
Type: Epic A feature or collection of issues that achieve a greater goal

Comments

@austinabell
Copy link
Contributor

austinabell commented Mar 25, 2020

Task summary

Syscalls for runtime to use in actors execution. Most are proof related.

Most likely will interface https://github.com/filecoin-project/rust-filecoin-proofs-api for proof related things, but can probably use our encoding crate for the blake hash and our crypto crate for the verify signature.

Can ignore the TODO on the Syscalls type, as even if/when that switches, it will be simple to migrate over.

currently resides in vm/runtime/src/lib.rs but this is not a final location

Specification reference

  • Spec is out of date, needs to match the interface used in specs-actors (I tried to match the interface as close to the go version when stubbing, but some types are likely to have to change slightly to match the interface with the rust proofs)

(listing syscalls for ref)
#301
#302
#303
#304
#305
#306

Other information and links

@austinabell austinabell added Status: Needs Triage Issue has unresolved discussions and/or needs to be assigned a priority and assignee Type: Epic A feature or collection of issues that achieve a greater goal VM and removed Status: Needs Triage Issue has unresolved discussions and/or needs to be assigned a priority and assignee labels Mar 25, 2020
@dutterbutter
Copy link
Contributor

Closing as it seems it is completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Epic A feature or collection of issues that achieve a greater goal
Projects
None yet
Development

No branches or pull requests

2 participants