Skip to content

Commit

Permalink
chore: run make gen and make docsgen-cli
Browse files Browse the repository at this point in the history
chore: run `make gen` and `make docsgen-cli`
  • Loading branch information
rjan90 committed Aug 29, 2024
1 parent b85ad2e commit 5038d1a
Show file tree
Hide file tree
Showing 232 changed files with 1,253 additions and 1,456 deletions.
18 changes: 10 additions & 8 deletions api/proxy_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions api/v0api/proxy_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions build/openrpc/full.json
Original file line number Diff line number Diff line change
Expand Up @@ -15933,7 +15933,7 @@
"title": "number",
"description": "Number is a number",
"examples": [
23
24
],
"type": [
"number"
Expand Down Expand Up @@ -15985,7 +15985,7 @@
"title": "number",
"description": "Number is a number",
"examples": [
23
24
],
"type": [
"number"
Expand Down Expand Up @@ -18757,7 +18757,8 @@
"UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101,
"UpgradeWaffleHeight": 10101
"UpgradeWaffleHeight": 10101,
"UpgradeOmenHeight": 10101
},
"Eip155ChainID": 123
}
Expand Down Expand Up @@ -18839,6 +18840,10 @@
"title": "number",
"type": "number"
},
"UpgradeOmenHeight": {
"title": "number",
"type": "number"
},
"UpgradeOrangeHeight": {
"title": "number",
"type": "number"
Expand Down Expand Up @@ -21934,7 +21939,7 @@
"title": "number",
"description": "Number is a number",
"examples": [
23
24
],
"type": [
"number"
Expand Down
2 changes: 1 addition & 1 deletion build/openrpc/gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9276,7 +9276,7 @@
"title": "number",
"description": "Number is a number",
"examples": [
23
24
],
"type": [
"number"
Expand Down
2 changes: 1 addition & 1 deletion build/openrpc/miner.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"title": "number",
"description": "Number is a number",
"examples": [
23
24
],
"type": [
"number"
Expand Down
18 changes: 5 additions & 13 deletions chain/actors/builtin/account/account.go
Original file line number Diff line number Diff line change
@@ -1,33 +1,25 @@
package account

import (
actorstypes "github.com/filecoin-project/go-state-types/actors"
"github.com/filecoin-project/lotus/chain/actors"
"github.com/ipfs/go-cid"
"golang.org/x/xerrors"

"github.com/filecoin-project/go-address"
actorstypes "github.com/filecoin-project/go-state-types/actors"
builtin15 "github.com/filecoin-project/go-state-types/builtin"
"github.com/filecoin-project/go-state-types/cbor"

"github.com/filecoin-project/go-state-types/manifest"
"github.com/filecoin-project/lotus/chain/actors/adt"
"github.com/filecoin-project/lotus/chain/types"

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"

builtin15 "github.com/filecoin-project/go-state-types/builtin"
"github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/actors/adt"
"github.com/filecoin-project/lotus/chain/types"
)

var Methods = builtin15.MethodsAccount
Expand Down
8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v0.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v10.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v11.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v12.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v13.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v14.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v15.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v3.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions chain/actors/builtin/account/v4.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5038d1a

Please sign in to comment.