@@ -692,10 +692,18 @@ KMSVerifier
692692|----------+------------------------------------------------------------+--------------------------------------------------------------------|
693693| Function | defineNewContext(address[],uint256) | 0xda53c47d |
694694|----------+------------------------------------------------------------+--------------------------------------------------------------------|
695+ | Function | destroyKmsContext(uint256) | 0xc0ae64f7 |
696+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
695697| Function | eip712Domain() | 0x84b0196e |
696698|----------+------------------------------------------------------------+--------------------------------------------------------------------|
699+ | Function | getContextSignersAndThresholdFromExtraData(bytes) | 0xb7f47bd6 |
700+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
701+ | Function | getCurrentKmsContextId() | 0x976f3eb9 |
702+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
697703| Function | getKmsSigners() | 0x7eaac8f2 |
698704|----------+------------------------------------------------------------+--------------------------------------------------------------------|
705+ | Function | getSignersForKmsContext(uint256) | 0x724f190b |
706+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
699707| Function | getThreshold() | 0xe75235b8 |
700708|----------+------------------------------------------------------------+--------------------------------------------------------------------|
701709| Function | getVersion() | 0x0d8e6e2c |
@@ -706,7 +714,7 @@ KMSVerifier
706714|----------+------------------------------------------------------------+--------------------------------------------------------------------|
707715| Function | proxiableUUID() | 0x52d1902d |
708716|----------+------------------------------------------------------------+--------------------------------------------------------------------|
709- | Function | setThreshold(uint256 ) | 0x960bfe04 |
717+ | Function | reinitializeV2( ) | 0xc4115874 |
710718|----------+------------------------------------------------------------+--------------------------------------------------------------------|
711719| Function | upgradeToAndCall(address,bytes) | 0x4f1ef286 |
712720|----------+------------------------------------------------------------+--------------------------------------------------------------------|
@@ -716,14 +724,20 @@ KMSVerifier
716724|----------+------------------------------------------------------------+--------------------------------------------------------------------|
717725| Event | Initialized(uint64) | 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2 |
718726|----------+------------------------------------------------------------+--------------------------------------------------------------------|
719- | Event | NewContextSet(address[],uint256) | 0x1dcd7e1de916ad3be0c1097968029899e2e7d0195cfa6967e16520c0e8d07cea |
727+ | Event | KMSContextDestroyed(uint256) | 0x6061b48dc9932cb928f0ea6a9d126c1095be843d19641ed27c9164feb79762eb |
728+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
729+ | Event | NewContextSet(uint256,address[],uint256) | 0x520e0adcbbe0d097dfe4b243c722ac80df9c2413c936b092d9c4888118f01f92 |
720730|----------+------------------------------------------------------------+--------------------------------------------------------------------|
721731| Event | Upgraded(address) | 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b |
722732|----------+------------------------------------------------------------+--------------------------------------------------------------------|
723733| Error | AddressEmptyCode(address) | 0x9996b315 |
724734|----------+------------------------------------------------------------+--------------------------------------------------------------------|
735+ | Error | CurrentKMSContextCannotBeDestroyed(uint256) | 0x669db066 |
736+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
725737| Error | DeserializingDecryptionProofFail() | 0x8d9c3069 |
726738|----------+------------------------------------------------------------+--------------------------------------------------------------------|
739+ | Error | DeserializingExtraDataFail() | 0x8b248b60 |
740+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
727741| Error | ECDSAInvalidSignature() | 0xf645eedf |
728742|----------+------------------------------------------------------------+--------------------------------------------------------------------|
729743| Error | ECDSAInvalidSignatureLength(uint256) | 0xfce698f7 |
@@ -740,6 +754,8 @@ KMSVerifier
740754|----------+------------------------------------------------------------+--------------------------------------------------------------------|
741755| Error | InvalidInitialization() | 0xf92ee8a9 |
742756|----------+------------------------------------------------------------+--------------------------------------------------------------------|
757+ | Error | InvalidKMSContext(uint256) | 0xb0dafc17 |
758+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
743759| Error | KMSAlreadySigner() | 0x9895a42c |
744760|----------+------------------------------------------------------------+--------------------------------------------------------------------|
745761| Error | KMSInvalidSigner(address) | 0x6475522d |
@@ -765,6 +781,8 @@ KMSVerifier
765781| Error | UUPSUnauthorizedCallContext() | 0xe07c8dba |
766782|----------+------------------------------------------------------------+--------------------------------------------------------------------|
767783| Error | UUPSUnsupportedProxiableUUID(bytes32) | 0xaa1d49a4 |
784+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
785+ | Error | UnsupportedExtraDataVersion(uint8) | 0x2139cc2c |
768786╰----------+------------------------------------------------------------+--------------------------------------------------------------------╯
769787
770788
0 commit comments