stellar / stellar-core

Reference implementation for the peer-to-peer agent that manages the Stellar network.
https://www.stellar.org
Other
3.1k stars 970 forks source link

Update overlay survey script to support new time sliced survey #4302

Open bboston7 opened 1 month ago

bboston7 commented 1 month ago

4275 adds a new time sliced survey mechanism with new HTTP endpoints for running a survey. We should update the python script to use the new endpoints.

marta-lokhova commented 4 weeks ago

Just double checking here: there is no dependency between this issue and https://github.com/stellar/stellar-core/pull/4275, because we'd still support old-style survey, so the script can be updated whenever we're ready to run/test survey V2, right?

bboston7 commented 4 weeks ago

Yes, that's right. #4275 leaves the old survey interface intact so there's no need to immediately update the script.

marta-lokhova commented 2 weeks ago

Quick note here: I bumped priority of this issue to P0, since we'd need the new script to test survey v2 (ideally, we can do this during RC stage of our v21.1.0 release process to catch any issues before bumping to stable)

bboston7 commented 2 weeks ago

Good point. At this point I don't think the HTTP interfaces in #4275 will change significantly (if at all), so I'll start working on updating the script.