@@ -648,10 +648,18 @@ KMSVerifier
648648|----------+------------------------------------------------------------+--------------------------------------------------------------------|
649649| Function | defineNewContext(address[],uint256) | 0xda53c47d |
650650|----------+------------------------------------------------------------+--------------------------------------------------------------------|
651+ | Function | destroyKmsContext(uint256) | 0xc0ae64f7 |
652+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
651653| Function | eip712Domain() | 0x84b0196e |
652654|----------+------------------------------------------------------------+--------------------------------------------------------------------|
655+ | Function | getContextSignersAndThresholdFromExtraData(bytes) | 0xb7f47bd6 |
656+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
657+ | Function | getCurrentKmsContextId() | 0x976f3eb9 |
658+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
653659| Function | getKmsSigners() | 0x7eaac8f2 |
654660|----------+------------------------------------------------------------+--------------------------------------------------------------------|
661+ | Function | getSignersForKmsContext(uint256) | 0x724f190b |
662+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
655663| Function | getThreshold() | 0xe75235b8 |
656664|----------+------------------------------------------------------------+--------------------------------------------------------------------|
657665| Function | getVersion() | 0x0d8e6e2c |
@@ -662,7 +670,7 @@ KMSVerifier
662670|----------+------------------------------------------------------------+--------------------------------------------------------------------|
663671| Function | proxiableUUID() | 0x52d1902d |
664672|----------+------------------------------------------------------------+--------------------------------------------------------------------|
665- | Function | setThreshold(uint256 ) | 0x960bfe04 |
673+ | Function | reinitializeV2( ) | 0xc4115874 |
666674|----------+------------------------------------------------------------+--------------------------------------------------------------------|
667675| Function | upgradeToAndCall(address,bytes) | 0x4f1ef286 |
668676|----------+------------------------------------------------------------+--------------------------------------------------------------------|
@@ -672,14 +680,20 @@ KMSVerifier
672680|----------+------------------------------------------------------------+--------------------------------------------------------------------|
673681| Event | Initialized(uint64) | 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2 |
674682|----------+------------------------------------------------------------+--------------------------------------------------------------------|
675- | Event | NewContextSet(address[],uint256) | 0x1dcd7e1de916ad3be0c1097968029899e2e7d0195cfa6967e16520c0e8d07cea |
683+ | Event | KMSContextDestroyed(uint256) | 0x6061b48dc9932cb928f0ea6a9d126c1095be843d19641ed27c9164feb79762eb |
684+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
685+ | Event | NewContextSet(uint256,address[],uint256) | 0x520e0adcbbe0d097dfe4b243c722ac80df9c2413c936b092d9c4888118f01f92 |
676686|----------+------------------------------------------------------------+--------------------------------------------------------------------|
677687| Event | Upgraded(address) | 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b |
678688|----------+------------------------------------------------------------+--------------------------------------------------------------------|
679689| Error | AddressEmptyCode(address) | 0x9996b315 |
680690|----------+------------------------------------------------------------+--------------------------------------------------------------------|
691+ | Error | CurrentKMSContextCannotBeDestroyed(uint256) | 0x669db066 |
692+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
681693| Error | DeserializingDecryptionProofFail() | 0x8d9c3069 |
682694|----------+------------------------------------------------------------+--------------------------------------------------------------------|
695+ | Error | DeserializingExtraDataFail() | 0x8b248b60 |
696+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
683697| Error | ECDSAInvalidSignature() | 0xf645eedf |
684698|----------+------------------------------------------------------------+--------------------------------------------------------------------|
685699| Error | ECDSAInvalidSignatureLength(uint256) | 0xfce698f7 |
@@ -696,6 +710,8 @@ KMSVerifier
696710|----------+------------------------------------------------------------+--------------------------------------------------------------------|
697711| Error | InvalidInitialization() | 0xf92ee8a9 |
698712|----------+------------------------------------------------------------+--------------------------------------------------------------------|
713+ | Error | InvalidKMSContext(uint256) | 0xb0dafc17 |
714+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
699715| Error | KMSAlreadySigner() | 0x9895a42c |
700716|----------+------------------------------------------------------------+--------------------------------------------------------------------|
701717| Error | KMSInvalidSigner(address) | 0x6475522d |
@@ -721,6 +737,8 @@ KMSVerifier
721737| Error | UUPSUnauthorizedCallContext() | 0xe07c8dba |
722738|----------+------------------------------------------------------------+--------------------------------------------------------------------|
723739| Error | UUPSUnsupportedProxiableUUID(bytes32) | 0xaa1d49a4 |
740+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
741+ | Error | UnsupportedExtraDataVersion(uint8) | 0x2139cc2c |
724742╰----------+------------------------------------------------------------+--------------------------------------------------------------------╯
725743
726744
0 commit comments