pendulum-chain / vortex

https://app.vortexfinance.co/
1 stars 1 forks source link

Bugfix: transactions not dumped correctly #130

Closed TorstenStueber closed 2 months ago

TorstenStueber commented 2 months ago

There is a regression in the logic to dump signed transactions. Instead of storing the actual transaction, only the literal name of the transaction variable is stored, e.g., nablaApproveTransaction, nablaSwapTransaction, ...

TODO

TorstenStueber commented 2 months ago

Hey team! Please add your planning poker estimate with Zenhub @b-yap @bogdanS98 @ebma @gianfra-t @Sharqiewicz

prayagd commented 2 months ago

Dont estimate bugs, moving to ready

gianfra-t commented 2 months ago

Closing this as it is actually an unintended consecuence of a testing setup pointing to the same google sheet..

gianfra-t commented 2 months ago

I'll reopen this such that we append the additional amounts to the sheet here.

ebma commented 2 months ago

Ah right, nice catch and thanks for jumping in @gianfra-t. This would have been really difficult to pin down otherwise 😅 Let's still have a new ticket for the additional amounts as you would need to change both title and description of this ticket and in that case we can just create a new one.

gianfra-t commented 2 months ago

It was a very small change, I think. I pushed here. But I am not sure if we have to use a different sheet or just add the headers by hand is enough.

ebma commented 2 months ago

I added some handling for this and if the headers of the current sheet of the google doc don't match, then we'll just create a new sheet with those headers. So worst case, we'll end up with two sheets in the same document but we can resolve and merge that manually if this bothers us. So I don't see this as a blocker.

TorstenStueber commented 2 months ago

@gianfra-t if you use this issue here and don't create a new one can you please connect your branch?

ebma commented 2 months ago

Closing this ticket as the related PR is merged.