namada icon indicating copy to clipboard operation
namada copied to clipboard

switch to tendermint fork release v0.1.4-abciplus

Open tzemanovic opened this issue 2 years ago • 5 comments

the versioning is not semver compliant - it's just for temp fork releases

tzemanovic avatar Oct 21 '22 14:10 tzemanovic

this should also update the docker image in docker/namada/Dockerfile line 28

Fraccaman avatar Oct 24 '22 14:10 Fraccaman

this should also update the docker image in docker/namada/Dockerfile line 28

done, thanks!

tzemanovic avatar Nov 02 '22 11:11 tzemanovic

in the interests of standardizing everything, this branch should update the CI to whatever version it specifies as well (it may only differ in the version number constant, but we should stick to it)

@juped I missed this before, it's a good call, updated

tzemanovic avatar Nov 16 '22 12:11 tzemanovic

this is held up for now on another tendermint update with prometheus fix

tzemanovic avatar Nov 17 '22 17:11 tzemanovic

this is held up for now on another tendermint update with prometheus fix

tested with v0.1.4-abciplus and ready

tzemanovic avatar Nov 21 '22 18:11 tzemanovic

we may be able to switch back to official releases instead - see https://github.com/anoma/namada/pull/838

tzemanovic avatar Dec 09 '22 11:12 tzemanovic

Yes it looks like the only difference now between our fork and upstream v0.37.0-rc1 is the events endpoint, which we aren't using. https://github.com/tendermint/tendermint/compare/v0.37.0-rc1...heliaxdev:tendermint:ledger-main

So we could switch to using upstream v0.37.0-rc1

james-chf avatar Dec 09 '22 14:12 james-chf