shapeshift / web

ShapeShift Web
https://app.shapeshift.com
MIT License
165 stars 176 forks source link

Thorchain hardfork preparation #7406

Closed 0xean closed 1 week ago

0xean commented 1 month ago

THORChain Hard Fork Notice (Immediate Action Required)

In about two weeks THORChain will hard fork, so integrating projects need to be aware that:

Supporting the new Chain ID:

Service Outage:

AC for this ticket

  1. update chain id in all applicable txs - rune classic transactions should also use the new chainId to ensure they can be looked up by new accountId which will be using the new chainId (everything should act is if they are the same chain)
  2. confirm graceful failure state for app during plan downtime (double check swapper, TC defi, and that we show an intelligible state to users)
0xean commented 1 month ago

We need to consider Tx history and depending on how this will worth with TC, we maybe need to fetch tx history across 2 nodes (legacy, etc)