ethresearch / sharding-p2p-poc

Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
40 stars 19 forks source link

A testing branch for testing specific things #106

Closed mhchia closed 5 years ago

mhchia commented 5 years ago

What is wrong?

Per @zscole 's suggestion, we should have a separate testing branch to push the testing specific materials

mhchia commented 5 years ago

@zscole @araskachoi we haven't done it previously. Will this still help if we introduce the testing branch now?

zscole commented 5 years ago

I think it would. It'll allow us to maintain better versioning control for a cleaner testing process. Whatever we want to test, we can just push to test branch without affecting anything else.

mhchia commented 5 years ago

@zscole no problem. I will just have a branch for that. Thank you!

mhchia commented 5 years ago

Added the branch testing . We can push all testing related logics to this branch, and merge the code in master we want anytime.

mhchia commented 5 years ago

@zscole @araskachoi

Since we already have the branch testing. We are thinking if the following strategy makes sense: We

Thoughts?