Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lmittmann/w3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.7
Choose a base ref
...
head repository: lmittmann/w3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 3 contributors

Commits on Mar 7, 2024

  1. w3types: cleanup State

    * protect `codeHash` with `atomic.Pointer`
    * refactored `core.GenesisAlloc` -> `types.GenesisAlloc`
    lmittmann committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2f24b7d View commit details
    Browse the repository at this point in the history
  2. w3types: fixed Message.SetCallMesg to set Blob{GasFeeCap,Hashes} (#…

    …118)
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4919290 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fix: added lint ignore rule

    lmittmann committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6dbab45 View commit details
    Browse the repository at this point in the history
  2. w3types: Fixed incorrect Message struct names when marshaling to JSON (

    …#127)
    
    fixes #117
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fcc89b4 View commit details
    Browse the repository at this point in the history
  3. Changed WithRateLimiter costFunc-arg to include the methods of al…

    …l calls (#122)
    
    * When rate limiting, include cost of batch request itself too.
    
    This allows the cost func to provide a cost for the batch itself in
    batch requests. Some providers (Infura) include this as part of their
    rate limiting.
    
    Ref: https://docs.infura.io/api/networks/ethereum/how-to/make-batch-requests
    
    * In WithRateLimiter, change costFunc signature to receive all batch methods at once.
    
    * simplified costFunc-example and fixed comment
    
    * small cleanup
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    joel-u410 and lmittmann authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e60a0e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Updated Readme (#126)

    * updated intro
    
    * use non breaking hyphen
    
    * updated RPC section
    
    * added VM section
    
    * changed code ident
    
    * added links
    
    * updated client example
    
    * added VM example
    
    * updated spacing
    
    * small fix
    
    * updated VM example
    
    * .
    
    * dropped g1.22 function
    
    * .
    
    * .
    
    * tabs to spaces
    
    * renamed and linked  `NewFunc` example
    
    * highlight examples
    
    * added UniswapV4Swap ABI-example
    
    * ~~s~~
    
    * added "utils" section
    
    * abi-section: updated example description
    
    * added detailed rpc sections
    
    * w3types: added `RPCCaller` example
    
    * added content for "Custom RPC Method Bindings"-section
    
    * added example code
    
    * dropped old text
    
    * w3types: improved example doc
    
    * w3vm: added `ExampleVM_Call`
    
    * added client example
    
    * use non breaking spaces in links
    
    * small fix
    
    * `map[common.Hash]common.Hash` -> `w3types.Storage`
    
    * docs update
    
    * small css update
    
    * dep update
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    66a1442 View commit details
    Browse the repository at this point in the history
Loading