Skip to content

packages.valory.connections.abci.tests.test_tendermint_decoder

Tests for valory/abci connection, tendermint_decoder module.

TestTendermintProtocolDecoder Objects

class TestTendermintProtocolDecoder()

Test for the Tendermint protocol decoder.

test_request_echo

def test_request_echo() -> None

Test decoding of a request echo.

test_request_set_option

def test_request_set_option() -> None

Test decoding of a request set-option.

test_request_list_snapshots

def test_request_list_snapshots() -> None

Test decoding of a request list-snapshots.

test_request_offer_snapshot

def test_request_offer_snapshot() -> None

Test decoding of a request offer-snapshot.

test_request_load_snapshot_chunk

def test_request_load_snapshot_chunk() -> None

Test decoding of a request load-snapshot-chunk.

test_request_apply_snapshot_chunk

def test_request_apply_snapshot_chunk() -> None

Test decoding of a request load-snapshot-chunk.