kaistshadow / blockchain-sim

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

bitcoin rpc client abstraction #209

Closed hjkim17 closed 3 years ago

hjkim17 commented 3 years ago

Current rpc client nodes are not generalized so that we cannot leverage rpc library's great portability. I think only one rpc client library for bitcoin is enough and we need to remove redundant rpc client codes inside the subdirectories of the tests/regtest.

What I will do is make general bitcoin-rpc client library that can make any tests related to bitcoin rpc call, with little amount of code change for json request.

hyojin5658 commented 3 years ago

bitcoin submodule master 브랜치로 merge 하였습니다. feature/209/rpc_client 브랜치는 삭제 하겠습니다.