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

Merge master into contracts-develop #1606

Merged
merged 732 commits into from
May 3, 2023

Conversation

PlasmaPower
Copy link
Collaborator

No description provided.

Tristan-Wilson and others added 30 commits March 15, 2023 15:52
This commit makes the way the initial batch of catchup messages is sent
the same as the way individual broadcast messages are sent, ie via
the ClientConnection's out channel. This makes it possible to apply rate
limiting policies in one place, and also deduplicates the compression
logic.
Fix disabling the nonce cache on the sequencer
Update default arb1 forwarding target to new sequencer URL
-- updated additional use grant section
Fix precheckNonces which previously assumed txs would succeed
This reverts commit 8f917d7.

Descided against it because if nonce is correct error returned would not
be nil
PlasmaPower and others added 24 commits April 26, 2023 13:59
[Configuration Changes] Staker config
Modify makefile to build brotli wasm in docker by default
Update IPFS kubo and support Go 1.20
Validator is not required for watchtower-staker unless enabled by user.
even if not validating, still needed in current code
Make the JSON-RPC max response batch size configurable
@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label May 2, 2023
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Merging #1606 (e418fcd) into contracts-develop (543d786) will decrease coverage by 14.72%.
The diff coverage is 39.78%.

@@                  Coverage Diff                   @@
##           contracts-develop    #1606       +/-   ##
======================================================
- Coverage              48.59%   33.87%   -14.72%     
======================================================
  Files                    248      263       +15     
  Lines                  30036    33479     +3443     
  Branches                 555      555               
======================================================
- Hits                   14596    11342     -3254     
- Misses                 13357    20960     +7603     
+ Partials                2083     1177      -906     

@PlasmaPower PlasmaPower requested a review from magicxyyz May 2, 2023 18:37
Copy link
Contributor

@magicxyyz magicxyyz left a comment

Choose a reason for hiding this comment

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

LGTM

@PlasmaPower PlasmaPower merged commit c2bce6c into contracts-develop May 3, 2023
@PlasmaPower PlasmaPower deleted the contracts-develop-merge-master branch May 3, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants