Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
FIP-XXX RemoveVerifiedClientDataCap
  • Loading branch information
jennijuju committed Dec 20, 2021
1 parent 8d7c052 commit 61b1bbf
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 7 deletions.
15 changes: 8 additions & 7 deletions actors/builtin/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ var MethodsMiner = struct {
}{MethodConstructor, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27}

var MethodsVerifiedRegistry = struct {
Constructor abi.MethodNum
AddVerifier abi.MethodNum
RemoveVerifier abi.MethodNum
AddVerifiedClient abi.MethodNum
UseBytes abi.MethodNum
RestoreBytes abi.MethodNum
}{MethodConstructor, 2, 3, 4, 5, 6}
Constructor abi.MethodNum
AddVerifier abi.MethodNum
RemoveVerifier abi.MethodNum
AddVerifiedClient abi.MethodNum
UseBytes abi.MethodNum
RestoreBytes abi.MethodNum
RemoveVerifiedClientDataCap abi.MethodNum
}{MethodConstructor, 2, 3, 4, 5, 6, 7}
302 changes: 302 additions & 0 deletions actors/builtin/verifreg/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 61b1bbf

Please sign in to comment.