-
Notifications
You must be signed in to change notification settings - Fork 69
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
Gixing websocket subscriptions for signatures and slot #403
Conversation
@@ -18,7 +18,7 @@ solana-sdk = { workspace = true } | |||
solana-streamer = { workspace = true } | |||
solana-transaction-status = { workspace = true } | |||
solana-net-utils = { workspace = true } | |||
rustls = { workspace = true, features = ["dangerous_configuration"]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed.
tests/client.test.ts
Outdated
@@ -24,19 +24,61 @@ function createTransaction(): Transaction { | |||
return transaction; | |||
} | |||
|
|||
// test('send and confrim with websockets', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is that commented code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will remove it
expect(Object.keys(leaderSchedule).length > 0); | ||
} | ||
}); | ||
// test('get epoch info', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented code - decide what to do with it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed really
Updating signatures for few methods,
Fixing websockets signatures.
Removing unwanted tests