#tetsy #gas #chain #format #json-format #display #vvm

app vvmbin

Tetsy VVM 实现版本

显示crate…

1个不稳定版本

0.1.0 2021年4月6日
0.0.0 2021年3月2日

#36 in #gas

22 每月下载次数

GPL-3.0 许可证

5MB
26K SLoC

vvmbin

Tetsy的VVM实现。

用法

VVM implementation for Tetsy.
  Copyright 2015-2020 Parity Technologies (UK) Ltd.

Usage:
    tetsy-vvm state-test <file> [--json --std-json --std-dump-json --only NAME --chain CHAIN --std-out-only --std-err-only]
    tetsy-vvm stats [options]
    tetsy-vvm stats-jsontests-vm <file>
    tetsy-vvm [options]
    tetsy-vvm [-h | --help]

Commands:
    state-test         Run a state test from a json file.
    stats              Execute VVM runtime code and return the statistics.
    stats-jsontests-vm Execute standard json-tests format VMTests and return
                       timing statistics in tsv format.

Transaction options:
    --code CODE        Contract code as hex (without 0x).
    --to ADDRESS       Recipient address (without 0x).
    --from ADDRESS     Sender address (without 0x).
    --input DATA       Input data as hex (without 0x).
    --gas GAS          Supplied gas as hex (without 0x).
    --gas-price WEI    Supplied gas price as hex (without 0x).

State test options:
    --only NAME        Runs only a single state test matching the name.
    --chain CHAIN      Run only tests from specific chain.

General options:
    --json             Display verbose results in JSON.
    --std-json         Display results in standardized JSON format.
    --std-err-only     With --std-json redirect to err output only.
    --std-out-only     With --std-json redirect to out output only.
    --std-dump-json    Display results in standardized JSON format
                       with additional state dump.
Display result state dump in standardized JSON format.
    --chain CHAIN      Chain spec file path.
    -h, --help         Display this message and exit.

Tetsy Vapory 工具链

此项目是Tetsy Vapory工具链的一部分。

  • vvmbin - Tetsy Vapory的VVM实现。
  • vapabi - Tetsy Vapory函数调用编码。
  • vapstore - Tetsy Vapory密钥管理。
  • vapkey - Tetsy Vapory密钥生成器。

依赖

~66MB
~1M SLoC