Commit Graph

  • 30584c7cfb Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9 obscuren 2015-03-08 15:29:27 +01:00
  • e2c75b0fa1 Squashed 'tests/files/' changes from 15ce2ab..05fe945 obscuren 2015-03-08 15:29:27 +01:00
  • 5dfc67efbd ignore obscuren 2015-03-08 15:29:23 +01:00
  • 0743d68d4c rename constructor New zelig 2015-03-08 20:17:20 +07:00
  • 97dc4edb45 natspec for poc-9 - put natspec.js in a heredoc string (to help binary) - constructor takes no args, just sets up js vm - API: only exports Notice(transaction, abi, method, expression string) (string, error) - effort to turn natspec.js error strings to proper go errors - test errors zelig 2015-03-08 20:09:13 +07:00
  • 6684ef201a accounts: don't store address in unlocked and add commentary Felix Lange 2015-03-08 02:45:02 +01:00
  • fb53a9362e accounts: AccountManager -> Manager Felix Lange 2015-03-08 01:52:49 +01:00
  • 3750ec7b7d accounts: prevent early drops and zero keys in memory when dropping Felix Lange 2015-03-08 01:27:30 +01:00
  • f6df3740a8 ignore obscuren 2015-03-08 01:31:19 +01:00
  • 07955b3041 merge obscuren 2015-03-08 01:09:34 +01:00
  • 405c0ca4b0 removed obscuren 2015-03-08 01:06:59 +01:00
  • e189758d55 Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 obscuren 2015-03-08 01:02:46 +01:00
  • 8ea0444655 updated ethash obscuren 2015-03-08 01:02:39 +01:00
  • 69920c735a Bump v obscuren 2015-03-08 00:59:26 +01:00
  • e26ebc3110 Updated ethereum.js obscuren 2015-03-08 00:54:18 +01:00
  • d6a7332993 accounts: fix uses of sync.RWMutex Felix Lange 2015-03-08 00:36:06 +01:00
  • afc530ea41 accounts: use time.Duration correctly Felix Lange 2015-03-08 00:35:23 +01:00
  • fda7b4c79d accounts: use pointers consistently Felix Lange 2015-03-08 00:18:13 +01:00
  • fca652eeea Fix logger import path Taylor Gerring 2015-03-07 10:48:38 -06:00
  • 70cbfb199d Added deploy scripts from go-build obscuren 2015-03-07 13:16:13 +01:00
  • a2810c06d7 cmd/ethereum: add account commands Felix Lange 2015-03-07 12:39:52 +01:00
  • d66f93cecd accounts, core, eth, xeth: use account manager for everything Felix Lange 2015-03-07 12:38:33 +01:00
  • c27c2be584 Merge pull request #435 from zsfelfoldi/poc-9 Jeffrey Wilcke 2015-03-06 20:11:43 +01:00
  • 22b493a6ff Fixed tests obscuren 2015-03-06 20:07:35 +01:00
  • 4486608a26 added slight gradient on top bar Alexandre Van de Sande 2015-03-06 15:54:12 -03:00
  • e157147253 Now using github.com/obscuren/otto, no need for an Ethereum object (got rid of some messy code in test) Fefe 2015-03-06 18:54:26 +01:00
  • cd856cb213 Separated block db from state db. Partial fix for #416 obscuren 2015-03-06 18:26:16 +01:00
  • ed84b58af5 Debug option for VM & command line flag obscuren 2015-03-06 16:58:52 +01:00
  • dc7022cd61 Increased args test coverage Taylor Gerring 2015-03-06 09:54:08 -06:00
  • 548e104171 Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 obscuren 2015-03-06 16:40:21 +01:00
  • 8d9be18b29 Queued approach to delivering chain events obscuren 2015-03-06 15:50:44 +01:00
  • bc45e5c6de Integrate eth_accounts and eth_transact to use new account manager Gustav Simonsson 2015-02-26 13:22:09 +01:00
  • 442b9cfc7a Merge branch 'develop' into no-top-bar Alexandre Van de Sande 2015-03-06 09:03:12 -03:00
  • b72ca57775 Merge branch 'ethersphere-blockpool3' into poc-9 obscuren 2015-03-06 12:10:23 +01:00
  • 23ad2f02c0 debug comments & pow handling obscuren 2015-03-06 10:22:40 +01:00
  • 5da3d911cf Initial args tests Taylor Gerring 2015-03-06 00:03:22 -06:00
  • 18b076861e Add web3_sha3 test Taylor Gerring 2015-03-05 22:41:55 -06:00
  • 03dc760ca0 Tidy Taylor Gerring 2015-03-05 21:48:03 -06:00
  • ef9d825cfa Refactor & cleanup Taylor Gerring 2015-03-05 21:37:45 -06:00
  • b67ded9f27 Natspec + test Fefe 2015-03-06 03:43:34 +01:00
  • e64f727529 Merge pull request #433 from fjl/newcli Felix Lange 2015-03-06 14:02:16 +01:00
  • a91bf01429 Merge pull request #434 from fjl/poc-9 Felix Lange 2015-03-06 13:31:41 +01:00
  • 71e510540e Godeps: bump github.com/ethereum/ethash Felix Lange 2015-03-06 12:27:11 +00:00
  • de86403f33 cmd/ethereum: fix JS REPL exit and add support for dumb terminals Felix Lange 2015-03-06 12:18:44 +01:00
  • 2393de5d6b Godeps: add github.com/peterh/liner Felix Lange 2015-03-06 10:39:31 +01:00
  • 38f6d60e6e cmd/ethereum: new JS repl with cross-platform line editing Felix Lange 2015-03-06 03:38:19 +01:00
  • bae7e93a9c cmd/ethereum: improve command line interface Felix Lange 2015-03-06 03:00:41 +01:00
  • f9c6bc63df Godeps: delete golang.org/x/net/websocket Felix Lange 2015-03-06 02:54:57 +01:00
  • bdba044a80 ethutil: remove Config variable Felix Lange 2015-03-06 02:46:56 +01:00
  • 93575c8dce Added a thin invisible top handle for moving the window around Alexandre Van de Sande 2015-03-05 18:42:20 -03:00
  • 56dbe20540 added bottom right resizable handle Alexandre Van de Sande 2015-03-05 18:35:00 -03:00
  • 5f4a6069c5 Merge branch 'blockpool3' of https://github.com/ethersphere/go-ethereum into ethersphere-blockpool3 obscuren 2015-03-05 21:53:42 +01:00
  • 94e543bc39 Merge pull request #431 from tgerring/jsonlogs Taylor Gerring 2015-03-05 14:32:41 -06:00
  • e870dce1a4 Merge branch 'develop' into no-top-bar Alexandre Van de Sande 2015-03-05 17:01:39 -03:00
  • d2e401eb8f fixed position of buttons Alexandre Van de Sande 2015-03-05 17:00:33 -03:00
  • 580d09084d Merge branch 'ethersphere-blockpool2' into poc-9 obscuren 2015-03-05 20:38:36 +01:00
  • e089478a1c Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ethersphere-blockpool2 obscuren 2015-03-05 20:38:19 +01:00
  • a4663a3f5b added images for buttons Alexandre Van de Sande 2015-03-05 16:37:29 -03:00
  • 88ff13c241 Spec changes. obscuren 2015-03-05 19:51:25 +01:00
  • 9067b2848a fix wonky head section loop; correct status counts zelig 2015-03-06 01:33:57 +07:00
  • 9f5e9eb38d Resolve storage/storageat Taylor Gerring 2015-03-05 12:26:21 -06:00
  • e5985af57d Merge 73f925db119d000360ad08318a502d4bdce77220 into f01d745d70ceb724d015a5d7fcd9516168286b78 Matthew Wampler-Doty 2015-03-05 17:36:54 +00:00
  • a6599404e4 Revert to hex response Taylor Gerring 2015-03-05 11:14:47 -06:00
  • 0d8d51084f Final name changes Taylor Gerring 2015-03-05 11:07:05 -06:00
  • 5948adfa10 Added eth.chain.received.new_block Taylor Gerring 2015-03-05 10:58:36 -06:00
  • fbb307cca0 Added eth.chain.new_head Taylor Gerring 2015-03-05 10:58:13 -06:00
  • ca1093f848 Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 obscuren 2015-03-05 17:51:26 +01:00
  • 4e8a9a1cd4 Squashed 'tests/files/' changes from 9e3fe72..15ce2ab obscuren 2015-03-05 17:51:26 +01:00
  • a7181bd304 merge obscuren 2015-03-05 17:49:29 +01:00
  • 76e4e233ad Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 obscuren 2015-03-05 17:48:46 +01:00
  • f01d745d70 Merge pull request #429 from chfast/pr/fix_vm_tests Jeffrey Wilcke 2015-03-05 17:46:57 +01:00
  • d44fe4ec62 Merge branch 'develop' into poc-9 obscuren 2015-03-05 17:46:40 +01:00
  • 72bf02bf15 Merge branch 'tendermint-develop_pull_request' into develop obscuren 2015-03-05 17:46:11 +01:00
  • 357d17ae58 Start at 0 obscuren 2015-03-05 17:46:00 +01:00
  • 1d1ba40965 Merge branch 'develop_pull_request' of https://github.com/tendermint/ethermint into tendermint-develop_pull_request obscuren 2015-03-05 17:44:18 +01:00
  • 3b30765378 Merge pull request #426 from Gustav-Simonsson/add_blockchain_tests Jeffrey Wilcke 2015-03-05 17:43:56 +01:00
  • 377c8a13de Merge branch 'develop' into poc-9 obscuren 2015-03-05 17:37:18 +01:00
  • 201b09f99a Merge branch 'alexvandesande-ui' into develop obscuren 2015-03-05 17:37:09 +01:00
  • 44b83c6ea6 Removed unused variables obscuren 2015-03-05 17:37:00 +01:00
  • 12ca70537f Merge branch 'fjl-p2p-handshake-2' into poc-9 obscuren 2015-03-05 17:26:41 +01:00
  • ba0c41436c Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into fjl-p2p-handshake-2 obscuren 2015-03-05 17:21:32 +01:00
  • fabaf4f1f0 wip math obscuren 2015-03-05 17:21:16 +01:00
  • 90ceb5218c Update RPC methods Taylor Gerring 2015-03-05 08:58:46 -06:00
  • 52e032e3b6 Respect index num Taylor Gerring 2015-03-05 07:57:14 -06:00
  • 4082109f26 Add methods to add and remove worker threads Taylor Gerring 2015-03-05 07:52:51 -06:00
  • 9329e175d8 fix wonky head section loop; correct status counts zelig 2015-03-05 20:38:23 +07:00
  • 0af08eca1f Fix VM tests not checked Paweł Bylica 2015-03-05 14:35:27 +01:00
  • 45afbe5d9c Merge remote-tracking branch 'upstream/poc-9' into blockpool3 zelig 2015-03-05 16:55:11 +07:00
  • c47866d251 Miner fixes and updates (including miner) obscuren 2015-03-05 09:14:58 +01:00
  • 73f925db11 Switching Nonce to Uint64 Everywhere - Fixed types.block to take MixDigest and SeedHash as part of its constructor - Added MixDigest and SeedHash to Genesis Block Matthew Wampler-Doty 2015-03-04 23:58:09 -05:00
  • 7315962880 use ethash.Verify in blockpool zelig 2015-03-05 11:22:36 +07:00
  • a6fe92194f Fixed iterator bug which skips the 0x000...000 key = 2015-03-05 01:42:32 +00:00
  • df4dc6026b creating the semafor buttons and the resizable borders Alexandre Van de Sande 2015-03-04 18:41:49 -03:00
  • bcc8cd8cc9 No more ethash in travis Matthew Wampler-Doty 2015-03-04 15:46:00 -05:00
  • 470587eaa5 Merge branch 'publictests' of github.com:ebuchman/go-ethereum into publictests Matthew Wampler-Doty 2015-03-04 15:38:03 -05:00
  • 3be1fed721 Merge branch 'develop' of github.com:ethereum/go-ethereum into publictests Matthew Wampler-Doty 2015-03-04 15:36:03 -05:00
  • 1576551741 Output 0x0 instead of 0x Taylor Gerring 2015-03-04 14:13:31 -06:00
  • 5984ef2bb6 Start the no top bar branch Alexandre Van de Sande 2015-03-04 16:33:12 -03:00
  • 178798ef87 network back to local files Alexandre Van de Sande 2015-03-04 16:31:48 -03:00
  • 4e3e0a8ca2 Merge 871dfd399be8ee657109112d527645c2c1b3a8f9 into a56243075a7527d65d14c4cf3480029feb0a1e3f Gustav Simonsson 2015-03-04 19:28:06 +00:00