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

Update WakuStoreCodec string to beta4 #855

Merged
merged 6 commits into from
Feb 18, 2022
Merged

Update WakuStoreCodec string to beta4 #855

merged 6 commits into from
Feb 18, 2022

Conversation

s1fr0
Copy link
Contributor

@s1fr0 s1fr0 commented Feb 17, 2022

In light of the store protocol update provided by #842 (timestamps now have nanosecond resolution), the WakuStoreCodec string in waku_store needs to be updated to the most recent version -beta4 in order to be aligned to the corresponding RFC https://rfc.vac.dev/spec/13/.

@s1fr0 s1fr0 requested a review from staheri14 February 17, 2022 23:56
@s1fr0 s1fr0 requested review from oskarth, D4nte and jm-clius February 17, 2022 23:57
CHANGELOG.md Outdated
@@ -15,6 +15,7 @@ The full list of changes is below.

- A new type `Timestamp` for all timestamps is introduced (currently an alias for int64).
- All timestamps now have nanosecond resolution.
- `waku-store` version updated to `2.0.0-beta3`
Copy link
Contributor

@staheri14 staheri14 Feb 17, 2022

Choose a reason for hiding this comment

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

Suggested change
- `waku-store` version updated to `2.0.0-beta3`
- `waku-store` protocol identifier is updated to `/vac/waku/store/2.0.0-beta4`

@@ -97,7 +97,7 @@ proc protocolMatcher(codec: string): Matcher =
proc match(proto: string): bool {.gcsafe.} =
## Matches a proto with any postfix to the provided codec.
## E.g. if the codec is `/vac/waku/filter/2.0.0` it matches the protos:
## `/vac/waku/filter/2.0.0`, `/vac/waku/filter/2.0.0-beta3`, `/vac/waku/filter/2.0.0-actualnonsense`
## `/vac/waku/filter/2.0.0`, `/vac/waku/filter/2.0.0-beta4`, `/vac/waku/filter/2.0.0-actualnonsense`
Copy link
Contributor

Choose a reason for hiding this comment

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

The filter protocol is not updated

@s1fr0 s1fr0 mentioned this pull request Feb 17, 2022
3 tasks
CHANGELOG.md Outdated
@@ -15,6 +15,7 @@ The full list of changes is below.

- A new type `Timestamp` for all timestamps is introduced (currently an alias for int64).
- All timestamps now have nanosecond resolution.
- `waku-store` version updated to `2.0.0-beta4`
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- `waku-store` version updated to `2.0.0-beta4`
- `waku-store` protocol identifier is updated to `/vac/waku/store/2.0.0-beta4`

Copy link
Contributor

@staheri14 staheri14 left a comment

Choose a reason for hiding this comment

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

LGTM!

@status-im-auto
Copy link
Collaborator

status-im-auto commented Feb 18, 2022

Jenkins Builds

Click to see older builds (6)
Commit #️⃣ Finished (UTC) Duration Platform Result
527dab3 #1 2022-02-18 00:13:21 ~16 min macos 📄log
✔️ 527dab3 #1 2022-02-18 00:16:11 ~19 min linux 📦bin
527dab3 #1 2022-02-18 00:52:42 ~55 min windows 📄log
2108789 #3 2022-02-18 00:13:55 ~12 min linux 📄log
2108789 #3 2022-02-18 00:16:55 ~15 min macos 📄log
✔️ 2108789 #3 2022-02-18 01:01:48 ~1 hr 0 min windows 📦exe
Commit #️⃣ Finished (UTC) Duration Platform Result
59fb066 #2 2022-02-18 00:15:40 ~15 min linux 📄log
✔️ 59fb066 #2 2022-02-18 00:22:27 ~22 min macos 📦bin
59fb066 #2 2022-02-18 00:53:27 ~53 min windows 📄log
✔️ ba45701 #4 2022-02-18 00:19:16 ~15 min linux 📦bin
✔️ ba45701 #4 2022-02-18 00:22:43 ~18 min macos 📦bin
✔️ ba45701 #4 2022-02-18 01:08:33 ~1 hr 4 min windows 📦exe

@s1fr0 s1fr0 merged commit dd2ed88 into master Feb 18, 2022
@s1fr0 s1fr0 deleted the update_wakustorecoded branch February 18, 2022 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants