-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
question(ibc-hooks): incentives to relay wasm hooks #154
Comments
Why ICS27 callbacks not great as of now:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are 2 undone issues to handle relayer incentives it on CW level:
CosmWasm/cosmwasm#1491
CosmWasm/cosmwasm#893
Incentive - why would relayer burn gas on wasm hook packet?
One solution could be packet fee takes from ics20, but that is per chain module and does not work in all cases.
So how I can within existing wasm hook do incentives?
Can my contract reflect (query current TX context) on signer (get signer infos) in Cosmos chain so that my contract can bank transfer some?
Gas prices spiked recently on bull market.
ICS27 has solution has something about fees, but its callback sucks (it is 2x more blocks slowness on top of existing wasm hook).
The text was updated successfully, but these errors were encountered: