We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After IBC transfer of tokens to the zoneconcierge module address, done in babylonlabs-io/babylon-sdk#76 and babylonlabs-io/babylon-contract#96, rewards need to be distributed across delegators to the finality providers.
zoneconcierge
This is similar to how Babylon rewards are distributed across delegators to Babylon FPs, but the amount are in "IBC-transferred" (ICS-20) tokens.
Also, the Memo payload contains the distribution list over validators. That information must be passed along the zoneconcierge module (or perhaps, a smart contract, see https://github.com/cosmos/ibc-apps/blob/main/modules/ibc-hooks/README.md) through a IBC hook or similar mechanism.
So, this issue is actually two tasks:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After IBC transfer of tokens to the
zoneconcierge
module address, done in babylonlabs-io/babylon-sdk#76 and babylonlabs-io/babylon-contract#96, rewards need to be distributed across delegators to the finality providers.This is similar to how Babylon rewards are distributed across delegators to Babylon FPs, but the amount are in "IBC-transferred" (ICS-20) tokens.
Also, the Memo payload contains the distribution list over validators. That information must be passed along the zoneconcierge module (or perhaps, a smart contract, see https://github.com/cosmos/ibc-apps/blob/main/modules/ibc-hooks/README.md) through a IBC hook or similar mechanism.
So, this issue is actually two tasks:
The text was updated successfully, but these errors were encountered: