status-go/vendor/github.com/ethereum/go-ethereum/core
Pedro Pombeiro e4cbce12c4
Update to go-ethereum 1.8.1 (#702)
* Update `github.com/ethereum/go-ethereum` package to 1.8.1 branch. Part of #638
* Fix code due to some signature changes. Part of #638
* use upstream for whisper backend
* Add patch to downgrade usage of Whisper v6 to v5 in some geth 1.8.1 vendor files. Part of #638
* Take into account the DNS rebinding protection introduced in 1.8.0 by adding exception for localhost. Part of #638
* Add patches required for cross-compiled builds starting with geth 1.8.0. Only applied during build. Part of #638
* Update expected JSON result in `TestRegressionGetTransactionReceipt()` and `TestCallRawResultGetTransactionReceipt()`. Part of #665
* Fix some failing e2e tests. Part of #638
* Address comments in PR #702. Part of #638
2018-02-27 11:39:30 +01:00
..
asm Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
bloombits Upgrade to geth 1.7.3 and add geth patches (#492) 2018-01-15 21:26:41 +01:00
state Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
types Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
vm Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
.gitignore Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
block_validator.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
blockchain.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
blocks.go Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
chain_indexer.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
chain_makers.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
database_util.go Upgrade to geth 1.7.3 and add geth patches (#492) 2018-01-15 21:26:41 +01:00
error.go Rebase geth 1.7.0 (#353) 2017-10-10 12:38:49 +03:00
events.go Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
evm.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
fees.go Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
gaspool.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
gen_genesis.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
gen_genesis_account.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
genesis.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
genesis_alloc.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
headerchain.go Upgrade to geth 1.7.3 and add geth patches (#492) 2018-01-15 21:26:41 +01:00
mkalloc.go vendors: geth updated to 1.6.1-unstable-without-whisper 2017-05-03 16:00:35 +03:00
state_processor.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
state_transition.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
tx_journal.go Upgrade to geth 1.7.3 and add geth patches (#492) 2018-01-15 21:26:41 +01:00
tx_list.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
tx_pool.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
types.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00