-
Notifications
You must be signed in to change notification settings - Fork 54
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
Refactoring timestamps #842
Merged
Merged
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d2dada6 - Browse repository at this point
Copy the full SHA d2dada6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c5ce6 - Browse repository at this point
Copy the full SHA 05c5ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb3730 - Browse repository at this point
Copy the full SHA 6eb3730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e9f19e - Browse repository at this point
Copy the full SHA 8e9f19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a120c3c - Browse repository at this point
Copy the full SHA a120c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0ab69 - Browse repository at this point
Copy the full SHA 6a0ab69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b20f08 - Browse repository at this point
Copy the full SHA 5b20f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029acd2 - Browse repository at this point
Copy the full SHA 029acd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9720e4 - Browse repository at this point
Copy the full SHA f9720e4View commit details -
Rln-relay integration into chat2 (#835)
* adds ProofMetadata * adds EPOCH_INTERVAL * adds messageLog field * adds updateLog, toEpoch, fromEpoch, getEpoch, compareTo * adds unit test for toEpoch and fromEpoch * adds unit test for Epoch comparison * adds result codes for updateLog * adds unit test for update log * renames epoch related consts * modifies updateLog with new return type and new logic of spam detection * adds unit text for the modified updateLog * changes max epoch gap type size * splits updateLog into two procs isSpam and updateLog * updates unittests * fixes a bug, returns false when the message is not spam * renames messageLog to nullifierLog * renames isSpam to hasDuplicate * updates the rln validator, adds comments * adds appendRLNProof proc plus some code beatification * unit test for validate message * adds unhappy test to validateMessage unit test * renames EPOCH_UNIT_SECONDS * renames MAX_CLOCK_GAP_SECONDS * WIP: integration test * fixes compile errors * sets a real epoch value * updates on old unittests * adds comments to the rln relay tests * adds more comments * makes rln import conditional * adds todos * adds more todos * adds rln-relay mount process into chat2 * further todos * logs contentTopic * introduces rln relay configs * changes default pubsub topic * adds contentTopic config * imports rln relay dependencies * consolidates imports * removes module identifier from ContentTopic * adds contentTopic field * adds contentTopic argument to mountRlnRelay calls * appends rln proof to chat2 messages * changes the default chat2 contentTopic * adds missing content topic fields * fixes a bug * adds a new logic about empty content topics * appends proof only when rln flag is active * removes unnecessary todos * fixes an indentation issue * adds log messages * verifies the proof against the concatenation of msg payload and content topic * a bug fix * removes duplicate epoch time calculation * updates log level to trace * updates default rln-relay content topic * adds support for empty content topics * updates changelog * changelog updates * removes a commented code block * updates addRLNRelayValidator string doc
Configuration menu - View commit details
-
Copy full SHA for 6aea51d - Browse repository at this point
Copy the full SHA 6aea51dView commit details -
Squashed commit of the following:
commit bc36c99 Merge: dc2b294 5a77d6e Author: G <28568419+s1fr0@users.noreply.github.com> Date: Sat Feb 5 01:10:06 2022 +0100 Merge branch 'master' into int64-timestamps-ns commit dc2b294 Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Sat Feb 5 00:24:45 2022 +0100 Fix commit f97b95a Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Sat Feb 5 00:13:18 2022 +0100 Missing import commit 060c4f8 Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Sat Feb 5 00:10:36 2022 +0100 Fixed typo commit 08ca99b Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 23:59:20 2022 +0100 Time util file commit 2b5c360 Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 23:33:20 2022 +0100 Moved time utility functions to utils/time commit fdaf121 Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 23:10:25 2022 +0100 Fix comment commit c7e06ab Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 23:04:13 2022 +0100 Restore previous migration script commit 80282db Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 22:54:15 2022 +0100 Typo commit b9d67f8 Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 22:49:29 2022 +0100 Added utilities to get int64 nanosecond, microsecond, millisecond time resolution from float commit 0130d49 Author: s1fr0 <28568419+s1fr0@users.noreply.github.com> Date: Fri Feb 4 22:36:35 2022 +0100 Switched to nanoseconds support.
Configuration menu - View commit details
-
Copy full SHA for 8183402 - Browse repository at this point
Copy the full SHA 8183402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f7926 - Browse repository at this point
Copy the full SHA 63f7926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec1fb0 - Browse repository at this point
Copy the full SHA 3ec1fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6eaec - Browse repository at this point
Copy the full SHA 3e6eaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbddfb5 - Browse repository at this point
Copy the full SHA dbddfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363916f - Browse repository at this point
Copy the full SHA 363916fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c816024 - Browse repository at this point
Copy the full SHA c816024View commit details -
Configuration menu - View commit details
-
Copy full SHA for a463f35 - Browse repository at this point
Copy the full SHA a463f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for c436323 - Browse repository at this point
Copy the full SHA c436323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7072c45 - Browse repository at this point
Copy the full SHA 7072c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21de43 - Browse repository at this point
Copy the full SHA a21de43View commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cca8b4c - Browse repository at this point
Copy the full SHA cca8b4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac4f65 - Browse repository at this point
Copy the full SHA 3ac4f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe09c2a - Browse repository at this point
Copy the full SHA fe09c2aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.