|
605 | 605 | ], |
606 | 606 | "anonymous": false |
607 | 607 | }, |
| 608 | + { |
| 609 | + "type": "event", |
| 610 | + "name": "debugBeneficiary", |
| 611 | + "inputs": [ |
| 612 | + { |
| 613 | + "name": "beneficiary", |
| 614 | + "type": "tuple", |
| 615 | + "indexed": false, |
| 616 | + "internalType": "struct MinerTypes.GetBeneficiaryReturn", |
| 617 | + "components": [ |
| 618 | + { |
| 619 | + "name": "active", |
| 620 | + "type": "tuple", |
| 621 | + "internalType": "struct MinerTypes.ActiveBeneficiary", |
| 622 | + "components": [ |
| 623 | + { |
| 624 | + "name": "beneficiary", |
| 625 | + "type": "tuple", |
| 626 | + "internalType": "struct CommonTypes.FilAddress", |
| 627 | + "components": [ |
| 628 | + { |
| 629 | + "name": "data", |
| 630 | + "type": "bytes", |
| 631 | + "internalType": "bytes" |
| 632 | + } |
| 633 | + ] |
| 634 | + }, |
| 635 | + { |
| 636 | + "name": "term", |
| 637 | + "type": "tuple", |
| 638 | + "internalType": "struct MinerTypes.BeneficiaryTerm", |
| 639 | + "components": [ |
| 640 | + { |
| 641 | + "name": "quota", |
| 642 | + "type": "tuple", |
| 643 | + "internalType": "struct CommonTypes.BigInt", |
| 644 | + "components": [ |
| 645 | + { |
| 646 | + "name": "val", |
| 647 | + "type": "bytes", |
| 648 | + "internalType": "bytes" |
| 649 | + }, |
| 650 | + { |
| 651 | + "name": "neg", |
| 652 | + "type": "bool", |
| 653 | + "internalType": "bool" |
| 654 | + } |
| 655 | + ] |
| 656 | + }, |
| 657 | + { |
| 658 | + "name": "used_quota", |
| 659 | + "type": "tuple", |
| 660 | + "internalType": "struct CommonTypes.BigInt", |
| 661 | + "components": [ |
| 662 | + { |
| 663 | + "name": "val", |
| 664 | + "type": "bytes", |
| 665 | + "internalType": "bytes" |
| 666 | + }, |
| 667 | + { |
| 668 | + "name": "neg", |
| 669 | + "type": "bool", |
| 670 | + "internalType": "bool" |
| 671 | + } |
| 672 | + ] |
| 673 | + }, |
| 674 | + { |
| 675 | + "name": "expiration", |
| 676 | + "type": "int64", |
| 677 | + "internalType": "CommonTypes.ChainEpoch" |
| 678 | + } |
| 679 | + ] |
| 680 | + } |
| 681 | + ] |
| 682 | + }, |
| 683 | + { |
| 684 | + "name": "proposed", |
| 685 | + "type": "tuple", |
| 686 | + "internalType": "struct MinerTypes.PendingBeneficiaryChange", |
| 687 | + "components": [ |
| 688 | + { |
| 689 | + "name": "new_beneficiary", |
| 690 | + "type": "tuple", |
| 691 | + "internalType": "struct CommonTypes.FilAddress", |
| 692 | + "components": [ |
| 693 | + { |
| 694 | + "name": "data", |
| 695 | + "type": "bytes", |
| 696 | + "internalType": "bytes" |
| 697 | + } |
| 698 | + ] |
| 699 | + }, |
| 700 | + { |
| 701 | + "name": "new_quota", |
| 702 | + "type": "tuple", |
| 703 | + "internalType": "struct CommonTypes.BigInt", |
| 704 | + "components": [ |
| 705 | + { |
| 706 | + "name": "val", |
| 707 | + "type": "bytes", |
| 708 | + "internalType": "bytes" |
| 709 | + }, |
| 710 | + { |
| 711 | + "name": "neg", |
| 712 | + "type": "bool", |
| 713 | + "internalType": "bool" |
| 714 | + } |
| 715 | + ] |
| 716 | + }, |
| 717 | + { |
| 718 | + "name": "new_expiration", |
| 719 | + "type": "int64", |
| 720 | + "internalType": "CommonTypes.ChainEpoch" |
| 721 | + }, |
| 722 | + { |
| 723 | + "name": "approved_by_beneficiary", |
| 724 | + "type": "bool", |
| 725 | + "internalType": "bool" |
| 726 | + }, |
| 727 | + { |
| 728 | + "name": "approved_by_nominee", |
| 729 | + "type": "bool", |
| 730 | + "internalType": "bool" |
| 731 | + } |
| 732 | + ] |
| 733 | + } |
| 734 | + ] |
| 735 | + } |
| 736 | + ], |
| 737 | + "anonymous": false |
| 738 | + }, |
| 739 | + { |
| 740 | + "type": "event", |
| 741 | + "name": "debugDeserialize", |
| 742 | + "inputs": [ |
| 743 | + { |
| 744 | + "name": "allocations", |
| 745 | + "type": "tuple[]", |
| 746 | + "indexed": false, |
| 747 | + "internalType": "struct Client.ProviderAllocation[]", |
| 748 | + "components": [ |
| 749 | + { |
| 750 | + "name": "provider", |
| 751 | + "type": "uint64", |
| 752 | + "internalType": "CommonTypes.FilActorId" |
| 753 | + }, |
| 754 | + { |
| 755 | + "name": "size", |
| 756 | + "type": "uint64", |
| 757 | + "internalType": "uint64" |
| 758 | + }, |
| 759 | + { |
| 760 | + "name": "allocationTime", |
| 761 | + "type": "int64", |
| 762 | + "internalType": "int64" |
| 763 | + } |
| 764 | + ] |
| 765 | + }, |
| 766 | + { |
| 767 | + "name": "claimExtensions", |
| 768 | + "type": "tuple[]", |
| 769 | + "indexed": false, |
| 770 | + "internalType": "struct Client.ProviderClaim[]", |
| 771 | + "components": [ |
| 772 | + { |
| 773 | + "name": "provider", |
| 774 | + "type": "uint64", |
| 775 | + "internalType": "CommonTypes.FilActorId" |
| 776 | + }, |
| 777 | + { |
| 778 | + "name": "claim", |
| 779 | + "type": "uint64", |
| 780 | + "internalType": "CommonTypes.FilActorId" |
| 781 | + }, |
| 782 | + { |
| 783 | + "name": "termMax", |
| 784 | + "type": "int64", |
| 785 | + "internalType": "int64" |
| 786 | + } |
| 787 | + ] |
| 788 | + }, |
| 789 | + { |
| 790 | + "name": "longestAllocation", |
| 791 | + "type": "tuple", |
| 792 | + "indexed": false, |
| 793 | + "internalType": "struct Client.ProviderAllocation", |
| 794 | + "components": [ |
| 795 | + { |
| 796 | + "name": "provider", |
| 797 | + "type": "uint64", |
| 798 | + "internalType": "CommonTypes.FilActorId" |
| 799 | + }, |
| 800 | + { |
| 801 | + "name": "size", |
| 802 | + "type": "uint64", |
| 803 | + "internalType": "uint64" |
| 804 | + }, |
| 805 | + { |
| 806 | + "name": "allocationTime", |
| 807 | + "type": "int64", |
| 808 | + "internalType": "int64" |
| 809 | + } |
| 810 | + ] |
| 811 | + }, |
| 812 | + { |
| 813 | + "name": "longestClaimExtension", |
| 814 | + "type": "tuple", |
| 815 | + "indexed": false, |
| 816 | + "internalType": "struct Client.ProviderClaim", |
| 817 | + "components": [ |
| 818 | + { |
| 819 | + "name": "provider", |
| 820 | + "type": "uint64", |
| 821 | + "internalType": "CommonTypes.FilActorId" |
| 822 | + }, |
| 823 | + { |
| 824 | + "name": "claim", |
| 825 | + "type": "uint64", |
| 826 | + "internalType": "CommonTypes.FilActorId" |
| 827 | + }, |
| 828 | + { |
| 829 | + "name": "termMax", |
| 830 | + "type": "int64", |
| 831 | + "internalType": "int64" |
| 832 | + } |
| 833 | + ] |
| 834 | + } |
| 835 | + ], |
| 836 | + "anonymous": false |
| 837 | + }, |
608 | 838 | { |
609 | 839 | "type": "error", |
610 | 840 | "name": "AccessControlBadConfirmation", |
|
713 | 943 | "name": "InsufficientAllowance", |
714 | 944 | "inputs": [] |
715 | 945 | }, |
| 946 | + { |
| 947 | + "type": "error", |
| 948 | + "name": "InsufficientBeneficiaryExpiration", |
| 949 | + "inputs": [ |
| 950 | + { |
| 951 | + "name": "provider", |
| 952 | + "type": "uint64", |
| 953 | + "internalType": "CommonTypes.FilActorId" |
| 954 | + }, |
| 955 | + { |
| 956 | + "name": "beneficiaryExpiration", |
| 957 | + "type": "int64", |
| 958 | + "internalType": "int64" |
| 959 | + }, |
| 960 | + { |
| 961 | + "name": "requiredExpiration", |
| 962 | + "type": "int64", |
| 963 | + "internalType": "int64" |
| 964 | + } |
| 965 | + ] |
| 966 | + }, |
716 | 967 | { |
717 | 968 | "type": "error", |
718 | 969 | "name": "InvalidActorID", |
|
845 | 1096 | "name": "NegativeValueNotAllowed", |
846 | 1097 | "inputs": [] |
847 | 1098 | }, |
| 1099 | + { |
| 1100 | + "type": "error", |
| 1101 | + "name": "NoAllocationOrClaim", |
| 1102 | + "inputs": [] |
| 1103 | + }, |
848 | 1104 | { |
849 | 1105 | "type": "error", |
850 | 1106 | "name": "NoBeneficiarySet", |
|
0 commit comments