Skip to content
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

Fix TON's effective gas params for outbounds #3655

Open
swift1337 opened this issue Mar 6, 2025 · 0 comments
Open

Fix TON's effective gas params for outbounds #3655

swift1337 opened this issue Mar 6, 2025 · 0 comments

Comments

@swift1337
Copy link
Contributor

Withdrawal votes should populate proper values for MsgVoteOutbound

func (ob *Observer) postVoteOutbound(

const (
    outboundGasUsed     = 0 // should be taken from tx data
    outboundGasPrice    = 0 // should be taken from on-chain (rarely changes)
    outboundGasLimit    = 0 // should be consts from gw contract
    outboundBlockHeight = 0 // it's okay to have zero as there's no seq. block number
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant