From 61e672dea427bc251e83c048b0b87e2ab1f03c67 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 28 Apr 2021 19:20:44 +0200 Subject: [PATCH] truncate cic-eth doc index --- apps/cic-eth/cic_eth/runnable/daemons/tasker.py | 1 - apps/cic-eth/doc/texinfo/index.texi | 10 ++-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/apps/cic-eth/cic_eth/runnable/daemons/tasker.py b/apps/cic-eth/cic_eth/runnable/daemons/tasker.py index a0f5cb72..90de40aa 100644 --- a/apps/cic-eth/cic_eth/runnable/daemons/tasker.py +++ b/apps/cic-eth/cic_eth/runnable/daemons/tasker.py @@ -75,7 +75,6 @@ argparser.add_argument('-c', type=str, default=config_dir, help='config file') argparser.add_argument('-q', type=str, default='cic-eth', help='queue name for worker tasks') argparser.add_argument('-r', type=str, help='CIC registry address') argparser.add_argument('--default-token-symbol', dest='default_token_symbol', type=str, help='Symbol of default token to use') -argparser.add_argument('--abi-dir', dest='abi_dir', type=str, help='Directory containing bytecode and abi') argparser.add_argument('--trace-queue-status', default=None, dest='trace_queue_status', action='store_true', help='set to perist all queue entry status changes to storage') argparser.add_argument('-i', '--chain-spec', dest='i', type=str, help='chain spec') argparser.add_argument('--env-prefix', default=os.environ.get('CONFINI_ENV_PREFIX'), dest='env_prefix', type=str, help='environment prefix for variables to overwrite configuration') diff --git a/apps/cic-eth/doc/texinfo/index.texi b/apps/cic-eth/doc/texinfo/index.texi index a820fcc0..0e242efd 100644 --- a/apps/cic-eth/doc/texinfo/index.texi +++ b/apps/cic-eth/doc/texinfo/index.texi @@ -1,12 +1,6 @@ -@node CIC-ETH -@chapter CIC-ETH - -The goal of the @code{cic-eth} project is to create a fully autonomous, high-performance microservices environment that holds keys and signs on behalf of an arbitrary client, and @emph{guarantees} that transactions will be sent to the blockchain network. - -When execution of transactions have been included in the chain state, it also provides clients executing tasks to attach callbacks both on delivery of a task to the queue, but also when the transaction is mined by the network. - -The current implementation is in its entirety based on the EVM network and with Solidity-based EVM bytecode. The ambition is to enable cross-chain operability, also across @emph{types} of chains. +@top cic-eth +@include intro.texi @include dependencies.texi @include configuration.texi @include system.texi