PR | Owner | Comments |
---|---|---|
work parallel worker queue work | Anton | Fixes test issues - should be merged first. |
fixed different active set size in block creation | Anton | Relatively local change, no conflicts expected. |
New CI infrastructure to support private ELK per test | Amit | Changes CI infra, may reduce arbitrary errors in other merges, should be merged early. |
Return 20-byte block ids in api | Noam | Local change that shouldn't cause conflicts. |
Fix flaky blocks-add-node test | Nikita | Fixes one of the tests - should be merged first. Local change that shouldn't cause conflicts. |
Krishna/2225/remove timestamp from block header | Noam | Community contribution. Local change that shouldn't cause conflicts. |
Continuous Deployment for Releases | Narayan | Local change that shouldn't cause conflicts. |
NTP Servers List Configurable via CLI | Narayan | Local change that shouldn't cause conflicts. |
Profiler CLI Option | Narayan | Local change that shouldn't cause conflicts. |
updated PR template | Narayan | Local change that shouldn't cause conflicts. |
don't close listener when calling Close on an incoming udp session. | Yosher | Local change that shouldn't cause conflicts. |
Implement Golden ATX | Nikita | Conflicts expected. |
changed order of syntactic validation to not fail when fast validating | Anton | Local change that shouldn't cause conflicts. |
Verifying tortoise | Yosher | Major change. |
update MultiAccountsState to store root hash and not string | Aviv | Local change that shouldn't cause conflicts. |
Remove CI status badge from README | Lane | Local change that shouldn't cause conflicts. |
Output canonical address string (40 hex chars) instead of 7 in logs | Aviv | Local change that shouldn't cause conflicts. |
Variable size PoST | Noam | Major change. |
Sync integration | Anton | Major change. |
Smesher API + GPU/Tree-free PoST integration | Shababo | Major change. |
Merge into single branch and PR, then use bors merge
.
- work parallel worker queue work - Anton
- Fix flaky blocks-add-node test - Nikita
Run bors merge
on each of these. Bors will try to combine them and if it fails do a binary search for the offender. I expect this to take several hours - we can let it run overnight or over a weekend, then fix conflicts and retry.
- fixed different active set size in block creation - Anton
- Return 20-byte block ids in api - Noam
- Krishna/2225/remove timestamp from block header - Noam
- Continuous Deployment for Releases - Narayan
- NTP Servers List Configurable via CLI - Narayan
- Profiler CLI Option - Narayan
- updated PR template - Narayan
- don’t close listener when calling Close on an incoming udp session. - Yosher
- changed order of syntactic validation to not fail when fast validating - Anton
- update MultiAccountsState to store root hash and not string - Aviv
- Remove CI status badge from README - Lane
- Output canonical address string (40 hex chars) instead of 7 in logs - Aviv
Finally: Implement Golden ATX - Nikita
Should be merged separately (in this order) fixing conflicts manually before trying to merge.
Each of these should have a long-running devnet running for a week or so, in addition to a combined devnet for all of them.
- Sync integration - Anton
- Verifying tortoise - Yosher
- Variable size PoST - Noam
- Smesher API + GPU/Tree-free PoST integration - Shababo