hoprnet / hub-hoprnet-org

https://hub-hoprnet-org.vercel.app
0 stars 0 forks source link

Change message format when including node as delegate to Staking Safe #4

Open QYuQianchen opened 6 months ago

QYuQianchen commented 6 months ago

To add a node as a delegate to a Safe, it requires a signature from a Safe owner via POST /v1/delegates/ endpoint (see https://safe-transaction-mainnet.safe.global/). The message to be signed is currently only a concatenated string and thus not compatible to EIP-712. Changes need to be introduced:

mjadach-iv commented 6 months ago

Issue was reported to Safe too, and they said they will implement it: https://github.com/safe-global/safe-transaction-service/issues/1857#issuecomment-1934416322

mjadach-iv commented 2 months ago

Seems we can work on it now, need to verify with our safe infra