celestiaorg / celestia-app

Celestia consensus node
https://celestiaorg.github.io/celestia-app/
Apache License 2.0
346 stars 293 forks source link

E2E test for v3 #3877

Closed cmwaters closed 1 month ago

cmwaters commented 2 months ago

Summary

We're unable to use gRPC correctly because the paths that knuu creates a reverse proxy for can't be parsed by the gRPC client. We should use ports instead. When this is completed we can write a test which upgrades to v3 using the signalling mechanism and asserts that everything works as expected

rootulp commented 1 month ago

I think this can be closed b/c https://github.com/celestiaorg/celestia-app/pull/3910 merged which upgrades to v3 using the signaling mechanism.