agents

command module
v0.0.106 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: MIT Imports: 3 Imported by: 0

README

Agents

The Agents are the off-chain components of Sanguine. They are responsible for signing, reporting, verifying, and executing messages across chains.

Use

From sanguine/agents, run go run main.go to expose the CLI for all agents. Visit each agents' respective directory's README.md for information on individual agent usage.

Directory Structure

root
├── agents: Contain all the agents used in optimistic messaging
│   ├── agentsintegration: Testing all the agents working together
│   ├── executor: Responsible for verifying and executing cross-chain messages
│   ├── guard: Signs attestations and posts to attestation collector and destination
│   └── notary: Scans origin chains for messages and signs attestations then posts to AttestationCollector
├── cmd: The command line entrypoint for all agents
├── config: Configs for agents
├── contracts: Go interfaces for messaging contracts
├── db: Agents datastore
├── domains: Adapters for each domain
├── indexer: Periodically reads from the db and stores data in the db
├── internal: Dev dependencies
├── testutil: Contains mock deployers for interacting with the mock backend
└── types: Common agents types

Documentation

Overview

Package main provides the main entry point for all agents.

Directories

Path Synopsis
agents
agentsintegration
Package agentsintegration is for testing all the agents working together
Package agentsintegration is for testing all the agents working together
executor
Package executor is the executor agent responsible for proving and executing cross-chain messages.
Package executor is the executor agent responsible for proving and executing cross-chain messages.
executor/api
Package api contains the API for the executor.
Package api contains the API for the executor.
executor/cmd
Package cmd provides the command line interface for the executor.
Package cmd provides the command line interface for the executor.
executor/config
Package config defines the config for the Executor.
Package config defines the config for the Executor.
executor/db
Package db provides a database interface for the executor.
Package db provides a database interface for the executor.
executor/db/datastore/sql
Package sql provides a datastore implementation for the executor.
Package sql provides a datastore implementation for the executor.
executor/db/datastore/sql/base
Package base contains the base sql implementation
Package base contains the base sql implementation
executor/db/datastore/sql/mysql
Package mysql implements the mysql package
Package mysql implements the mysql package
executor/db/datastore/sql/sqlite
Package sqlite implements the sqlite package
Package sqlite implements the sqlite package
executor/main
Package main provides the main entry point for the executor.
Package main provides the main entry point for the executor.
executor/types
Package types contains the database types for the Executor.
Package types contains the database types for the Executor.
guard
Package guard signs attestations and posts to attestation collector and destination.
Package guard signs attestations and posts to attestation collector and destination.
guard/api
Package api contains the API for the guard.
Package api contains the API for the guard.
guard/cmd
Package cmd provides the command line interface for the guard.
Package cmd provides the command line interface for the guard.
guard/main
Package main provides the main function for the Guard.
Package main provides the main function for the Guard.
notary
Package notary scans origin chains for messages to its destination and signs attestations and posts to AttestationCollector.
Package notary scans origin chains for messages to its destination and signs attestations and posts to AttestationCollector.
notary/api
Package api contains the API for the notary.
Package api contains the API for the notary.
notary/cmd
Package cmd provides the command line interface for the notary.
Package cmd provides the command line interface for the notary.
notary/main
Package main provides the main function for the Notary.
Package main provides the main function for the Notary.
Package cmd is the command line interface for all agents.
Package cmd is the command line interface for all agents.
Package config contains the config for different kinds of agents
Package config contains the config for different kinds of agents
contracts
attestationcollector
Code generated by synapse abigen DO NOT EDIT.
Code generated by synapse abigen DO NOT EDIT.
destination
Code generated by synapse abigen DO NOT EDIT.
Code generated by synapse abigen DO NOT EDIT.
origin
Package origin contains abi bound origin contract
Package origin contains abi bound origin contract
test
Package test contains test harness contracts
Package test contains test harness contracts
test/attestationharness
Code generated by synapse abigen DO NOT EDIT.
Code generated by synapse abigen DO NOT EDIT.
test/destinationharness
Code generated by synapse abigen DO NOT EDIT.
Code generated by synapse abigen DO NOT EDIT.
test/headerharness
Package headerharness implements the HeaderHarness contract.
Package headerharness implements the HeaderHarness contract.
test/messageharness
Package messageharness generates abi data for contract MessageHarness.t.sol
Package messageharness generates abi data for contract MessageHarness.t.sol
test/originharness
Package originharness generates abi data for contract OriginHarness.t.sol
Package originharness generates abi data for contract OriginHarness.t.sol
test/testclient
Package testclient implements the testclient contract.
Package testclient implements the testclient contract.
test/tipsharness
Package tipsharness generates abi data for contract TipsHarness.t.sol
Package tipsharness generates abi data for contract TipsHarness.t.sol
db
Package db implements the data store
Package db implements the data store
datastore/sql
Package sql accesses a db
Package sql accesses a db
datastore/sql/base
Package base contains the base sql implementation
Package base contains the base sql implementation
datastore/sql/mysql
Package mysql implements the mysql package
Package mysql implements the mysql package
datastore/sql/sqlite
Package sqlite implements the sqlite package
Package sqlite implements the sqlite package
Package domains contains adapters for each domain
Package domains contains adapters for each domain
evm
Package evm TODO description
Package evm TODO description
Package indexer periodically reads from the db and stores data in the db
Package indexer periodically reads from the db and stores data in the db
Package internal contains dev dependencies required for running developer tasks (coverage testing, etc) that are not required by the project itself.
Package internal contains dev dependencies required for running developer tasks (coverage testing, etc) that are not required by the project itself.
Package main has the main file for the testcli utility
Package main has the main file for the testcli utility
Package testutil contains mock deployers for interacting with the mock backend
Package testutil contains mock deployers for interacting with the mock backend
agentstestcontract
Code generated by synapse abigen DO NOT EDIT.
Code generated by synapse abigen DO NOT EDIT.
Package types contains common types
Package types contains common types

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL