kaistshadow / blockchain-sim

Scalable blockchain simulator/emulator running on shadow simulator
MIT License
9 stars 1 forks source link

BLEEP library regtest #337

Closed tkdlqm2 closed 3 years ago

tkdlqm2 commented 3 years ago

BLEEP library regtest

Originally posted by @tkdlqm2 in https://github.com/kaistshadow/blockchain-sim/issues/332#issuecomment-847446647

tkdlqm2 commented 3 years ago

How to reproduce

  1. git checkout issue/337
  2. python setup.py --bitcoin
  3. python setup.py --test

BLEEP lib regtest module은 testlibs/bleep_regtest_module.py 에 정의함. 해당 테스트 모듈에 필요한 utils 모듈은 testlibs/bleep_regtest_utils에 정의함.

issue/332 버그가 해결되면 merge할 예정.