Commit graph

8265 commits

Author SHA1 Message Date
Julian Yap
806b56b5ab all: import "context" instead of "golang.org/x/net/context" 2018-07-28 00:20:56 -10:00
Julian Yap
d9d9df5511 Version 1.5.14 2018-07-27 20:04:42 -10:00
Julian Yap
eeb08cca19 Fix GetTransaction 2018-07-27 19:54:08 -10:00
Julian Yap
83f9d4da6d Version 1.5.13 2018-07-25 09:49:59 -10:00
Julian Yap
22a0cb694c Add bootnodes 2018-07-25 09:43:49 -10:00
Julian Yap
f50ee41c4a core: remove unused events 2018-07-04 00:18:06 -10:00
Julian Yap
949fec0808 internal/ethapi: drop eth_compile 2018-07-03 23:33:50 -10:00
Julian Yap
f0992e40b2 Backport: core: remove redundant storage of transactions and receipts 2018-07-03 12:48:03 -10:00
Julian Yap
d6682ebcb9 p2p: remove unused code 2018-07-03 00:28:08 -10:00
Julian Yap
2b3c69137c Remove unused upgradeDB command 2018-07-03 00:14:44 -10:00
Julian Yap
d8f770ae10 Remove unused bad block reporting - more changes 2018-07-03 00:10:09 -10:00
Julian Yap
a8d535215f Remove unused bad block reporting 2018-07-03 00:00:43 -10:00
Julian Yap
d5d199aac3 Remove unused Vagrant support. Dropped from upstream 2018-07-02 23:50:24 -10:00
Aldo Borrero González
446412c2c1 Fixed derivation path 2018-06-25 22:10:54 +02:00
Julian Yap
3355e8130c Modify Ledger strings 2018-06-24 16:35:13 -10:00
Julian Yap
502e08dbf4 Backport: use hidapi instead of libusb directly 2018-06-24 16:01:19 -10:00
Luke Williams
37b09e4582 update mainnet bootnodes 2018-05-19 07:55:53 +02:00
Julian Yap
7923e2274d Build requires Go >= 1.7
Fix build error on Go >= 1.10
2018-04-30 11:52:54 -10:00
Aldo Borrero González
10de057c5d Added other fix to README 2018-02-25 15:23:43 -10:00
Aldo Borrero González
bbe2976c08 Added more changes to README 2018-02-25 15:23:43 -10:00
Aldo Borrero González
0d5e5c5065 Updated README documentation 2018-02-25 15:23:43 -10:00
Rostislav Katin
2973f46fab Update the docker image
It seems that you've changed the organization name, but didn't change the image reference :)
2018-02-24 11:41:49 -10:00
Aldo Borrero González
6680a32b1c Updated and improved Dockerfile 2017-12-18 23:53:29 -10:00
Aldo Borrero González
9c753ed0c3 Changed HD wallet path from 60 to 108 2017-11-20 15:36:57 -10:00
Julian Yap
440b5a2242 Disable fast sync support 2017-06-29 10:38:17 -10:00
Luke Williams
96ce78002b add testnet bootnodes 2017-06-17 23:54:22 -10:00
Julian Yap
6c68b57de3 Remove unused bad hashes 2017-06-16 23:56:50 -10:00
Julian Yap
356abc02d2 Version 1.5.12 2017-06-16 22:53:35 -10:00
Julian Y
cc2578933b Merge pull request #3 from lacabra/patch-1
Update README.md: link to binaries
2017-06-14 09:37:01 -10:00
Victor
f551b53a69 Update README.md: link to binaries
The link to project binaries that points to ubiq subdomain within ethereum.org is broken. Suggesting to point instead to the local repo.
2017-06-14 14:54:51 -04:00
Julian Yap
43a56777d0 Backport security fix from Geth 1.6.5
core/vm: Use a bitmap instead of a map for jumpdest analysis
2017-06-01 22:10:16 -10:00
Julian Yap
d6284be6e6 Merge remote-tracking branch 'upstream/release/1.5' 2017-04-11 17:40:02 -10:00
Julian Yap
8afb245c50 Speed up CalcPastMedianTime by using block headers 2017-03-15 17:33:44 -10:00
Péter Szilágyi
a07539fb88 Merge pull request #3671 from karalabe/1.5.9-stable
params: 1.5.9 stable
2017-02-13 18:54:59 +02:00
Péter Szilágyi
6988e5f074 Merge pull request #3670 from karalabe/docker-usb-fix
Dockerfile: support building USB on Alpine, ignore temp files
2017-02-13 18:47:27 +02:00
Péter Szilágyi
aba016da72
params: 1.5.9 stable 2017-02-13 18:38:21 +02:00
Péter Szilágyi
09aef5c0ae
Dockerfile: support building USB on Alpine, ignore temp files 2017-02-13 18:31:09 +02:00
Péter Szilágyi
9b161187ec Merge pull request #3649 from ethersphere/swarm-sigterm-fix
cmd/swarm: handle SIGTERM unix signal for clean exit
2017-02-13 18:22:15 +02:00
zelig
8883f36fe3 cmd/swarm: handle SIGTERM unix signal for clean exit 2017-02-13 22:15:14 +06:30
Péter Szilágyi
0850f68fd1 Merge pull request #3668 from obscuren/revert-gas64
Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"
2017-02-13 17:13:40 +02:00
Jeffrey Wilcke
57f4e90257 Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"
This reverts commit 8b57c49490.
2017-02-13 15:15:12 +01:00
Péter Szilágyi
f8f428cc18 Merge pull request #3592 from karalabe/hw-wallets
accounts: initial support for Ledger hardware wallets
2017-02-13 15:03:16 +02:00
Viktor Trón
e23e86921b swarm/network: fix chunk integrity checks (#3665)
* swarm/network: integrity on incoming known chunks
* swarm/network: fix integrity check for incoming chunks
* swarm/storage: imrpoved integrity checking on chunks
* dbstore panics on corrupt chunk entry an prompts user to run cleandb
* memstore adds logging for garbage collection
* dbstore refactor item delete. correct partial deletes in Get
* cmd/swarm: added cleandb subcommand
2017-02-13 13:20:50 +01:00
gluk256
65ed6a9def whisper: add tests for mailserver (#3631) 2017-02-13 13:15:20 +01:00
Péter Szilágyi
e99c788155
accounts: ledger and HD review fixes
- Handle a data race where a Ledger drops between list and open
- Prolong Ledger tx confirmation window to 30 days from 1 minute
- Simplify Ledger chainid-signature calculation and validation
- Simplify Ledger USB APDU request chunking algorithm
- Silence keystore account cache notifications for manual actions
- Only enable self derivations if wallet open succeeds
2017-02-13 14:00:12 +02:00
Péter Szilágyi
c7022c1a0c
accounts/usbwallet: detect and report in Ledger is in browser mode 2017-02-13 14:00:11 +02:00
Péter Szilágyi
26cd41f0c7
accounts/usbwallet: make wallet responsive while Ledger is busy 2017-02-13 14:00:10 +02:00
Péter Szilágyi
fb19846855
accounts/usbwallet: Ledger teardown on health-check failure 2017-02-13 14:00:10 +02:00
Péter Szilágyi
205ea95802
accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
Péter Szilágyi
c5215fdd48
accounts, cmd, internal, mobile, node: canonical account URLs 2017-02-13 14:00:08 +02:00