Polkadex-Substrate / polkadexTEE-worker

Polkadex Off-chain Orderbook
Apache License 2.0
10 stars 1 forks source link

Nonce on worker differs from nonce in enclave #293

Open arrudagates opened 2 years ago

arrudagates commented 2 years ago

This should be verified in integration testing. When testing the IPFS PR (#273) I found that after some time running the worker the nonce from the enclave side is greater than the one in the worker side, suggesting they are getting out of sync.

haerdib commented 2 years ago

I think this issue is linked to #172