Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + var TestTimeout = time.Second * 600 + func IsActive(status uint8) bool + func IsExecuted(status uint8) bool + func IsFinalized(status uint8) bool + func WaitUntilBridgeReady(client Client, bridge common.Address) error + func WaitUntilProposalExecuted(client Client, bridge common.Address) error + type Client interface + FetchEventLogs func(ctx context.Context, contractAddress common.Address, event string, ...) ([]types.Log, error) + LatestBlock func() (*big.Int, error) + SubscribeFilterLogs func(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error) + type ProposalStatus int + const Active + const Cancelled + const Executed + const Inactive + const Passed