stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 39 forks source link

Remove pre_release_version from meta.rs #1378

Open sisuresh opened 3 months ago

sisuresh commented 3 months ago

What problem does your feature solve?

pre_release_version was helpful for the development of protocol 20 because of how often we iterated on the protocol, but going forward, we won't breaki a non-vnext build intentionally. The interface version (which contains both the protocol version and pre-release version) has caused confusion in the past, so we should just remove it.

leighmcculloch commented 3 months ago

I propose an alternative solution to the problem in: