production and develop branch of this repository
Open
- Dominant language
- C++
- Stars
- 39
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
For EOS 2.0.x, it seems: eosio-2.0.x is develop branch and v2.0.x is production branch.
But for EOS 2.0.8 (corresponding fc @ b53dbdc):
```bash
git branch -r --contains b53dbdc
origin/v2.0.x
```
And for EOS 2.0.9 (corresponding fc @ a369475):
```bash
git branch -r --contains a369475
origin/eosio-2.0.x
origin/keke_epe294
```
So fc used by EOS 2.0.9 does not contains commit b53dbdc which is existing in EOS 2.0.8 ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.