You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cosmos's ADR 036Arbitrary Message Signature Specification allows to easily sign offchain messages and can be very helpful integrating aleph with cosmos chains
Instead of using a hardcoded msg structure and chain-id as (current):
Cosmos's ADR 036 Arbitrary Message Signature Specification allows to easily sign offchain messages and can be very helpful integrating aleph with cosmos chains
Instead of using a hardcoded msg structure and chain-id as (current):
pyaleph/src/aleph/chains/cosmos.py
Line 21 in deaa4c3
We can abide by ADR 036 and follow it's structure which is very much similar to current one
Hence yielding a transaction like this
#308
#353
aleph-im/aleph-js#48
The text was updated successfully, but these errors were encountered: