-
Notifications
You must be signed in to change notification settings - Fork 53
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
test: remove some API message validation checks #2660
Conversation
You can find the image built from this PR at
Built from d9e02a9 |
You can find the image built from this PR at
Built from d9e02a9 |
Looks good. Not meant to be merged but we built this to have an nwaku node that allows to inject messages exceeding the rate limit. Without the commented checks, the node will skip RLN validation and will publish no matter what. By now we are using the image quay is building and at some point we will switch to |
f2c568e
to
dbc7d55
Compare
c7d0183
to
4af2a78
Compare
Hey @stubbsta ! |
d39a494
to
d8934d5
Compare
This PR may contain changes to database schema of one of the drivers. If you are introducing any changes to the schema, make sure the upgrade from the latest release to this change passes without any errors/issues. Please make sure the label |
ff4b1b5
to
19a72c0
Compare
19a72c0
to
cd665cf
Compare
This is deprecated in favour of #2821 |
Description
DO NOT MERGE, only for RLNv2 epoch testing
Changes
The following message validation checks are commented out:
How to test
Issue
Relates to waku-org/waku-simulator#44