diff --git a/cli/index.html b/cli/index.html index d1637a953..6abc04e67 100644 --- a/cli/index.html +++ b/cli/index.html @@ -494,61 +494,41 @@

Options

  • - maximum-transaction-per-block + consensus-propose-second-base <Int32?>
    -
    Maximum transactions allowed in a block. null by default.
    -
  • - -
  • -
    - - config - <String> -
    -
    Default Value : appsettings.json
    -
    Absolute path of "appsettings.json" file to provide headless configurations.
    -
  • - -
  • -
    - - sentry-dsn - <String> -
    -
    -
    Sentry DSN
    +
    A propose second base for consensus context timeout. The unit is second.
  • - sentry-trace-sample-rate - <Double?> + maximum-transaction-per-block + <Int32?>
    -
    Trace sample rate for sentry
    +
    Maximum transactions allowed in a block. null by default.
  • - arena-participants-sync-interval - <Int32?> + config + <String>
    -
    -
    arena participants list sync interval time
    +
    Default Value : appsettings.json
    +
    Absolute path of "appsettings.json" file to provide headless configurations.
  • - arena-participants-sync + remote-key-value-service <Boolean>
    -
    Default Value : True
    -
    arena participants list sync enable
    +
    Default Value : False
    +
    [DANGER] Turn on RemoteKeyValueService to debug.
  • @@ -1397,41 +1377,6 @@

    Arguments

  • -
  • -
    -

    action activate-account

    -

    Create ActivateAccount action.

    -

    Arguments

    - -
  • action list

    @@ -1870,32 +1815,6 @@

    Arguments

    tx migration-activated-accounts-state

    Create MigrationActivatedAccountsState action and dump it.

  • -
  • -
    -

    tx migration-avatar-state

    -

    Create MigrationAvatarState action and dump it.

    -

    Arguments

    - -
  • tx add-redeem-code

    @@ -2212,7 +2131,17 @@

    Options

    <String>
    -
    GraphQL endpoint to get remote state
    +
    GraphQL endpoint to get block data.
    +
  • + +
  • +
    + + grpc-endpoint + <String> +
    +
    +
    gRPC endpoint to get remote states.
  • @@ -2247,8 +2176,7 @@

    Options

  • apv verify
  • apv analyze
  • apv query
  • -
  • action activate-account
  • -
  • action list
  • +
  • action list
  • action transfer-asset
  • action stake
  • action claim-stake-reward
  • @@ -2259,7 +2187,6 @@

    Options

  • tx transfer-asset
  • tx patch-table
  • tx migration-activated-accounts-state
  • -
  • tx migration-avatar-state
  • tx add-redeem-code
  • tx create-pending-activations
  • tx renew-admin-state
  • diff --git a/graphql/index.html b/graphql/index.html index 86cbc8259..cd0453d7e 100644 --- a/graphql/index.html +++ b/graphql/index.html @@ -36,6 +36,7 @@