Commit Graph

  • 8ff7e55ab5 accounts/usbwallet: if a confirmation is pending, skip refresh Péter Szilágyi 2017-03-23 17:04:39 +02:00
  • 37dd9086ec core: refactor genesis handling Felix Lange 2017-03-02 14:03:33 +01:00
  • 67c47459f2 core/types: handle nil ChainId in NewEIP155Signer Felix Lange 2017-03-18 14:05:32 +01:00
  • 0f4b75bea2 core/state: expose CommitTo Felix Lange 2017-03-07 23:20:21 +01:00
  • d42a56afc5 common: add UnprefixedHash, UnprefixedAddress Felix Lange 2017-03-02 14:03:20 +01:00
  • b4547a560b common/hexutil: add UnmarshalFixedUnprefixedText Felix Lange 2017-03-07 23:19:27 +01:00
  • 04fa6a3744 common/math: add HexOrDecimal64, HexOrDecimal256 Felix Lange 2017-03-07 23:19:44 +01:00
  • 26da6daaa9 accounts/usbwallet: fix Ledger hidapi/libusb protocol violation Péter Szilágyi 2017-03-20 13:35:56 +02:00
  • e7911ad9ea build: unify vendor skipping logic Felix Lange 2017-03-23 15:46:03 +01:00
  • 11e7a712f4 swarm/api: support mounting manifests via FUSE (#3690) Zahoor Mohamed 2017-03-23 19:26:06 +05:30
  • 61d2150a07 Merge pull request #3795 from fjl/pow-fix-test-mode Péter Szilágyi 2017-03-23 10:56:12 +02:00
  • 3fa0fa713b Merge pull request #3809 from fjl/all-use-normal-context Péter Szilágyi 2017-03-23 10:22:56 +02:00
  • f1534f5797 trie, whisper/whisperv5: use math/rand Read function Felix Lange 2017-03-22 19:48:51 +01:00
  • 9a2720fb35 mobile: remove support for Go < 1.7 Felix Lange 2017-03-22 19:48:15 +01:00
  • c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" Felix Lange 2017-03-22 18:20:33 +01:00
  • 525116dbff les: implement request distributor, fix blocking issues (#3660) Felföldi Zsolt 2017-03-22 20:44:22 +01:00
  • 1c1dc0e0fc Merge pull request #3808 from fjl/build-go-1.7 Péter Szilágyi 2017-03-22 18:49:50 +02:00
  • c6e6f1fec2 build: remove support for the GO_OPENCL environment variable Felix Lange 2017-03-22 15:59:02 +01:00
  • da7af44060 build: require Go >= 1.7 Felix Lange 2017-03-22 15:52:44 +01:00
  • 6742fc526f core/vm: use uint64 instead of *big.Int in tracer (#3805) Yohann Leon 2017-03-22 15:32:51 +01:00
  • 9b84caf3a5 core, eth, les: support resuming fast sync on heavy rollback (#3743) Péter Szilágyi 2017-03-22 02:37:24 +02:00
  • 06d6685eb5 Merge pull request #3756 from fjl/core-types-gencodec Felix Lange 2017-03-22 01:36:22 +01:00
  • 1dfd65f6d0 Merge pull request #3802 from karalabe/cocoapods-stable Péter Szilágyi 2017-03-20 14:35:48 +02:00
  • 7242e4f71b travis: switch to cocoapods 1.2.0 stable Péter Szilágyi 2017-03-20 14:12:47 +02:00
  • be39bf382a Merge pull request #3800 from karalabe/ethstats-genesis-fixes Péter Szilágyi 2017-03-20 13:04:57 +02:00
  • 2ba9374789 ethstats: try both ws:// and wss:// if none specified Péter Szilágyi 2017-03-20 12:02:39 +02:00
  • d97dea51ec swarm/network/kademlia: set kademlia log output to debug instead of warn (#3787) holisticode 2017-03-17 19:45:00 -05:00
  • 24dd0355a3 pow: fix Search with ethash test mode Felix Lange 2017-03-18 00:55:37 +01:00
  • 6d038e762b accounts/abi/bind: allow client to specify sender address for call (#3782) bas-vk 2017-03-16 12:24:22 +01:00
  • 728a299728 common/compiler: add metadata output for solc > 0.4.6 Steve Waldman 2017-01-25 14:57:13 -08:00
  • 4e4e5fca54 rpc: add support for extended headers in CORS requests (#3783) Micah Zoltu 2017-03-15 20:34:08 -07:00
  • 61ede86737 internal/ethapi: drop eth_compile (#3740) Péter Szilágyi 2017-03-16 03:54:52 +02:00
  • dc4c59d42b Merge pull request #3779 from zsfelfoldi/cht-update Péter Szilágyi 2017-03-14 17:02:56 +02:00
  • 0a01f3f607 light: added new CHT Zsolt Felfoldi 2017-03-06 15:35:13 +01:00
  • f3579f6460 pow: make data dumps backwards compatible, fix DAG end Péter Szilágyi 2017-03-09 16:09:43 +02:00
  • 5c8fa6ae1a crypto, pow, vendor: hash optimizations, mmap ethash Péter Szilágyi 2017-03-07 20:05:54 +02:00
  • b7d93500f1 all: finish integrating Go ethash, delete C++ vendor Péter Szilágyi 2017-03-06 17:20:25 +02:00
  • df72e20cc5 pow: only support prime calculations on Go 1.8 and above Péter Szilágyi 2017-03-06 15:00:20 +02:00
  • 023670f6ba cmd, eth, les, node, pow: disk caching and progress reports Péter Szilágyi 2017-03-06 11:37:32 +02:00
  • 567d41d936 all: swap out the C++ ethash to the pure Go one (mining todo) Péter Szilágyi 2017-03-05 20:00:01 +02:00
  • 3b00a77de5 crypto, pow: add pure Go implementation of ethash Péter Szilágyi 2017-03-05 17:38:34 +02:00
  • 288700c4d8 build: add bootnode to Ubuntu PPAs too (#3766) Péter Szilágyi 2017-03-09 12:02:43 +02:00
  • 544247c918 * cmd/geth: add --nocompaction flag + multiple import files Martin Holst Swende 2017-03-08 12:26:19 +01:00
  • 8cf08e4b25 core/types: use gencodec for JSON marshaling code Felix Lange 2017-02-23 17:58:15 +01:00
  • eee96a5bb7 rlp: add support for "-" struct tag Felix Lange 2017-03-07 12:37:53 +01:00
  • 667cd518ce internal/jsre/deps: ensure that go generate produces no changes Felix Lange 2017-03-07 01:48:52 +01:00
  • 4c6f4e569e Merge pull request #3755 from ligi/mobile_fix_typo Péter Szilágyi 2017-03-07 02:35:11 +02:00
  • 9c4fd4e9c9 Makefile: add devtools target Felix Lange 2017-02-26 23:52:10 +01:00
  • db2698c87c mobile: Fix typo ( Ethereun -> Ethereum ) ligi 2017-03-04 21:14:40 +01:00
  • 07c216d603 Merge pull request #3739 from karalabe/logger-updates-4 Péter Szilágyi 2017-03-03 18:53:30 +02:00
  • 1a00e39539 Merge pull request #3738 from karalabe/impossible-reorg-warning Péter Szilágyi 2017-03-03 14:37:02 +02:00
  • 92e50adfa3 Merge pull request #3741 from karalabe/fix-makefile-xgo Péter Szilágyi 2017-03-03 14:36:21 +02:00
  • 2b284e7366 build: fix xgo argument order when building from make Péter Szilágyi 2017-03-03 12:18:44 +02:00
  • e7030c4bf5 all: update light logs (and a few others) to the new model Péter Szilágyi 2017-03-03 11:41:52 +02:00
  • a38e1a9c00 core: reorg logs crashed, add a check for corner cases Péter Szilágyi 2017-03-03 09:54:13 +02:00
  • faf713632c README: fix typo Aaron Hnatiw 2017-03-02 11:44:07 -05:00
  • 725c2646a0 Merge pull request #3735 from karalabe/bundle-bootnode Péter Szilágyi 2017-03-02 16:05:23 +02:00
  • f2e94ff94b Merge pull request #3727 from karalabe/travis-mips Péter Szilágyi 2017-03-02 15:49:40 +02:00
  • 090699c0f6 build: bundle the bootnode too into alltools Péter Szilágyi 2017-03-02 15:23:15 +02:00
  • 213b8f9af4 Merge pull request #3722 from fjl/hexutil-text-unmarshal Péter Szilágyi 2017-03-02 15:16:59 +02:00
  • 9184249b39 Logger updates 3 (#3730) Péter Szilágyi 2017-03-02 15:06:16 +02:00
  • 280f08be84 common/hexutil: ensure negative big.Int is encoded sensibly Felix Lange 2017-02-26 19:40:33 +01:00
  • d304da3803 common/hexutil: implement TextMarshaler, TextUnmarshaler Felix Lange 2017-02-22 17:59:59 +01:00
  • 357d00cdb1 common/hexutil: don't leak encoding/hex errors in Decode Felix Lange 2017-02-22 17:55:04 +01:00
  • f3b7dcc5bd common/hexutil: reject big integer inputs > 256 bits Felix Lange 2017-02-22 17:35:11 +01:00
  • 82e7c1d124 Merge pull request #3728 from obscuren/format-trace Péter Szilágyi 2017-03-02 13:01:01 +02:00
  • f972691eea travis: support building mips32 and mips64 too Péter Szilágyi 2017-03-01 10:47:55 +02:00
  • c52ab932e6 cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729) Valentin Wüstholz 2017-03-01 13:34:50 +01:00
  • f30733c806 cmd/evm: removed -sysstat and moved content to -debug flag Jeffrey Wilcke 2017-03-01 11:52:57 +01:00
  • bf4155846c core/evm, core/vm: improved evm trace output Jeffrey Wilcke 2017-03-01 10:19:15 +01:00
  • 230cf2ec91 cmd/evm, core/asm: add EVM assembler (#3686) Jeffrey Wilcke 2017-03-01 01:11:24 +01:00
  • 7ff75ac2f2 cmd/utils, core, params: fork all teh things for dev mode (#3697) Jeffrey Wilcke 2017-02-28 23:18:13 +01:00
  • 167be7f260 Merge pull request #3725 from karalabe/kill-it-with-fire Péter Szilágyi 2017-02-28 18:45:44 +02:00
  • 7e3762fdc6 errs: kill it with fire Péter Szilágyi 2017-02-28 18:01:54 +02:00
  • 94c71c171f Merge pull request #3723 from karalabe/logger-updates-2 Péter Szilágyi 2017-02-28 16:55:37 +02:00
  • 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) Felix Lange 2017-02-28 15:09:11 +01:00
  • b117da2db3 core/state: drop most of a logs (useless at this volume) Péter Szilágyi 2017-02-28 15:51:30 +02:00
  • e02883c0a2 core, log: track field length and pad to align Péter Szilágyi 2017-02-28 15:36:51 +02:00
  • e588e0ca2b all: next batch of log polishes to contextual versions Péter Szilágyi 2017-02-28 13:35:17 +02:00
  • d4f60d362b Merge pull request #3721 from karalabe/drop-legacy-db-updates Péter Szilágyi 2017-02-28 14:00:25 +02:00
  • 46bcd9a92c core, eth: drop database block splitting upgrader Péter Szilágyi 2017-02-28 13:41:02 +02:00
  • dbd88a1aa4 params: updated bootnodes (#3720) Jamie Pitts 2017-02-28 02:30:44 -08:00
  • 965407f238 Merge pull request #3709 from fjl/p2p-context-log Péter Szilágyi 2017-02-28 12:22:05 +02:00
  • 96ae35e2ac p2p, p2p/discover, p2p/nat: rework logging using context keys Felix Lange 2017-02-24 09:58:04 +01:00
  • dc0a006c7c Merge pull request #3718 from karalabe/terminal-format-hash Péter Szilágyi 2017-02-27 20:49:17 +02:00
  • 2f28a12cdb common, eth/downloader, log: support terminal log formatting Péter Szilágyi 2017-02-27 17:06:40 +02:00
  • 35e8308bf7 eth, les: shorten genesis block mismatch error message Felix Lange 2017-02-27 13:53:30 +01:00
  • fc97c7a38d Merge pull request #3717 from tranvictor/master Péter Szilágyi 2017-02-27 18:11:11 +02:00
  • 48bc07ae97 Merge pull request #3708 from fjl/log-letter Péter Szilágyi 2017-02-27 18:05:50 +02:00
  • a624ce69f7 internal/ethapi: fixes #2648, returns logsBloom for pending block tranvictor 2017-02-27 21:45:57 +07:00
  • d0eba23af3 all: disable log message colors outside of geth Felix Lange 2017-02-23 19:31:13 +01:00
  • 43362ab4fb log: disable logs by default Felix Lange 2017-02-23 18:42:42 +01:00
  • 38e273597c log: log full level names instead of mispelled "EROR", "DBUG" Felix Lange 2017-02-23 18:30:32 +01:00
  • e8b3e22612 Merge pull request #3711 from karalabe/update-downloader-logs Péter Szilágyi 2017-02-27 14:18:26 +02:00
  • 32ee1b3cd8 Merge pull request #3715 from karalabe/update-hid-library Péter Szilágyi 2017-02-27 14:04:40 +02:00
  • 8676aeb798 eth/downloader: review fixes Péter Szilágyi 2017-02-27 13:22:33 +02:00
  • 37511ec520 core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530) Valentin Wüstholz 2017-02-27 12:21:19 +01:00
  • 46eea4d105 accounts, eth/downloader: use "err" instead of "error" in logs Péter Szilágyi 2017-02-27 13:17:58 +02:00
  • 0a63c3e362 eth/downloader: port over old logs from glog to log15 Péter Szilágyi 2017-02-24 18:23:03 +02:00
  • 45c7cfd2e6 vendor: update HID library for glibc < v2.17 build Péter Szilágyi 2017-02-27 12:30:17 +02:00