Patch Changes #7252 cd32ff1 Thanks @ganchoradkov ! - Add TVF extraction for Canton's canton_prepareSignExecute . #7247 3ea740e Thanks @ganchoradkov ! - Reject SIWE/CAIP-122 statements containing line breaks in formatMessage . Per EIP-4361 the statement is a single line, and embedded \r / \n (from a caller-supplied statement or untrusted recap-derived text) could forge other fields (URI, Nonce,…
Patch Changes #7252 cd32ff1 Thanks @ganchoradkov ! - Add TVF extraction for Canton's canton_prepareSignExecute . #7253 63ff999 Thanks @ganchoradkov ! - Deprecate the authenticate method on Sign Client. It is marked @deprecated in the type definitions and logs a runtime warning when called. Use connect() 's authentication parameter instead to establish an authenticated session. #7255 3233b47 Thanks…
Patch Changes #7255 3233b47 Thanks @ganchoradkov ! - Reject plaintext TYPE_2 envelopes delivered over the relay transport. TYPE_2 payloads are now only handled in link mode in the sign engine ( onRelayMessage ) and pairing ( registerRelayerEvents ) relay handlers. #7218 da98172 Thanks @ganchoradkov ! - Strip bare new TextEncoder,new TextDecoder; side-effect from UMD bundles that crashed React…
Patch Changes #7253 63ff999 Thanks @ganchoradkov ! - Deprecate the authenticate method on Sign Client. It is marked @deprecated in the type definitions and logs a runtime warning when called. Use connect() 's authentication parameter instead to establish an authenticated session.