ssv icon indicating copy to clipboard operation
ssv copied to clipboard

Network v1 fork

Open alonmuroch opened this issue 3 years ago • 2 comments

Very first soft-fork!

This PR changes the stream protocols used and supported by nodes. Up until prater slot 1713026 (not including) we use the legacy stream protocol /sync/0.0.1 for all stream requests. From slot 1713026 (including) we will use the new protocols: /sync/highest_decided /sync/decided_by_range /sync/last_change_round

alonmuroch avatar Nov 10 '21 06:11 alonmuroch

Let's also add versions for the protocols:

  • /sync/highest_decided/0.0.1
  • /sync/decided_by_range/0.0.1
  • /sync/last_change_round/0.0.1

amirylm avatar Nov 10 '21 06:11 amirylm

@amir-blox done

alonmuroch avatar Nov 11 '21 14:11 alonmuroch