Commit Graph

  • 6bdcbc34d7 added API/IPC commandline flags Bas van Kervel 2015-06-08 11:01:02 +02:00
  • cae00be7fc added RPC/IPC support Bas van Kervel 2015-06-08 10:41:04 +02:00
  • dcd68f7c88 restructured eth rpc API Bas van Kervel 2015-06-08 10:23:54 +02:00
  • e61db7145a eth: dedup fetches to ensure no blocks are pulled twice Péter Szilágyi 2015-06-10 13:08:00 +03:00
  • 355b1e3bb1 eth: randomly fetch announced block (don't hammer origin) Péter Szilágyi 2015-06-10 12:30:35 +03:00
  • b9affbf9fe eth: discard fetched blocks that don't fit (no goroutine) Péter Szilágyi 2015-06-10 12:17:06 +03:00
  • 2e0694b606 Updated test Taylor Gerring 2015-06-09 09:47:21 -04:00
  • eccf1f76b3 added autocompletion to console Bas van Kervel 2015-06-10 17:51:23 +02:00
  • fc2a061d51 core/vm: unexported stack again. No longer required obscuren 2015-06-10 17:45:21 +02:00
  • 065aff9ffa core/vm: documentation and name changes obscuren 2015-06-10 17:40:13 +02:00
  • 4407524d13 core: fixed race condition for subscriptions obscuren 2015-06-10 13:59:45 +02:00
  • 29f7902fee core: fixed test obscuren 2015-06-10 13:54:43 +02:00
  • 65a48f9cd8 core: fixed race condition in the transaction pool obscuren 2015-06-09 23:46:56 +02:00
  • c4af70d0cc cmd/geth: round the import ETA before converting to string Péter Szilágyi 2015-06-10 18:07:23 +03:00
  • 271fb20ecb cmd/geth, eth/downloader: rough guess at the import eta Péter Szilágyi 2015-06-10 18:01:05 +03:00
  • 858a6f0be9 Merge pull request #1230 from fjl/p2p-discover-fix-ping-test Jeffrey Wilcke 2015-06-10 07:51:48 -07:00
  • f249ccaa89 cmd/evm: implements vm.Environment obscuren 2015-06-10 16:46:43 +02:00
  • 88a0ba0895 added API versioning support Bas van Kervel 2015-06-10 15:57:47 +02:00
  • a8e4cb6dfe p2p/discover: use separate rand.Source instances in tests Felix Lange 2015-06-10 15:15:35 +02:00
  • cf3aabb9d3 miner: update gas used after tx proc for pending block obscuren 2015-06-10 13:52:38 +02:00
  • 296d7f72a1 added shh API Bas van Kervel 2015-06-10 12:35:12 +02:00
  • 1000ae1414 cleanup of javascript API Bas van Kervel 2015-06-10 11:29:52 +02:00
  • 5cce4dbe12 added txpool API Bas van Kervel 2015-06-10 10:37:10 +02:00
  • f1866cfaf7 changed console welcome message Bas van Kervel 2015-06-10 10:24:22 +02:00
  • fac8f0e10e upgrade web3.js with _extend support Bas van Kervel 2015-06-10 09:42:14 +02:00
  • d98a869d8d added admin API Bas van Kervel 2015-06-09 16:06:51 +02:00
  • a30e24646e added personal API Bas van Kervel 2015-06-09 10:59:44 +02:00
  • 235a3997d2 added debug API Bas van Kervel 2015-06-09 09:48:18 +02:00
  • 974dcbe308 only load supported api's Bas van Kervel 2015-06-08 19:51:38 +02:00
  • 36162a09a5 added net API Bas van Kervel 2015-06-08 14:50:11 +02:00
  • 955798e0f6 added miner API Bas van Kervel 2015-06-08 14:42:15 +02:00
  • 5bd440d8d6 added console binary Bas van Kervel 2015-06-08 19:14:42 +02:00
  • c24f85f582 fixed windows build problem Bas van Kervel 2015-06-08 13:50:36 +02:00
  • bd0c05c40a fixed unittest build problem Bas van Kervel 2015-06-08 13:46:53 +02:00
  • 0f0c3314ce changed send methods for backwards compatability in geth console Bas van Kervel 2015-06-08 13:21:24 +02:00
  • 800963ce08 added console command Bas van Kervel 2015-06-08 12:43:58 +02:00
  • 73aa9cd266 added API/IPC commandline flags Bas van Kervel 2015-06-08 11:01:02 +02:00
  • 57342def30 added RPC/IPC support Bas van Kervel 2015-06-08 10:41:04 +02:00
  • 956e9736a4 restructured eth rpc API Bas van Kervel 2015-06-08 10:23:54 +02:00
  • 261a8077c4 p2p/discover: deflake TestUDP_successfulPing Felix Lange 2015-06-10 13:07:30 +02:00
  • 1774c49456 core: log tx count for each set of blocks we're importing obscuren 2015-06-10 12:57:58 +02:00
  • 6fb6e6679e core/vm, core/state: added storage to structured vm logging obscuren 2015-06-10 12:57:37 +02:00
  • e147f2871c added shh API Bas van Kervel 2015-06-10 12:35:12 +02:00
  • 38c61f6f25 core, core/vm: added structure logging obscuren 2015-06-10 12:23:49 +02:00
  • 72aa669fc0 cleanup of javascript API Bas van Kervel 2015-06-10 11:29:52 +02:00
  • ff5b3ef087 core/vm: added structured logging obscuren 2015-06-10 10:59:44 +02:00
  • 468501cb86 core/vm: changed program counter to uint64 obscuren 2015-06-10 10:44:46 +02:00
  • 124535f177 added txpool API Bas van Kervel 2015-06-10 10:37:10 +02:00
  • 2845607345 changed console welcome message Bas van Kervel 2015-06-10 10:24:22 +02:00
  • e62c7a9d43 upgrade web3.js with _extend support Bas van Kervel 2015-06-10 09:42:14 +02:00
  • b3d5ce7d48 cmd/geth, eth/downloader: collect and report import progress too Péter Szilágyi 2015-06-10 01:20:35 +03:00
  • dffe6d32d6 Merge pull request #1222 from obscuren/state-vm-test-suit-fix Jeffrey Wilcke 2015-06-09 14:20:41 -07:00
  • 6a5c9aff3b tests: check gas limit error obscuren 2015-06-09 22:49:33 +02:00
  • e972a116ac Merge pull request #1221 from karalabe/fix-p2p-dial-test Felix Lange 2015-06-09 22:00:49 +02:00
  • 1cbbfbe7fa p2p: fix a close race in the dial test Péter Szilágyi 2015-06-09 22:26:26 +03:00
  • 7e58949c3f cmd/geth: develop version bump 0.9.29 obscuren 2015-06-09 21:14:11 +02:00
  • 667f5a09c3 Merge branch 'release/0.9.28' into develop obscuren 2015-06-09 21:12:44 +02:00
  • bac9a94ddf Merge branch 'release/0.9.28' v0.9.28 obscuren 2015-06-09 21:12:25 +02:00
  • 14994fa21b rpc: skip test if solc version doesn't match obscuren 2015-06-09 21:02:24 +02:00
  • bc6031e7bb core, xeth: moved nonce management burden from xeth to txpool obscuren 2015-06-09 18:14:46 +02:00
  • 93f4852844 cmd/geth: bumped version number 0.9.28 obscuren 2015-06-09 16:03:37 +02:00
  • 5950755b12 Merge pull request #1220 from karalabe/fix-chain-deadlock2 Jeffrey Wilcke 2015-06-09 12:00:47 -07:00
  • 4541c22964 event/filter: hack around data race in the test Péter Szilágyi 2015-06-09 21:33:39 +03:00
  • d652a58ada core: fix a race condition accessing the gas limit Péter Szilágyi 2015-06-09 21:13:21 +03:00
  • fecf214175 core: fix a lock annoyance and potential deadlock Péter Szilágyi 2015-06-09 21:02:26 +03:00
  • 5f341e5db5 Merge pull request #1212 from fjl/p2p-eth-block-timeout Jeffrey Wilcke 2015-06-09 09:51:09 -07:00
  • 73c355591f core, eth: document that result of GetTransactions is modifiable Felix Lange 2015-06-09 17:03:07 +02:00
  • 8dc3048f65 eth/downloader: fix hash fetch timeout handling Felix Lange 2015-06-09 13:13:21 +02:00
  • 3239aca69b p2p: bump global write timeout to 20s Felix Lange 2015-06-09 12:10:40 +02:00
  • 2c24a73e25 eth: add protocol tests Felix Lange 2015-06-09 12:10:19 +02:00
  • 6c73a59806 eth: limit number of sent transactions based on message size Felix Lange 2015-06-09 12:03:14 +02:00
  • 41b2008a66 eth: limit number of sent blocks based on message size Felix Lange 2015-06-09 12:00:41 +02:00
  • 7aefe123e9 core/types: add Transaction.Size Felix Lange 2015-06-09 11:58:41 +02:00
  • fda49f2b52 Merge pull request #1213 from karalabe/polish-console-prettyprinter Jeffrey Wilcke 2015-06-09 07:29:32 -07:00
  • d6f4c515f5 jsre: print function arguments too Péter Szilágyi 2015-06-09 17:23:44 +03:00
  • c71ab2a6a3 Merge pull request #1219 from Gustav-Simonsson/precompiled_ec_recover_padding Jeffrey Wilcke 2015-06-09 07:21:23 -07:00
  • 7842559353 jsre: sort pretty print output, fields before funcs Péter Szilágyi 2015-06-09 17:19:56 +03:00
  • dc5c01e8b8 added admin API Bas van Kervel 2015-06-09 16:06:51 +02:00
  • 6e3b58e491 Remove unneeded if check on EC recover padding Gustav Simonsson 2015-06-09 16:03:05 +02:00
  • 365576620a Merge pull request #1216 from karalabe/fix-eth-dataraces Jeffrey Wilcke 2015-06-09 06:53:49 -07:00
  • 15166f880b Skip BlockTests/bcValidBlockTests SimpleTx3 Gustav Simonsson 2015-06-09 15:53:31 +02:00
  • ad5b5a4895 Pad precompiled EC recover input and add validations Gustav Simonsson 2015-06-09 15:41:15 +02:00
  • d8e55a5cc3 Skip VMTests RandomTests temporarily until they are fixed Gustav Simonsson 2015-06-09 15:40:43 +02:00
  • e885a2912b Update Ethereum JSON test files Gustav Simonsson 2015-06-09 15:39:24 +02:00
  • ebf2aabd25 core: fix up a deadlock caused by double locking Péter Szilágyi 2015-06-09 16:26:44 +03:00
  • 60b780c21b Merge pull request #1217 from tgerring/rpcsign Jeffrey Wilcke 2015-06-09 06:19:39 -07:00
  • 76148515fa skip sol on new compiler obscuren 2015-06-09 15:19:20 +02:00
  • ff84352fb7 p2p: fix close data race Péter Szilágyi 2015-06-09 16:05:40 +03:00
  • f371e6c81a Merge pull request #1156 from tgerring/issue1145 Jeffrey Wilcke 2015-06-09 05:49:55 -07:00
  • 046411866b Fixed signing + tests Taylor Gerring 2015-06-09 08:47:20 -04:00
  • ca8cb65b73 core: fix data race accessing ChainManager.currentBlock Péter Szilágyi 2015-06-09 15:30:46 +03:00
  • 07baf66200 core: fix data race in accessing ChainManager.td Péter Szilágyi 2015-06-09 15:23:20 +03:00
  • 1a96798642 gas -> gasprice Taylor Gerring 2015-06-08 20:10:36 -04:00
  • 1c364b6beb gas -> gasprice Taylor Gerring 2015-06-08 20:10:36 -04:00
  • c8a9a4e76d Differentiate between 0 and unspecified gas/gasprice Taylor Gerring 2015-05-29 14:27:15 -05:00
  • d09ead546c eth: fix a data race in the hash announcement processing Péter Szilágyi 2015-06-09 15:09:15 +03:00
  • f86707713c eth: fix data race accessing peer.td Péter Szilágyi 2015-06-09 14:56:27 +03:00
  • 3054fd4811 Merge pull request #1215 from obscuren/issue1202 Jeffrey Wilcke 2015-06-09 04:46:13 -07:00
  • 7da8ebdfd0 Fixed readme links and description obscuren 2015-06-09 13:45:35 +02:00
  • 44147d057d eth: fix data race accessing peer.recentHash Péter Szilágyi 2015-06-09 14:27:44 +03:00