Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow upgrade whether websockets enabled or not #4019

Merged
merged 3 commits into from
Jun 30, 2022

Conversation

jflo
Copy link
Contributor

@jflo jflo commented Jun 28, 2022

Signed-off-by: Justin Florentine justin+github@florentine.us
fixes #3948

@jflo jflo added the doc-change-required Indicates an issue or PR that requires doc to be updated label Jun 28, 2022

assertThat(runner.getEngineJsonRpcPort()).isPresent();
runner.startExternalServices();
//assert that rpc method collection has eth_subscribe in it.
Copy link
Contributor Author

@jflo jflo Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find any good way to inspect this, will add integration test to cover it.

jflo added 2 commits June 28, 2022 09:48
Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
@jflo jflo force-pushed the 3948-subscribe-on-engine2 branch from e449b59 to 00da06b Compare June 28, 2022 13:49
Copy link
Contributor

@garyschulte garyschulte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla macfarla enabled auto-merge (squash) June 30, 2022 23:15
@macfarla macfarla merged commit 3baa4da into hyperledger:main Jun 30, 2022
@rolandtyler rolandtyler removed the doc-change-required Indicates an issue or PR that requires doc to be updated label Jul 5, 2022
garyschulte added a commit that referenced this pull request Jul 7, 2022
49e4fd8 -> worldstate not avail (#4069)
6aa8812 -> stateroot mismatch (#4041)
043191a -> jwt auth on websockets (#4039)
90f891b -> do not move head on exec and propose (#4013)
3baa4da -> upgrade for websockets (#4019)
5024c07 -> sepolia TTD (#4024)
5ee9be8 -> heal step in snap (#3920)
261b1e0 -> remove peer block height requirements (#3911)

Signed-off-by: garyschulte <garyschulte@gmail.com>
garyschulte added a commit that referenced this pull request Jul 7, 2022
49e4fd8 -> worldstate not avail (#4069)
6aa8812 -> stateroot mismatch (#4041)
043191a -> jwt auth on websockets (#4039)
90f891b -> do not move head on exec and propose (#4013)
b5fa62c -> sync check before processing remote transactions (4035)
3baa4da -> upgrade for websockets (#4019)
5024c07 -> sepolia TTD (#4024)
5ee9be8 -> heal step in snap (#3920)
261b1e0 -> remove peer block height requirements (#3911)

Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte mentioned this pull request Jul 8, 2022
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
* allow upgrade whether websockets enabled or not

Signed-off-by: Justin Florentine <justin+github@florentine.us>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eth_subscribe not served by execution endpoint
4 participants