1. 11 May, 2022 1 commit
    • smartcontracts's avatar
      fix(sdk): bug causing error when no tx nonce given (#2556) · 86901552
      smartcontracts authored
      Fixes a bug in the SDK that would throw an error when the user did not
      provide a nonce along with the transaction (when estimating gas). If no
      nonce is provided, will try to find a reasonable nonce or use a default
      (large) nonce that will give a good upper bound for the L1 gas cost.
      86901552
  2. 10 May, 2022 4 commits
  3. 07 May, 2022 5 commits
  4. 06 May, 2022 1 commit
  5. 05 May, 2022 8 commits
  6. 04 May, 2022 3 commits
  7. 03 May, 2022 1 commit
    • Murphy Law's avatar
      go/proxyd: Proxy requests using batch JSON-RPC (#2480) · f48bd87d
      Murphy Law authored
      * go/proxyd: Proxy requests as batched RPC
      
      We forward several RPC request objects to upstreams using the JSON-RPC
      batch functionality. This should be more efficient than serialized RPC
      request proxying the round-trip latency of the remaining request objects
      are eliminated.
      
      A new server config, `max_upstream_batch_size`, is introduced to limit
      the number of RPC request objects in a single batch request. This is to
      avoid overloading upstream as proxyd may accept a large number of
      request objects in a single request by having a large `max_body_size_bytes`
      config value.
      
      * remove flakes: no more SequencedResponseHandler
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      f48bd87d
  8. 02 May, 2022 14 commits
  9. 30 Apr, 2022 3 commits