Current pool versions are a single number and this is not enough to differentiate pool ABIs. I.e not all version 3 pools share the same ABI.
Pools metadata should then include the full version string as '3.0.10' so the lib-js and other users of this package can better identify the pool's interfaces.
Note: this could require a breaking change.
Current pool versions are a single number and this is not enough to differentiate pool ABIs. I.e not all version 3 pools share the same ABI.
Pools metadata should then include the full version string as
'3.0.10'so thelib-jsand other users of this package can better identify the pool's interfaces.Note: this could require a breaking change.