ethereum/casper

Deploy PURITY_CHECKER and MSG_HASHER with via compile in testing

開放

#159 建立於 2018年5月30日

 (4 則留言) (0 個反應) (0 位負責人)Python (184 個分叉)batch import
blockedgood first issue

倉庫指標

星標
 (685 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南