Commit Graph

  • 4de03429af vendor: fix windows builds for tracer js engine Péter Szilágyi 2017-12-19 14:05:43 +02:00
  • 4aecb6c273 eth, tests: prestate tracer, call test suite, rewinding Péter Szilágyi 2017-12-19 14:03:17 +02:00
  • becec012ef core, eth, internal: finalize call tracer and needed extras Péter Szilágyi 2017-12-15 17:00:23 +02:00
  • 087b79d3f0 eth/tracers, vendor: swap ottovm to duktape for tracing Péter Szilágyi 2017-11-28 01:57:56 +02:00
  • 3947b547c2 eth/tracers: add three more JavaScript tracers Martin Holst Swende 2017-11-27 11:10:10 +01:00
  • 5fb85d4b7d eth, internal/web3ext: rework trace API, concurrency, chain tracing Péter Szilágyi 2017-11-24 17:12:39 +02:00
  • b6467c167a cmd, core, eth/tracers: support fancier js tracing Péter Szilágyi 2017-11-18 14:23:23 +02:00
  • 4b939c23e4
    appveyor: bump Go to 1.9.2 (#15726) Péter Szilágyi 2017-12-21 11:30:44 +02:00
  • c064467c32 appveyor: bump Go to 1.9.2 Péter Szilágyi 2017-12-21 11:20:40 +02:00
  • 7138de7b55
    core: silence txpool reorg warning (annoying on import) (#15725) Péter Szilágyi 2017-12-21 10:20:10 +02:00
  • 5ea69090cc core: silence txpool reorg warning (annoying on import) Péter Szilágyi 2017-12-21 09:06:58 +02:00
  • 45bfeb834c whisper: fixed travis error Vlad 2017-12-20 19:50:40 +02:00
  • b4cf57a581 core: fix typos (#15720) Kurkó Mihály 2017-12-20 19:08:51 +02:00
  • c3bb251d33 ethdb: print a warning log if write delay exceeds threshold rjl493456442 2017-12-19 16:02:28 +08:00
  • 32f1a3aa6c core: fix typos Kurkó Mihály 2017-12-20 18:06:30 +02:00
  • f78a54c6d9 whisper: test function introduced Vlad 2017-12-20 17:24:23 +02:00
  • da58afcea0 accounts/abi: update array length after parsing array (#15618) Dmitry Shulyak 2017-12-20 16:09:23 +02:00
  • b044e9a0aa whisper: error logging changed Vlad 2017-12-20 15:39:09 +02:00
  • 5c55fe723a p2p/enr: add BenchmarkDecode Felix Lange 2017-12-20 14:12:18 +01:00
  • 9474f327a9 p2p/enr: update python test Felix Lange 2017-12-20 14:07:06 +01:00
  • 04353a80f3 whisper: minor fixes Vlad 2017-12-20 15:01:50 +02:00
  • 08cdd66304 p2p/enr: avoid using btcec directly Felix Lange 2017-12-19 13:35:03 +01:00
  • dd97fb7bd5 p2p/enr: fix one more IP conversion in tests Felix Lange 2017-12-08 23:23:22 +01:00
  • d97b48d0d2 p2p/enr: fixup tests Felix Lange 2017-12-08 21:35:21 +01:00
  • 73923634b7 p2p/enr: change record.Seq type from uint32 to uint64 as per EIP Anton Evangelatov 2017-12-08 17:31:52 +01:00
  • f9de82bdb0 p2p/enr: improve API and tests Felix Lange 2017-12-08 11:16:07 +01:00
  • 67301a1c23 p2p/enr: check size limit when decoding Felix Lange 2017-12-07 12:31:26 +01:00
  • 617f9e64f8 p2p/enr: binary search on Set Anton Evangelatov 2017-12-06 15:01:28 +01:00
  • 0206b31c6a p2p/enr: size limit comment Anton Evangelatov 2017-12-06 14:24:43 +01:00
  • 6eeb127627 p2p/enr: fix WithKey deserialisation; fix random tests Anton Evangelatov 2017-12-06 14:21:55 +01:00
  • 86acc5d914 p2p/enr: use SizeLimit const instead of hardcoded 300 bytes. Anton Evangelatov 2017-12-06 13:56:28 +01:00
  • 3b304ff8bf p2p/enr: improved documentation. Anton Evangelatov 2017-12-06 13:53:43 +01:00
  • c219a2ab8b p2p/enr: test with random key/values Anton Evangelatov 2017-12-06 13:34:03 +01:00
  • 301ac8b8fd p2p/enr: check for size limit in Sign; WithKey(k, v) for adding random key/values Anton Evangelatov 2017-12-06 12:43:08 +01:00
  • 172ff10d40 p2p/enr: don't drop encoding errors during signing Felix Lange 2017-12-05 21:20:45 +01:00
  • f65565edc1 p2p/enr: make Set panic for encoding errors Felix Lange 2017-12-05 21:19:30 +01:00
  • 260989e77d p2p/enr: simplify Set Felix Lange 2017-12-05 13:58:10 +01:00
  • 96431d83c9 p2p/enr: fix build Felix Lange 2017-12-05 13:57:49 +01:00
  • 57b455556c p2p/enr: remove redundant check Felix Lange 2017-12-05 13:50:41 +01:00
  • 94f19f20c6 p2p/enr: fix RLP encoding, python interop Felix Lange 2017-12-05 13:42:43 +01:00
  • 12ac6cd58b p2p/enr: use compact signature encoding Felix Lange 2017-12-05 11:47:22 +01:00
  • e490233414 p2p/enr: all predefined keys in one file Anton Evangelatov 2017-12-04 14:25:42 +01:00
  • bd9696c33d p2p/enr: sort pairs prior to RLP encoding; binary search on Load Anton Evangelatov 2017-12-04 14:17:32 +01:00
  • d960c08a24 p2p/enr: Secp256k1 to ecdsa.PublicKey Anton Evangelatov 2017-12-04 13:43:44 +01:00
  • a2572e399a p2p/enr: remove redundant rlp encoding Anton Evangelatov 2017-12-04 13:02:07 +01:00
  • 74eda001aa p2p/enr: update r.raw on DecodeRLP Anton Evangelatov 2017-12-01 19:20:51 +01:00
  • 0315eece6d p2p/enr: remove redundant code and comments Anton Evangelatov 2017-12-01 18:47:22 +01:00
  • 74004d368a p2p/enr: add licenses Anton Evangelatov 2017-12-01 18:41:55 +01:00
  • 893152e52b p2p/enr: using btcec library for signing and verifying of signature, instead of crypto Anton Evangelatov 2017-12-01 18:40:16 +01:00
  • 992c80eb3d p2p/enr: changed api; removed wrapList hack; Anton Evangelatov 2017-12-01 14:47:11 +01:00
  • d94202c943 p2p/enr: initial implementation Anton Evangelatov 2017-11-28 12:00:32 +01:00
  • abdd443f63 Merge 3031361050a845d3db0475991bdf544077eb78e4 into ce823c9f84a3ab46003d1167ee54ab59b01092d6 Martin Holst Swende 2017-12-20 12:59:25 +00:00
  • ce823c9f84 crypto: ensure that VerifySignature rejects malleable signatures (#15708) Felix Lange 2017-12-20 13:30:00 +01:00
  • 41c854a60f crypto: fix build Felix Lange 2017-12-20 13:06:50 +01:00
  • 5e1581c2c3
    core: fix panic when stat-ing a tx from a queue-only account (#15714) Péter Szilágyi 2017-12-20 12:34:43 +02:00
  • 2c531bc9db core: fix panic when stat-ing a tx from a queue-only account Péter Szilágyi 2017-12-20 12:11:12 +02:00
  • b6be57f421 crypto: simplify check Felix Lange 2017-12-20 10:18:57 +01:00
  • 494f2e2823 Merge ff5987e5973228e98a2e5c668689ae8fa6b63402 into 50df2b78be038fceb6975582a5f07052de939cbc Kurkó Mihály 2017-12-20 07:41:22 +00:00
  • b7ecc495c3 whisper: process all received envelopes, do not send empty bundle Vlad 2017-12-20 09:18:48 +02:00
  • 820cf09c98 cmd/swarm: return error early in buildConfig function Janos Guljas 2017-12-19 23:05:23 +01:00
  • b8af3c9eae swarm/api: remove extra blank line in comment Janos Guljas 2017-12-19 23:00:13 +01:00
  • 20aece618b swarm/api/http: handle error in TestBzzGetPath Janos Guljas 2017-12-19 22:56:55 +01:00
  • 067c11c7ff cmd/utils: Remove syscall.Rlimit in test lash 2017-12-19 18:10:28 +01:00
  • bac384dadc swarm: Merge branch 'master' into bzz-hash-scheme Janos Guljas 2017-12-19 17:32:19 +01:00
  • 6257cf03e7 swarm/api: revert "return hash of the content for bzz-hash:// requests" Janos Guljas 2017-12-19 17:15:34 +01:00
  • e798e8ff18 accounts/keystore: fix formatting nits Felix Lange 2017-12-19 14:54:16 +01:00
  • ae9f13e52e
    evmjit: Disable debug logs Paweł Bylica 2017-12-19 14:39:24 +01:00
  • aa11910842 eth/downloader: remove update channel in fetchParts Felix Lange 2017-09-11 12:34:03 +02:00
  • dcc3a314c8
    evmjit: Fix passing Go pointer Paweł Bylica 2017-12-19 14:07:58 +01:00
  • df04f9e470 crypto: ensure that VerifySignature rejects malleable signatures Felix Lange 2017-12-18 13:28:23 +01:00
  • 1cf355cdc9
    evmjit: Remove snapshot arg Paweł Bylica 2017-12-19 13:24:38 +01:00
  • 84ec4e332b Merge 23c8784ce09187cdb3f699138a4d5436445bd6a2 into 50df2b78be038fceb6975582a5f07052de939cbc Evgeny Danilenko 2017-12-19 12:21:16 +00:00
  • 50df2b78be console: create datadir at startup (#15700) Armin Braun 2017-12-19 13:21:03 +01:00
  • 216dcd1353
    Merge remote-tracking branch 'upstream/master' into evmjit Paweł Bylica 2017-12-19 13:10:24 +01:00
  • dd5ae4fd8e cmd/swarm: add validation for EnsAPIs configuration parameter Janos Guljas 2017-12-19 11:47:26 +01:00
  • 6680a32b1c Updated and improved Dockerfile Aldo Borrero González 2017-12-15 21:15:23 +01:00
  • 146b92df2b Merge 2191706805e9000791d6d2edb7a263024476b38b into c786f75389121c29d4380c53a013759254457776 Dmitry Shulyak 2017-12-19 08:49:43 +00:00
  • c786f75389 swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) Janoš Guljaš 2017-12-19 09:49:30 +01:00
  • 7f9d94fe9a
    Merge pull request #15693 from zsfelfoldi/wait_nopeers Péter Szilágyi 2017-12-19 10:45:02 +02:00
  • cf7aba36c8 accounts/abi: update array type check in method.go. Add more packing tests Yondon Fu 2017-12-18 21:16:25 -05:00
  • f5ec3e00d5 rpc: Closing Notifier must tear down subscriptions Armin 2017-12-18 19:46:04 +01:00
  • 3857cdc267 Merge branch 'master' into abi-offset-fixed-arrays Yondon Fu 2017-12-18 17:17:41 -05:00
  • 0d6a735a72 swarm/api: implement NoResolverError with information about TLD Janos Guljas 2017-12-18 23:07:48 +01:00
  • 3031361050
    rpc: add auditlog capabilities, forward info API within context Martin Holst Swende 2017-12-18 20:37:30 +01:00
  • 436bbed89a
    rpc: implement stdio client Martin Holst Swende 2017-12-18 20:32:24 +01:00
  • 4eea6854c5
    common/types: implement case-preserving address for json API input Martin Holst Swende 2017-12-18 20:24:07 +01:00
  • 533f2be9ee
    accounts/abi: make ToGoType public Martin Holst Swende 2017-12-18 20:21:16 +01:00
  • 500b44cbdb cmd/utils: Cross platform compatible fd limit test lash 2017-12-18 18:24:15 +01:00
  • fc01745ee2
    Merge pull request #2 from ethereum/master ledgerwatch 2017-12-18 16:22:01 +00:00
  • c6f32a8c60 whisper: respect the PoW requirement Vlad 2017-12-18 17:37:08 +02:00
  • 48648bc2f8 contracts/release: do not print error log if les backend has no peers Zsolt Felfoldi 2017-12-17 22:40:39 +01:00
  • c0a4d9e1e6 cmd/swarm, swarm: disable ENS API by default Janos Guljas 2017-12-18 16:22:39 +01:00
  • 313384f474 les: only advertise and search for LES2 topic Zsolt Felfoldi 2017-12-18 15:57:34 +01:00
  • 9a61c871a4 p2p, cmd/utils: remove DiscoveryV5Addr Zsolt Felfoldi 2017-09-25 16:19:15 +02:00
  • c9a1981292 p2p, p2p/discover, p2p/discv5: implement UDP port sharing Zsolt Felfoldi 2017-09-25 15:12:58 +02:00
  • fe070ab5c3
    Merge pull request #15674 from chfast/vm-no-snapshot-param Péter Szilágyi 2017-12-18 16:16:59 +02:00
  • 1a111161b9 console: Fix missing console history with testnet Armin 2017-12-18 14:16:03 +01:00
  • 8c33ac10bf
    internal/ethapi: support "input" in transaction args (#15640) Felix Lange 2017-12-18 12:50:21 +01:00
  • 3b79bac05b
    Merge pull request #15698 from original-brownbear/15668 Péter Szilágyi 2017-12-18 13:43:10 +02:00
  • afc2039f22 accounts/keystore: Improved error message Armin 2017-12-18 12:28:26 +01:00