kaistshadow / blockchain-sim

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

Release 0.2.0 #313

Closed hyojin5658 closed 3 years ago

hyojin5658 commented 3 years ago
  1. Support Sybil attack about monero
  2. Support TPS library API
    • Support calculatin TPS about bitcoin
  3. Support BLEEP emulation about maxinum 10 nodes
  4. Support bitcoin regtest about multiple bitcoin nodes
ygnkim commented 3 years ago

regtest/1_bitcoin/13_monitorNode, regtest/1_bitcoin/14_propagationBlock, regtest/1_bitcoin/15_txGenerator_connection 테스트에서 shadow path를 환경변수에 추가해주는 부분이 빠져서 CLion IDE에서 test 통과안하는 문제가 있었음. 따라서 추가 패치하여 develop branch에 직접 커밋함 (https://github.com/kaistshadow/blockchain-sim/pull/313/commits/4ca4951609edac5168f5e84b6bfbf03d57dc57fd)