-
Notifications
You must be signed in to change notification settings - Fork 76
chore: token bucket unification #3554
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…store queries (#3171) * fix: parameter name * refactor: allow multiple addresses for a peer in a store query
* Bumps for v0.34.0-rc.1 - partial bumping - libp2p * Avoid importing quic and ngtcp2 dependencies through tests * libp2p 1.7.1, fixes RendezVous construction
* Bumps for v0.34.0-rc.1 - partial bumping - libp2p * Avoid importing quic and ngtcp2 dependencies through tests * libp2p 1.7.1, fixes RendezVous construction
Co-authored-by: Ivan FB <[email protected]>
This reverts commit 92207c6.
… to ease infra deployment (#3158)
* Adding lpt-runner script and assemble into liteprotocoltester image - to ease infra deployment * Add supervisor that can run lpt continously in infra environment, infra.env defines defaults for run, in case image tag of lpt docker image is deploy it will build a specific image for infra deployment. * Added message latency metrics * DELAY_MESSAGES to MESSAGE_INTERVAL renaming * Adjust name of START_PUBLISHING_AFTER * Extend lpt readme with how to use make to build dockerized image and notice about infra deployment * As fixed in discussion, we will control infra testing by built in predefined test setup * Prevent peer switch in case using fixed service peers
* Fix receiver exit criteria, not let it wait forever in some cases, added a timely check from the last arrived message * Extend dial and service usage failure metrics with agent string to reveal service nodes origins * Adjusted infra testing content topic to be unique in the system * Extend error logs with peer's agent string, fix exit criteria * Add informative log for not waiting for more messages * Add unknown as default for empty agent identifier * better explain exit logic of receiver * Address review comment - checking for last message arrival return Optional Moment instead of result - better explains what is happening.
Signed-off-by: clonefetch <[email protected]>
* Bump nimbus and nim to latest available - nim-2.0.12 * Fix name collision of templates of result.nim and nwaku serdes.nim - unrecognizedFieldWarning
* Add waitFor for fetchMerkleRoot function in test_rln_group_manager_onchain
…n in http/https URLs (#3517) * updated regex to support basic auth url * added a super weird password for unit test: P@$$w0rd-m%^&*()_+-=[]{}|;':",./<>?`~\
… time (#3355) Co-authored-by: Ivan Folgueira Bande <[email protected]>
…waku is edge node (#3519) * remove metadata protocol dep on enr, do not disconnect peers based on shards mismatch
|
Draft till nim-chronos PR not approved and merged. |
4e0cc76 to
90ccf03
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This follows nim-chronos PR.
Changes
compenstaingmode.Issue
#3543
closes #