JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

Issue when returning to Funding step, with motion vote to fund #2562

Closed arrenv closed 2 weeks ago

arrenv commented 1 month ago

Teamwork task: Issue when returning to Funding step, with motion vote to fund

Steps to reproduce

  1. Ensure Reputation decision method is active.
  2. Create a Payment builder action.
  3. Trigger a vote, but staking both in Oppose and Support fully.
  4. Vote either way, although, I voted in Support.
  5. Reveal, then Finalize.
  6. You will quickly get a flash to be able to claim your stake if you are able to claim as the user.
  7. You will then move to the Release step.
  8. Click on the previous Funding step.
  9. The details will be incorrect, there are two cards, you won't see your stake, or be able to claim your stake.

Note: there is also a ridiculous amount of requests that resulted in the app crashing and causing a 404.

Expected behaviour

Actual behaviour

image

image

CzarekDryl commented 1 month ago

@arrenv I've fixed UI issue, but I can't reproduce bug with claiming. The action is fetched every few seconds, that's why there are so many requests, I'm not sure if we can do anything about it. Maybe someone from the colony team could take a look at it?

https://github.com/JoinColony/colonyCDapp/assets/76940796/36e55132-2287-41ad-bd67-47ec60dc39f3

arrenv commented 1 month ago

@CzarekDryl Thank you for taking a look. @jakubcolony You also noticed the number of requests, do you have any thoughts on this at all?

AdrianDudko commented 2 weeks ago

Closd by https://github.com/JoinColony/colonyCDapp/pull/2585