This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
Replies: 2 comments 1 reply
-
Hey @Kvenessa! Thanks for your question.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Basically idea was to use some script for Fee payouts. And regarding your questions, you can write some script that parses all the Vote events with the status https://github.com/ChainSafe/chainbridge-solidity/blob/master/contracts/Bridge.sol#L404 Active. And then locally group the by depositNonce and find first of them by blockNumber and index |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the suggested approach to pay fees to relayers?
Currently cb-sol-cli doesn't support fees during deposit transaction thus resulting in insufficient funds error. This can be avoided by making changes to cli but then how these fees which are added to bridge contract will be given to only that relayer whose transaction is mined first.
What effort/changes is required on relayer side or on smart contract level to achieve this fees workflow.
Is any fees workflow is in the roadmap of chainbridge?
Beta Was this translation helpful? Give feedback.
All reactions