fix: support SIP-018 for structured data signing#2484
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
304c4e7 to
9f20d9e
Compare
|
@landitus Now the structured message also has a const domain = tupleCV({
name: stringAsciiCV('hiro.so'),
version: stringAsciiCV('1.0.0'),
'chain-id': uintCV(1),
}); I added a message and domain header, but we could do a bit better. Let me know if you have something better. |
9f20d9e to
1627580
Compare
1627580 to
1bc3e18
Compare
|
thanks @MarvinJanssen I will try something like that. |
f10d550 to
9cb30fb
Compare
9cb30fb to
1c209c7
Compare
1c209c7 to
a108941
Compare
a108941 to
b7d9058
Compare
|
@markmhx No I am working on those test unit issues The upgrade to the latest connect-ui v5.5.1 fails many tests. Those |
|
@janniks I upgraded our connect to the latest version which includes your latest changes stx-labs/connect#234 without success. It seems that |
|
Yep, I think I'll revert the change and add as a separate module. Will ping you later with progress. |
|
@timstackblock This is ready for QA. There are special button in test-app to test the different types of message. |
b7d9058 to
aa66d20
Compare
aa66d20 to
bafde08
Compare
bafde08 to
15cf471
Compare
|
@fbwoolf There is nothing left for me to do on this PR. I will let you merge it whenever you need it. |
|
@beguene do all of the linked issues need to be QA'd by me here before merging or do you feel confident it can be merged and then tested with a release PR? |
|
@fbwoolf It's up to you, you can maybe quickly try it, there are some buttons I added in the test-app. |
|
Sorry I missed this @beguene! Yep, those headers will do the trick just fine 👍 |



This PR implements the updated version of SIP-018 stacksgov/sips#57
and fixes the following too
closes #2443
closes #2460
closes #2419
closes #2463