Skip to content

Commit

Permalink
wip partial codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k authored and arajasek committed May 4, 2021
1 parent 4919843 commit 85e82ad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion chain/actors/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ import (
"github.com/filecoin-project/go-state-types/network"
"github.com/filecoin-project/lotus/chain/actors"

/* TEMPLATE START
{{range .versions}}
market{{.v}} "github.com/filecoin-project/specs-actors{{import .}}actors/builtin/market"
miner{{.v}} "github.com/filecoin-project/specs-actors{{import .}}actors/builtin/miner"
power{{.v}} "github.com/filecoin-project/specs-actors{{import .}}actors/builtin/power"
verifreg{{.v}} "github.com/filecoin-project/specs-actors{{import .}}actors/builtin/verifreg"
{{end}}
* GENERATED WITH make gen */
market0 "github.com/filecoin-project/specs-actors/actors/builtin/market"
miner0 "github.com/filecoin-project/specs-actors/actors/builtin/miner"
power0 "github.com/filecoin-project/specs-actors/actors/builtin/power"
Expand All @@ -27,7 +35,7 @@ import (
miner4 "github.com/filecoin-project/specs-actors/v4/actors/builtin/miner"
paych4 "github.com/filecoin-project/specs-actors/v4/actors/builtin/paych"
verifreg4 "github.com/filecoin-project/specs-actors/v4/actors/builtin/verifreg"
)
/* GENERATED END */)

const (
ChainFinality = miner4.ChainFinality
Expand Down

0 comments on commit 85e82ad

Please sign in to comment.