Anoma.Node.Examples.ELogging (Anoma v0.29.0)

Summary

Functions

Link to this function

block_event(order, round, node_id)

@spec block_event([binary()], non_neg_integer(), String.t()) :: :ok
Link to this function

check_block_event(node_id \\ Node.example_random_id() |> Base.url_encode64())

@spec check_block_event(String.t()) :: String.t()
Link to this function

check_block_event_leave_one_out(node_id \\ Node.example_random_id() |> Base.url_encode64())

@spec check_block_event_leave_one_out(String.t()) :: String.t()
Link to this function

check_block_event_multiple(node_id \\ Node.example_random_id() |> Base.url_encode64())

@spec check_block_event_multiple(String.t()) :: String.t()
Link to this function

check_consensus_event(node_id \\ Node.example_random_id() |> Base.url_encode64())

@spec check_consensus_event(String.t()) :: String.t()
Link to this function

check_consensus_event_multiple(node_id \\ Node.example_random_id() |> Base.url_encode64())

@spec check_consensus_event_multiple(String.t()) :: String.t()
Link to this function

check_multiple_tx_events(node_id \\ Node.example_random_id())

@spec check_multiple_tx_events(String.t()) :: String.t()
Link to this function

check_tx_event(node_id \\ Node.example_random_id())

@spec check_tx_event(String.t()) :: String.t()
Link to this function

consensus_event(order, node_id)

@spec consensus_event([binary()], String.t()) :: :ok
Link to this function

replay_consensus(node_id \\ Node.example_random_id())

@spec replay_consensus(String.t()) :: String.t()
Link to this function

replay_consensus_leave_one_out(node_id \\ Node.example_random_id())

@spec replay_consensus_leave_one_out(String.t()) :: String.t()
Link to this function

replay_consensus_with_several_txs(node_id \\ Node.example_random_id())

@spec replay_consensus_with_several_txs(String.t()) :: String.t()
Link to this function

replay_corrects_result(node_id \\ Node.example_random_id())

@spec replay_corrects_result(String.t()) :: String.t()
Link to this function

replay_several_consensus(node_id \\ Node.example_random_id())

@spec replay_several_consensus(String.t()) :: String.t()
Link to this function

replay_several_txs(node_id \\ Node.example_random_id())

@spec replay_several_txs(String.t()) :: String.t()
Link to this function

replay_tx(node_id \\ Node.example_random_id())

@spec replay_tx(String.t()) :: String.t()
Link to this function

tx_event(id, backend, code, node_id)

@spec tx_event(
  binary(),
  Anoma.Node.Transaction.Backends.backend(),
  Noun.t(),
  String.t()
) :: :ok
Link to this function

write_consensus(node_id)

@spec write_consensus(String.t()) :: atom()