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

[Chainweb Stream Client] Validate wire protocol client-server compatibility #267

Merged
merged 26 commits into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b17b6a5
stream-client: added parsing config from intial event and validating …
Takadenoshi May 8, 2023
2b3db5b
fixed heartbeat check bug, logic was inverted
Takadenoshi May 9, 2023
bec1263
example tidy up
Takadenoshi May 9, 2023
1dbd15a
protocol compatibility: validate wire protocol version
Takadenoshi May 9, 2023
d2cb01b
added comment about reconnection sliding window edge case
Takadenoshi May 9, 2023
51fca9d
merge
Takadenoshi May 9, 2023
b84f633
added export type decorator, added rush change entry
Takadenoshi May 9, 2023
4fc0599
removed stale TODO comments
Takadenoshi May 9, 2023
f4a1525
moved edge case comment to correct place
Takadenoshi May 9, 2023
ee6ffaa
resume from last max height - 3 to guarantee we will not miss transac…
Takadenoshi May 9, 2023
14fc5d1
stream-client: added parsing config from intial event and validating …
Takadenoshi May 8, 2023
b32b5ba
fixed heartbeat check bug, logic was inverted
Takadenoshi May 9, 2023
5c0dcf2
example tidy up
Takadenoshi May 9, 2023
2959e26
protocol compatibility: validate wire protocol version
Takadenoshi May 9, 2023
6c74016
added comment about reconnection sliding window edge case
Takadenoshi May 9, 2023
19d4647
added export type decorator, added rush change entry
Takadenoshi May 9, 2023
f4d829b
removed stale TODO comments
Takadenoshi May 9, 2023
6e8b8c6
moved edge case comment to correct place
Takadenoshi May 9, 2023
54ce94e
resume from last max height - 3 to guarantee we will not miss transac…
Takadenoshi May 9, 2023
07d7b1d
merge
Takadenoshi Jun 5, 2023
bf1ad4c
Merge branch 'chainweb-stream-client-initial-config-validate' of gith…
Takadenoshi Jun 5, 2023
5e6829b
Merge remote-tracking branch 'origin/master' into chainweb-stream-cli…
Takadenoshi Jun 5, 2023
dd9c6b3
Merge branch 'master' into chainweb-stream-client-initial-config-vali…
Randynamic Jun 6, 2023
a21d6e7
Merge remote-tracking branch 'origin/master' into chainweb-stream-cli…
Takadenoshi Jun 7, 2023
63d00b2
Merge remote-tracking branch 'origin/master' into chainweb-stream-cli…
Takadenoshi Jun 12, 2023
9489f72
Merge remote-tracking branch 'origin/master' into chainweb-stream-cli…
Takadenoshi Jun 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kadena/chainweb-stream-client",
"comment": "Added wire protocol compatibility checks",
"type": "patch"
}
],
"packageName": "@kadena/chainweb-stream-client"
}
Loading