Skip to content

Fix TON's effective gas params for outbounds #3655

@swift1337

Description

@swift1337

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
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions