@@ -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 | getContextSignersAndThresholdForExtraData(bytes) | 0xf1886e42 |
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 |
@@ -660,8 +668,12 @@ KMSVerifier
660668|----------+------------------------------------------------------------+--------------------------------------------------------------------|
661669| Function | isSigner(address) | 0x7df73e27 |
662670|----------+------------------------------------------------------------+--------------------------------------------------------------------|
671+ | Function | isValidKmsContext(uint256) | 0xbf9b16c8 |
672+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
663673| Function | proxiableUUID() | 0x52d1902d |
664674|----------+------------------------------------------------------------+--------------------------------------------------------------------|
675+ | Function | reinitializeV2() | 0xc4115874 |
676+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
665677| Function | setThreshold(uint256) | 0x960bfe04 |
666678|----------+------------------------------------------------------------+--------------------------------------------------------------------|
667679| Function | upgradeToAndCall(address,bytes) | 0x4f1ef286 |
@@ -672,12 +684,16 @@ KMSVerifier
672684|----------+------------------------------------------------------------+--------------------------------------------------------------------|
673685| Event | Initialized(uint64) | 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2 |
674686|----------+------------------------------------------------------------+--------------------------------------------------------------------|
675- | Event | NewContextSet(address[],uint256) | 0x1dcd7e1de916ad3be0c1097968029899e2e7d0195cfa6967e16520c0e8d07cea |
687+ | Event | KMSContextDestroyed(uint256) | 0x6061b48dc9932cb928f0ea6a9d126c1095be843d19641ed27c9164feb79762eb |
688+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
689+ | Event | NewContextSet(uint256,address[],uint256) | 0x520e0adcbbe0d097dfe4b243c722ac80df9c2413c936b092d9c4888118f01f92 |
676690|----------+------------------------------------------------------------+--------------------------------------------------------------------|
677691| Event | Upgraded(address) | 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b |
678692|----------+------------------------------------------------------------+--------------------------------------------------------------------|
679693| Error | AddressEmptyCode(address) | 0x9996b315 |
680694|----------+------------------------------------------------------------+--------------------------------------------------------------------|
695+ | Error | CurrentKMSContextCannotBeDestroyed(uint256) | 0x669db066 |
696+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
681697| Error | DeserializingDecryptionProofFail() | 0x8d9c3069 |
682698|----------+------------------------------------------------------------+--------------------------------------------------------------------|
683699| Error | ECDSAInvalidSignature() | 0xf645eedf |
@@ -696,6 +712,8 @@ KMSVerifier
696712|----------+------------------------------------------------------------+--------------------------------------------------------------------|
697713| Error | InvalidInitialization() | 0xf92ee8a9 |
698714|----------+------------------------------------------------------------+--------------------------------------------------------------------|
715+ | Error | InvalidKMSContext(uint256) | 0xb0dafc17 |
716+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
699717| Error | KMSAlreadySigner() | 0x9895a42c |
700718|----------+------------------------------------------------------------+--------------------------------------------------------------------|
701719| Error | KMSInvalidSigner(address) | 0x6475522d |
@@ -721,6 +739,8 @@ KMSVerifier
721739| Error | UUPSUnauthorizedCallContext() | 0xe07c8dba |
722740|----------+------------------------------------------------------------+--------------------------------------------------------------------|
723741| Error | UUPSUnsupportedProxiableUUID(bytes32) | 0xaa1d49a4 |
742+ |----------+------------------------------------------------------------+--------------------------------------------------------------------|
743+ | Error | UnsupportedExtraDataVersion(uint8) | 0x2139cc2c |
724744╰----------+------------------------------------------------------------+--------------------------------------------------------------------╯
725745
726746
0 commit comments