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

[Upgrade] Go-Ethereum release v1.9.12 #1122

Merged
merged 27 commits into from
Feb 4, 2021

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    529b81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be8840 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. go.mod: upgrade goja to latest (#20700)

    The new goja version supports the 'escape' and 'unescape' built-in functions.
    This fixes #20693
    gballet authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6df973d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1ecc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. docs: correct clef typo (#20705)

    Chris Chinchilla authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6ffee2a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    c6be24c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20712 from karalabe/txfetcher-fix-test-randomness

    eth/fetcher: remove randomness from test data
    karalabe authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bf1cdd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    2a5ed1a View commit details
    Browse the repository at this point in the history
  2. internal/ethapi: default to zero address for calls (#20702)

    This makes eth_call and eth_estimateGas use the zero address
    as sender when the "from" parameter is not supplied.
    
    Co-authored-by: Felix Lange <fjl@twurst.com>
    holiman and fjl authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    fadf84a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. les: separate peer into clientPeer and serverPeer (#19991)

    * les: separate peer into clientPeer and serverPeer
    
    * les: address comments
    rjl493456442 authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    4fabd9c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. mobile: add CallOpts.SetFrom (#20721)

    This was missing because I forgot to wrap it when bind.CallOpts.From
    as added.
    fjl authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    cec1f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a7997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e1b186 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    01d9253 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. core/vm: fix method doc (#20730)

    typo in func name in the comment
    0xalizk authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    556888c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. tests: update tests/testdata@develop, include EIP2384 config (#20746)

    Includes difficulty tests for EIP2384 aka MuirGlacier.
    meowsbits authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0bdb21f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. rpc: improve cancel test (#20752)

    This is supposed to fix the occasional failures in 
    TestCancel* on Travis CI.
    fjl authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    b1efff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f3405 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    270fbfb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request #20762 from karalabe/fix-txprop-leak

    eth: fix transaction announce/broadcast goroutine leak
    karalabe authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    68b4b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466b009 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20747 from karalabe/update-crypto-deps

    go.mod: update golang.org/x/crypto to fix a Go 1.14 race rejection
    karalabe authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    241b283 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    97243f3 View commit details
    Browse the repository at this point in the history
  2. params: release Geth v1.9.12

    karalabe committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    b6f1c8d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    c63e3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39b4817 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    a7ff5b4 View commit details
    Browse the repository at this point in the history