Skip to content

Commit

Permalink
Merge pull request #2718 from filecoin-project/schomatis/make-gen
Browse files Browse the repository at this point in the history
make gen
  • Loading branch information
magik6k authored Jul 31, 2020
2 parents 79dda44 + f1f9ce5 commit 6458354
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 57 deletions.
46 changes: 27 additions & 19 deletions api/cbor_gen.go

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

52 changes: 36 additions & 16 deletions chain/types/cbor_gen.go

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

19 changes: 9 additions & 10 deletions lotuspond/front/src/chain/methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Send",
"Constructor",
"AwardBlockReward",
"LastPerEpochReward",
"ThisEpochReward",
"UpdateNetworkKPI"
],
"fil/1/storagemarket": [
Expand All @@ -45,7 +45,8 @@
"AddBalance",
"WithdrawBalance",
"PublishStorageDeals",
"VerifyDealsOnSectorProveCommit",
"VerifyDealsForActivation",
"ActivateDeals",
"OnMinerSectorsTerminate",
"ComputeDataCommitment",
"CronTick"
Expand All @@ -68,23 +69,21 @@
"AddLockedFund",
"ReportConsensusFault",
"WithdrawBalance",
"ConfirmSectorProofsValid"
"ConfirmSectorProofsValid",
"ChangeMultiaddrs",
"CompactPartitions"
],
"fil/1/storagepower": [
"Send",
"Constructor",
"CreateMiner",
"DeleteMiner",
"OnSectorProveCommit",
"OnSectorTerminate",
"OnFaultBegin",
"OnFaultEnd",
"OnSectorModifyWeightDesc",
"UpdateClaimedPower",
"EnrollCronEvent",
"OnEpochTickEnd",
"UpdatePledgeTotal",
"OnConsensusFault",
"SubmitPoRepForBulkVerify"
"SubmitPoRepForBulkVerify",
"CurrentTotalPower"
],
"fil/1/verifiedregistry": [
"Send",
Expand Down
2 changes: 1 addition & 1 deletion node/hello/cbor_gen.go

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

Loading

0 comments on commit 6458354

Please sign in to comment.