Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

RPC Block Subscription (backport #21787)#21992

Merged
mergify[bot] merged 2 commits intov1.9from
mergify/bp/v1.9/pr-21787
Dec 18, 2021
Merged

RPC Block Subscription (backport #21787)#21992
mergify[bot] merged 2 commits intov1.9from
mergify/bp/v1.9/pr-21787

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Dec 17, 2021

This is an automatic backport of pull request #21787 done by Mergify.
Cherry-pick of 76098dd has failed:

On branch mergify/bp/v1.9/pr-21787
Your branch is up to date with 'origin/v1.9'.

You are currently cherry-picking commit 76098dd42.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   client-test/tests/client.rs
	modified:   client/src/pubsub_client.rs
	modified:   client/src/rpc_config.rs
	modified:   client/src/rpc_response.rs
	modified:   core/src/cluster_info_vote_listener.rs
	modified:   core/src/replay_stage.rs
	modified:   core/src/tvu.rs
	modified:   core/src/validator.rs
	modified:   replica-node/src/replica_node.rs
	modified:   rpc/src/optimistically_confirmed_bank_tracker.rs
	modified:   rpc/src/rpc.rs
	modified:   rpc/src/rpc_pubsub.rs
	modified:   rpc/src/rpc_pubsub_service.rs
	modified:   rpc/src/rpc_subscription_tracker.rs
	modified:   runtime/src/bank.rs
	modified:   transaction-status/src/lib.rs
	modified:   validator/src/main.rs

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   Cargo.lock
	both modified:   client-test/Cargo.toml
	both modified:   rpc/src/rpc_subscriptions.rs

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* add stuff

* compiling

* add notify block

* wip

* feat: add blockSubscribe pubsub method

* address PR comments

Co-authored-by: Lucas B <buffalu@jito.network>
Co-authored-by: Zano <segfaultdoctor@protonmail.com>
(cherry picked from commit 76098dd)

# Conflicts:
#	Cargo.lock
#	client-test/Cargo.toml
#	rpc/src/rpc_subscriptions.rs
@mergify mergify Bot added conflicts automerge Merge this Pull Request automatically once CI passes labels Dec 17, 2021
@solana-grimes solana-grimes removed the automerge Merge this Pull Request automatically once CI passes label Dec 17, 2021
@solana-grimes
Copy link
Copy Markdown
Contributor

😱 New commits were pushed while the automerge label was present.

@mergify mergify Bot added the automerge Merge this Pull Request automatically once CI passes label Dec 17, 2021
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Dec 17, 2021

automerge label removed due to a CI failure

@mergify mergify Bot removed the automerge Merge this Pull Request automatically once CI passes label Dec 17, 2021
@CriesofCarrots CriesofCarrots force-pushed the mergify/bp/v1.9/pr-21787 branch from e01140f to 7161668 Compare December 17, 2021 23:26
@mergify mergify Bot added the automerge Merge this Pull Request automatically once CI passes label Dec 17, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 18, 2021

Codecov Report

Merging #21992 (7161668) into v1.9 (02be3a6) will decrease coverage by 0.0%.
The diff coverage is 86.1%.

@@            Coverage Diff            @@
##             v1.9   #21992     +/-   ##
=========================================
- Coverage    81.2%    81.2%   -0.1%     
=========================================
  Files         515      515             
  Lines      143763   144193    +430     
=========================================
+ Hits       116864   117199    +335     
- Misses      26899    26994     +95     

@mergify mergify Bot merged commit 35ee48b into v1.9 Dec 18, 2021
@mergify mergify Bot deleted the mergify/bp/v1.9/pr-21787 branch December 18, 2021 01:43
@brooksprumo brooksprumo mentioned this pull request Jan 5, 2022
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2022

This PR has been automatically locked since there has not been any activity in past 14 days after it was merged.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automerge Merge this Pull Request automatically once CI passes conflicts locked PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant