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

feat(rpc): implement starknet_subscribePendingTransactions WebSocket endpoint #484

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

HermanObst
Copy link

Pull Request type

  • Feature

What is the current behavior?

Currently starknetSubscribePendingTransaction is not supported

Resolves: #NA

What is the new behavior?

Support for starknetSubscribePendingTransaction

Does this introduce a breaking change?

No

Other information

@jbcaron
Copy link
Member

jbcaron commented Feb 3, 2025

I believe that SentTxsCache should be handled directly at the channel producer level to efficiently manage duplicate transactions and prevent unnecessary overhead across all channels.

@jbcaron jbcaron added the rpc-v0.8.0 Implementation of RPC specification v0.8.0 label Feb 3, 2025
@jbcaron jbcaron added this to the V0.13.4 milestone Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rpc-v0.8.0 Implementation of RPC specification v0.8.0
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants