kaistshadow / blockchain-sim

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

PR for issue #287 - Implement first draft version of sybil API adapter for Monero #291

Closed ygnkim closed 3 years ago

ygnkim commented 3 years ago

모네로 블록체인을 테스트하기 위해 Sybil API를 사용할 수 있도록 Monero adapter를 구현함

위의 구현을 위해, MoneroNodePrimitives.cpp 의 OpAfterConnect, OpAfterRecv를 구현하였음.

또한, sybilAPI의 EREBUS policy를 사용해 공격이 되는지 확인할 수 있는 tester 예제 및 스크립트를 BLEEPeval/sybiltest-app/monero 디렉토리에 구현함