tangle-network / relayer

🕸️ The Webb Relayer Network
https://webb-tools.github.io/relayer/
Apache License 2.0
22 stars 13 forks source link

Use tangle runtime metadata #462

Closed salman01zp closed 1 year ago

salman01zp commented 1 year ago

Summary of changes


Reference issue to close (if applicable)


Code Checklist

shekohex commented 1 year ago

Please link the issue/task related to this PR

shekohex commented 1 year ago

Any updates on this @salman01zp ?

salman01zp commented 1 year ago

Not yet, this will require cleaning relayer tests and just having one localTangle.ts file interact with the tangle node. Will continue once the relayer is upgraded to node v18

salman01zp commented 1 year ago

The tangle docker image is not producing blocks. Trying with local setup

salman01zp commented 1 year ago

I tried with docker local setup using Mac(arm64) and it works. But for some reason, it fails for the docker image published by CI (x86_64). For more details https://github.com/webb-tools/tangle/issues/165

salman01zp commented 1 year ago

substrate vanchor private transaction tests is failing with Invalid transaction proof. I have skipped that test for now. I will open a follow-up PR to fix that test after debugging