Version: 1.40.0
[1.40.0] – 2023-01-11
New
abi.get_signature_data
function that returns signature from message and hash to verify the signature
Improvement
- local endpoints with port specified are expanded with
http
protocol instead ofhttps
(e.g.
localhost:8033
in expanded tohttp://localhost:8033/graphql
)