dapphub/dapptools

Feature Request: Verify Bytes

开放

#41 创建于 2018年6月13日

 (13 条评论) (0 个反应) (1 位负责人)Haskell (323 个派生)batch import
good first issue

仓库指标

星标
 (2,125 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Issue by kennyrowe Thursday Nov 16, 2017 at 20:52 GMT Originally opened as https://github.com/dapphub/seth/issues/20


Description:

Add a flag to seth to check the calldata of an onchain transaction.

Specification:

$ seth -verify <txHash> <bytes>

Example:

$ seth -verify 0x036ae8fa1a31e36787f524e3ac21ec2fa44d3b0ff9bcf3fdd3a7933498a18095 $(seth calldata 'transfer(address, uint256)' 1dacd2508778b5caebe71f86f646793acfe22b89 $(seth --to-uint256 1501933000000))

贡献者指南