You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* port Panruo's outbound code and make compile pass
* make SOL withdraw e2e test passing
* make solana outbound tracker goroutine working
* allow solana gateway address to update
* integrate sub methods of SignMsgWithdraw and SignWithdrawTx
* initiate solana outbound tracker reporter
* implemented solana outbound tx verification
* use the amount in tx result for outbound vote
* post Solana priority fee to zetacore
* config Solana fee payer private key
* resolve 1st wave of comments in PR review
* resolve 2nd wave of comments
* refactor IsOutboundProcessed as VoteOutboundIfConfirmed; move outbound tracker iteration logic into ProcessOutboundTrackers sub method
* resolve 3rd wave of PR feedback
* added description to explain what do we do about the outbound tracker txHash
* add additional error message; add additional method comment
* fix gosec err
* replace contex.TODO() with context.Background()
0 commit comments