kaistshadow / blockchain-sim

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

rel 0.1.0 develop branch 수정 #225

Closed tkdlqm2 closed 3 years ago

tkdlqm2 commented 3 years ago

현재 emulation test에서는 tx injector와 bitcoin node가 동시에 실행이 됩니다. 하지만 regtest에서는 적용이 안되어서, transaction count test 과정에서 설정한 tx 개수 만큼 생성하지 못하고 종료되면서 에러가 발생합니다.

결론 : emulation test 처럼 tx injector와 bitcoin node가 동시에 실행되도록 실행시간 설정.

tkdlqm2 commented 3 years ago
  1. emulation test 처럼 tx injector와 bitcoin node가 동시에 실행되도록 실행시간 설정. -> xml geneator 스크립트 소스코드 수정.
  2. add other reg tests -> 현재 rel 0.1.0에 대한 test를 진행을 하여서 다른 test는 주석처리 했지만, 모든 통합 테스트를 위해 주석 해제를 함.