ethereum/casper

Deploy PURITY_CHECKER and MSG_HASHER with via compile in testing

オープン

#159 opened on 2018/05/30

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (184 件のフォーク)batch import
blockedgood first issue

Repository metrics

Stars
 (685 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Issue

PURITY_CHECKER and MSG_HASHER are currently deployed via previously sign txs in the testing framework. This is super opaque and makes it tough to test any changes to purity checker. It is also not how we plan on deploying in the EIP

Proposed implementation

  • ensure msg_hasher and purity_checker source are in the repo
  • compile and deploy dynamically in testing rather than sending a previously sign tx

BLOCKER: #69 and #73. Both of these issues port msg_hasher and purity_checker to vyper LLL so we don't have to introduce serpent as a dependency.

コントリビューターガイド