Skip to content

Commit

Permalink
Remove old functions for getting actors cids
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Jun 29, 2022
1 parent 1a7a71e commit 3079920
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 599 deletions.
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/gateway.json.gz
Binary file not shown.
Binary file modified build/openrpc/miner.json.gz
Binary file not shown.
Binary file modified build/openrpc/worker.json.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions chain/actors/actor_cids.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
package actors

import (
"github.com/ipfs/go-cid"
"golang.org/x/xerrors"

builtin0 "github.com/filecoin-project/specs-actors/actors/builtin"
builtin2 "github.com/filecoin-project/specs-actors/v2/actors/builtin"
builtin3 "github.com/filecoin-project/specs-actors/v3/actors/builtin"
builtin4 "github.com/filecoin-project/specs-actors/v4/actors/builtin"
builtin5 "github.com/filecoin-project/specs-actors/v5/actors/builtin"
builtin6 "github.com/filecoin-project/specs-actors/v6/actors/builtin"
builtin7 "github.com/filecoin-project/specs-actors/v7/actors/builtin"
"github.com/ipfs/go-cid"
"golang.org/x/xerrors"
)

// GetActorCodeID looks up a builtin actor's code CID by actor version and canonical actor name.
Expand Down
Loading

0 comments on commit 3079920

Please sign in to comment.