Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Proper delete | obscuren | 2014-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed inconsistencies | obscuren | 2014-10-02 | 7 | -25/+37 | |
| | | ||||||
| * | improved blockchain downloading | obscuren | 2014-10-02 | 2 | -37/+42 | |
| | | ||||||
| * | msg | obscuren | 2014-10-02 | 1 | -3/+3 | |
| | | ||||||
| * | Implemented WebSocket package | obscuren | 2014-10-01 | 6 | -12/+272 | |
| | | ||||||
| * | Working on new (blocking) event machine. | obscuren | 2014-09-29 | 9 | -180/+322 | |
| | | | | | | | | | | | | | | | | | | | | | | The new event machine will be used for loose coupling and handle the communications between the services: 1) Block pool finds blocks which "links" with our current canonical chain 2) Posts the blocks on to the event machine 3) State manager receives blocks & processes them 4) Broadcasts new post block event | |||||
| * | Block pool is thread safe | obscuren | 2014-09-28 | 3 | -53/+69 | |
| | | ||||||
| * | Have you seen my parents, sir? | obscuren | 2014-09-27 | 2 | -2/+2 | |
| | | ||||||
| * | Logging messages | obscuren | 2014-09-27 | 2 | -2/+4 | |
| | | ||||||
| * | skip messages properly | obscuren | 2014-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | Merge branch 'release/0.6.7' into develop | obscuren | 2014-09-26 | 3 | -1/+14 | |
| |\ | ||||||
| | * | Added protocol caps accessors | obscuren | 2014-09-26 | 3 | -1/+14 | |
| |/ | ||||||
| * | Fixed messages to use proper numbers | obscuren | 2014-09-26 | 3 | -55/+54 | |
| | | ||||||
| * | Attempt to catch up from unknown block | obscuren | 2014-09-25 | 3 | -3/+15 | |
| | | ||||||
| * | Merge branch 'master' into develop | obscuren | 2014-09-25 | 2 | -0/+3 | |
| |\ | ||||||
| | * | Merge pull request #52 from nicksavers/winfix | Jeffrey Wilcke | 2014-09-25 | 2 | -0/+3 | |
| | |\ | | | | | | | | | Add blank line after +build comment | |||||
| | | * | Add blank line after +build comment | nicksavers | 2014-09-24 | 2 | -0/+3 | |
| | | | | ||||||
| * | | | Merge branch 'master' into develop | obscuren | 2014-09-25 | 1 | -2/+2 | |
| |\| | | ||||||
| | * | | queue get peers each 10 seconds | obscuren | 2014-09-25 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' into develop | obscuren | 2014-09-25 | 2 | -5/+4 | |
| |\| | | ||||||
| | * | | merge error | obscuren | 2014-09-25 | 2 | -5/+4 | |
| | | | | ||||||
| | * | | Merge branch 'release/0.6.6' | obscuren | 2014-09-25 | 9 | -89/+202 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch 'release/0.6.6' into develop | obscuren | 2014-09-25 | 2 | -13/+13 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Temp work around | obscuren | 2014-09-25 | 2 | -13/+13 | |
| |/ / / | ||||||
| * | | | Merge branch 'tmp' into develop | obscuren | 2014-09-25 | 7 | -66/+169 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: peer.go | |||||
| | * | | | Block pool stop / start | obscuren | 2014-09-25 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Peers no longer take care of block processing | obscuren | 2014-09-25 | 1 | -32/+2 | |
| | | | | | ||||||
| | * | | | Removed log | obscuren | 2014-09-25 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Mine without txs | obscuren | 2014-09-25 | 1 | -7/+0 | |
| | | | | | ||||||
| | * | | | Changed the block fetching code and hash distribution | obscuren | 2014-09-25 | 1 | -45/+85 | |
| | | | | | ||||||
| | * | | | Info => Debug | obscuren | 2014-09-25 | 1 | -3/+1 | |
| | | | | | ||||||
| | * | | | Fixed race condition | obscuren | 2014-09-24 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | tmp | obscuren | 2014-09-24 | 3 | -45/+154 | |
| | |/ / | ||||||
| * / / | checkp | obscuren | 2014-09-24 | 2 | -22/+32 | |
| |/ / | ||||||
| * / | Added TD for each block | obscuren | 2014-09-24 | 4 | -2/+44 | |
| |/ | ||||||
| * | Merge branch 'develop' | obscuren | 2014-09-24 | 2 | -2/+2 | |
| |\ | ||||||
| | * | ugh | obscuren | 2014-09-24 | 2 | -2/+2 | |
| | | | ||||||
| | * | Merge branch 'hotfix/0.6.5-3' into develop | obscuren | 2014-09-23 | 3 | -12/+37 | |
| | |\ | ||||||
| | * \ | Merge branch 'hotfix/0.6.5-2' into develop | obscuren | 2014-09-23 | 2 | -0/+32 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'hotfix/0.6.5-1' into develop | obscuren | 2014-09-23 | 1 | -0/+8 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'release/0.6.5' into develop | obscuren | 2014-09-23 | 3 | -14/+16 | |
| | |\ \ \ \ | ||||||
| * | \ \ \ \ | Merge branch 'hotfix/0.6.5-3' | obscuren | 2014-09-23 | 3 | -12/+37 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Re-added min gas price check on tx pool | obscuren | 2014-09-23 | 3 | -12/+37 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'hotfix/0.6.5-2' | obscuren | 2014-09-23 | 2 | -0/+32 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Removed windows support for serpent :-( | obscuren | 2014-09-23 | 2 | -0/+32 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'hotfix/0.6.5-1' | obscuren | 2014-09-23 | 1 | -0/+8 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | don't mine without transactions | obscuren | 2014-09-23 | 1 | -0/+8 | |
| |/ / / | ||||||
| * | | | Merge branch 'release/0.6.5' | obscuren | 2014-09-23 | 44 | -1140/+1493 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Remove log | obscuren | 2014-09-23 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Increased from 200 nano to milliseconds | obscuren | 2014-09-23 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Remove log | obscuren | 2014-09-22 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | New Peer server | obscuren | 2014-09-22 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Support C++ GetBlockHash by assuming empty = done | obscuren | 2014-09-22 | 1 | -12/+14 | |
| | |/ | ||||||
| | * | Added JavaScript JSON helper | obscuren | 2014-09-22 | 1 | -1/+16 | |
| | | | ||||||
| | * | Re-wrote Call and Execute to use the new vm messages | obscuren | 2014-09-22 | 2 | -21/+39 | |
| | | | ||||||
| | * | BigInt accept string | obscuren | 2014-09-22 | 1 | -0/+2 | |
| | | | ||||||
| | * | Fixed deref ptr | obscuren | 2014-09-19 | 3 | -3/+26 | |
| | | | ||||||
| | * | Updated opcodes | obscuren | 2014-09-18 | 1 | -138/+106 | |
| | | | ||||||
| | * | Upped protocol version for VM change | obscuren | 2014-09-18 | 5 | -81/+110 | |
| | | | ||||||
| | * | Removed extra slash so @nicksavers gets off my back ;-) | obscuren | 2014-09-17 | 1 | -9/+11 | |
| | | | ||||||
| | * | Added len | obscuren | 2014-09-17 | 2 | -9/+45 | |
| | | | ||||||
| | * | Added Past peers option | obscuren | 2014-09-17 | 1 | -5/+14 | |
| | | | ||||||
| | * | Rewrite | obscuren | 2014-09-17 | 1 | -1/+4 | |
| | | | ||||||
| | * | Truncate when writing | obscuren | 2014-09-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | Connect to previous peer | obscuren | 2014-09-16 | 2 | -40/+63 | |
| | | | ||||||
| | * | Up deadline to reduce cpu load | obscuren | 2014-09-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Moved code | obscuren | 2014-09-16 | 2 | -12/+206 | |
| | | | ||||||
| | * | Rewrote reading strategy | obscuren | 2014-09-16 | 1 | -203/+38 | |
| | | | ||||||
| | * | require 5 for post | obscuren | 2014-09-16 | 2 | -6/+8 | |
| | | | ||||||
| | * | VM execution fixes | obscuren | 2014-09-16 | 7 | -51/+57 | |
| | | | | | | | | | | | | Refactoring caused executing issues | |||||
| | * | Improved catching up and refactored | obscuren | 2014-09-15 | 11 | -102/+125 | |
| | | | ||||||
| | * | Updated GHOST | obscuren | 2014-09-15 | 7 | -66/+101 | |
| | | | ||||||
| | * | Added unique set | obscuren | 2014-09-15 | 1 | -0/+32 | |
| | | | ||||||
| | * | add it to the list | obscuren | 2014-09-14 | 2 | -1/+1 | |
| | | | ||||||
| | * | fixed status message | obscuren | 2014-09-14 | 1 | -9/+19 | |
| | | | ||||||
| | * | tmp | obscuren | 2014-09-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | log removed | obscuren | 2014-09-14 | 1 | -2/+0 | |
| | | | ||||||
| | * | tmp | obscuren | 2014-09-14 | 1 | -14/+15 | |
| | | | ||||||
| | * | Fixed contract validation address in tx pool | obscuren | 2014-09-14 | 1 | -2/+5 | |
| | | | ||||||
| | * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-09-14 | 3 | -0/+36 | |
| | |\ | ||||||
| | | * | Merge pull request #49 from WeMeetAgain/develop | Jeffrey Wilcke | 2014-09-11 | 3 | -0/+36 | |
| | | |\ | | | | | | | | | | | add pushtx to api | |||||
| | | | * | Merge branch 'feature-pushtx' into develop | Cayman Nava | 2014-09-10 | 3 | -0/+36 | |
| | | | |\ | ||||||
| | | | | * | add pushtx to api | Cayman Nava | 2014-09-10 | 3 | -0/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself. | |||||
| | * | | | | Reworked filters | obscuren | 2014-09-14 | 4 | -95/+68 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into develop | obscuren | 2014-09-13 | 0 | -0/+0 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | fi crypto | obscuren | 2014-09-13 | 1 | -16/+2 | |
| | | | | | | ||||||
| | * | | | | added string casting | obscuren | 2014-09-13 | 2 | -4/+12 | |
| | | | | | | ||||||
| | * | | | | Removed some commented code | obscuren | 2014-09-10 | 3 | -92/+2 | |
| | |/ / / | ||||||
| | * / / | New p2p protocol. NOTE: Needs major refactoring. See #50 | obscuren | 2014-09-10 | 2 | -56/+103 | |
| | |/ / | ||||||
| | * | | Added CALLSTATELESS | obscuren | 2014-09-10 | 2 | -8/+22 | |
| | | | | ||||||
| | * | | Added GetCode method | obscuren | 2014-09-08 | 2 | -1/+14 | |
| | | | | ||||||
| | * | | Make use of new list type for transactions instead of json | obscuren | 2014-09-08 | 1 | -15/+19 | |
| | | | | ||||||
| | * | | New OPCODES | obscuren | 2014-09-08 | 2 | -24/+59 | |
| | | | | | | | | | | | | | | | | * EXT- CODECOPY, CODESIZE | |||||
| | * | | Contract creation address are empty again | obscuren | 2014-09-08 | 2 | -4/+3 | |
| | | | | ||||||
| | * | | Reset the transient state when a new block's been found | obscuren | 2014-09-08 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Changed back to FIPS 180 | obscuren | 2014-09-08 | 2 | -18/+4 | |
| | | | | ||||||
| | * | | Added new list type which can embed any slice type | obscuren | 2014-09-07 | 1 | -0/+42 | |
| | | | | ||||||
| | * | | Updated to latest sha3 implementation. Fixes #48 | obscuren | 2014-09-07 | 2 | -2/+19 | |
| | |/ | ||||||
| | * | Block size | obscuren | 2014-08-25 | 4 | -2/+35 | |
| | | | ||||||
| | * | Implemented POST | obscuren | 2014-08-25 | 6 | -71/+209 | |
| | | | ||||||
| | * | Serpent! :-) | obscuren | 2014-08-24 | 1 | -9/+9 | |
| | | | ||||||
| | * | Merge branch 'master' into develop | obscuren | 2014-08-24 | 1 | -1/+3 | |
| | |\ | | |/ | |/| | ||||||
| * | | changed to new nat-pmp repo | obscuren | 2014-08-24 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge branch 'release/0.6.4' | obscuren | 2014-08-22 | 2 | -10/+6 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'release/0.6.4' | obscuren | 2014-08-22 | 8 | -29/+207 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'release/0.6.3' | obscuren | 2014-08-21 | 64 | -3113/+4463 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'release/0.6.0' | obscuren | 2014-07-25 | 29 | -590/+1019 | |
| |\ \ \ \ \ | ||||||
| | | | | | * | Changed level | obscuren | 2014-08-24 | 1 | -2/+3 | |
| | | | | | | | ||||||
| | | | | | * | Removed old code | obscuren | 2014-08-23 | 2 | -11/+4 | |
| | | | | | | | ||||||
| | | | | | * | Don't add ... | obscuren | 2014-08-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Log | obscuren | 2014-08-22 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | | | | | * | Minor improvement catching up | obscuren | 2014-08-22 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * When catching up check linked up the chain of hashes | |||||
| | | | | | * | Write Protocol version to the db so we can perform sanity checks | obscuren | 2014-08-22 | 2 | -1/+13 | |
| | | | | | | | ||||||
| | | | | | * | Extra checks | obscuren | 2014-08-22 | 1 | -5/+9 | |
| | | | | | | | ||||||
| | | | | | * | Changed log statements | obscuren | 2014-08-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Removed old chain code | obscuren | 2014-08-22 | 3 | -209/+5 | |
| | | | | | | | ||||||
| | | | | | * | Storage at changed to return bytes | obscuren | 2014-08-22 | 2 | -2/+3 | |
| | | | | | | | ||||||
| | | | | | * | Merge branch 'release/0.6.4' into develop | obscuren | 2014-08-22 | 3 | -11/+7 | |
| | | | | | |\ | | | | | | |/ | | | | | |/| | ||||||
| | | | | * | | invalidated SWAP/DUP | obscuren | 2014-08-22 | 2 | -10/+6 | |
| | | | |/ / | ||||||
| | | | * / | bump | obscuren | 2014-08-22 | 1 | -1/+1 | |
| | | | |/ | ||||||
| | | | * | Turbo mining | obscuren | 2014-08-22 | 3 | -3/+15 | |
| | | | | | ||||||
| | | | * | DUP/SWAP n & ADD/MULMOD | obscuren | 2014-08-22 | 2 | -12/+116 | |
| | | | | | ||||||
| | | | * | DUP n SWAP n | obscuren | 2014-08-22 | 4 | -9/+59 | |
| | | | | | ||||||
| | | | * | Turbo mode | obscuren | 2014-08-22 | 1 | -1/+2 | |
| | | | | | ||||||
| | | | * | Turbo mode | obscuren | 2014-08-22 | 1 | -4/+15 | |
| | | | | | ||||||
| | | | * | Merge branch 'release/0.6.3' into develop | obscuren | 2014-08-21 | 2 | -20/+20 | |
| | | | |\ | | | | |/ | | | |/| | ||||||
| | | * | | MIT -> LGPL | obscuren | 2014-08-21 | 1 | -18/+13 | |
| | | | | | ||||||
| | | * | | Doc | obscuren | 2014-08-21 | 1 | -1/+6 | |
| | | | | | ||||||
| | | * | | Prot 0.6.3 | obscuren | 2014-08-21 | 1 | -1/+1 | |
| | | |/ | ||||||
| | | * | Always return something valid | obscuren | 2014-08-21 | 1 | -0/+5 | |
| | | | | ||||||
| | | * | Re-enabled catching up flag | obscuren | 2014-08-21 | 1 | -0/+10 | |
| | | | | ||||||
| | | * | PoC 6 networking code. | obscuren | 2014-08-21 | 7 | -196/+295 | |
| | | | | | | | | | | | | | | | | | | | | * Added block pool for gathering blocks from the network (chunks) * Re wrote syncing | |||||
| | | * | Added block by hash or number | obscuren | 2014-08-20 | 1 | -1/+13 | |
| | | | | ||||||
| | | * | Added block by number | obscuren | 2014-08-20 | 1 | -0/+8 | |
| | | | | ||||||
| | | * | JS Filter | obscuren | 2014-08-20 | 3 | -8/+53 | |
| | | | | ||||||
| | | * | Added JSFilter type | obscuren | 2014-08-20 | 1 | -3/+83 | |
| | | | | ||||||
| | | * | Removed the "Get" part | obscuren | 2014-08-18 | 6 | -21/+83 | |
| | | | | ||||||
| | | * | Dump bytes instead of strings | obscuren | 2014-08-17 | 2 | -11/+28 | |
| | | | | ||||||
| | | * | Mutan compile | obscuren | 2014-08-17 | 1 | -0/+9 | |
| | | | | ||||||
| | | * | Mutan compile | obscuren | 2014-08-17 | 1 | -0/+9 | |
| | | | | ||||||
| | | * | removed pub completely in favour of pipe | obscuren | 2014-08-16 | 4 | -592/+26 | |
| | | | | ||||||
| | | * | Added message to closure && added change addresses | obscuren | 2014-08-15 | 8 | -50/+125 | |
| | | | | ||||||
| | | * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-08-15 | 3 | -1660/+1636 | |
| | | |\ | ||||||
| | | | * | Merge pull request #43 from ethersphere/develop | Jeffrey Wilcke | 2014-08-15 | 3 | -1660/+1636 | |
| | | | |\ | | | | | | | | | | | | | inline mnemonic wordlist to support binary builds without extra asset | |||||
| | | | | * | Merge branch 'develop' of github.com:ethereum/eth-go into develop | zelig | 2014-08-14 | 2 | -2/+17 | |
| | | | | |\ | ||||||
| | | | | * | | inline mnemonic wordlist to support binary builds without extra asset | zelig | 2014-08-12 | 3 | -1660/+1636 | |
| | | | | | | | ||||||
| | | * | | | | Reworking the public js interface (pub) => (pipe) | obscuren | 2014-08-15 | 4 | -6/+349 | |
| | | |/ / / | ||||||
| | | * | | | Convert to hex | obscuren | 2014-08-15 | 1 | -4/+5 | |
| | | | | | | ||||||
| | | * | | | Removed old code | obscuren | 2014-08-15 | 2 | -7/+12 | |
| | | | | | | ||||||
| | | * | | | Added new filter from map | obscuren | 2014-08-15 | 1 | -18/+65 | |
| | | | | | | ||||||
| | | * | | | updated filter so it accepts multiple from and to | obscuren | 2014-08-14 | 1 | -10/+38 | |
| | | | | | | ||||||
| | | * | | | Removed validation check from GetMessages | obscuren | 2014-08-14 | 1 | -30/+2 | |
| | | | |/ | | | |/| | ||||||
| | | * | | Updated lookup method to include CNAME's as well as A records | obscuren | 2014-08-13 | 2 | -2/+17 | |
| | | |/ | ||||||
| | | * | Updated chain for filtering | obscuren | 2014-08-11 | 14 | -74/+164 | |
| | | | | ||||||
| | | * | Added bloom filter & block filter methods | obscuren | 2014-08-11 | 5 | -0/+287 | |
| | | | | ||||||
| | | * | Upped protocol version | obscuren | 2014-08-10 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Make sure all left padded zero's aren't included | obscuren | 2014-08-10 | 1 | -2/+3 | |
| | | | | ||||||
| | | * | Fixed gas limit calculation | obscuren | 2014-08-10 | 1 | -2/+4 | |
| | | | | ||||||
| | | * | Fixed stack issue | obscuren | 2014-08-08 | 4 | -17/+17 | |
| | | | | ||||||
| | | * | Fixed issue with overflowing 256 bit integers | obscuren | 2014-08-08 | 1 | -0/+31 | |
| | | | | ||||||
| | | * | Changed to DnsReg | obscuren | 2014-08-07 | 2 | -3/+3 | |
| | | | | ||||||
| | | * | Added dns lookup | obscuren | 2014-08-07 | 3 | -1/+19 | |
| | | | | ||||||
| | | * | Added state dump method | obscuren | 2014-08-06 | 4 | -18/+71 | |
| | | | | ||||||
| | | * | config => Config | obscuren | 2014-08-05 | 2 | -6/+6 | |
| | | | | ||||||
| | | * | world => World | obscuren | 2014-08-05 | 2 | -13/+13 | |
| | | | | ||||||
| | | * | Renamed object to Object | obscuren | 2014-08-05 | 4 | -10/+10 | |
| | | | | ||||||
| | | * | Added vm options for object execution | obscuren | 2014-08-05 | 4 | -39/+58 | |
| | | | | ||||||
| | | * | pipe | obscuren | 2014-08-05 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Added exist method | obscuren | 2014-08-04 | 2 | -0/+5 | |
| | | | | ||||||
| | | * | Added general Pipe API | obscuren | 2014-08-04 | 6 | -0/+345 | |
| | | | | ||||||
| | | * | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 5 | -11/+12 | |
| | | | | ||||||
| | | * | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 8 | -82/+52 | |
| | | | | ||||||
| | | * | Merge branch 'ethersphere-feature/ethutil-refactor' into develop | obscuren | 2014-08-01 | 11 | -190/+395 | |
| | | |\ | ||||||
| | | | * | Merge branch 'feature/ethutil-refactor' of ↵ | obscuren | 2014-08-01 | 11 | -190/+395 | |
| | | | |\ | | | | | | | | | | | | | | | | | | | https://github.com/ethersphere/eth-go into ethersphere-feature/ethutil-refactor | |||||
| | | | | * | merge upstream | zelig | 2014-07-31 | 37 | -862/+1317 | |
| | | | | |\ | ||||||
| | | | | * | | send zero event to miner.powQuitChan fixes miner hanging | zelig | 2014-07-22 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | | | * | | ethreact/README.md | zelig | 2014-07-21 | 2 | -1/+29 | |
| | | | | | | | ||||||
| | | | | * | | Merge branch 'develop' of github.com:ethereum/eth-go into ↵ | zelig | 2014-07-21 | 7 | -33/+68 | |
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | feature/ethutil-refactor | |||||
| | | | | * \ \ | merge upstream | zelig | 2014-07-21 | 20 | -160/+403 | |
| | | | | |\ \ \ | ||||||
| | | | | * | | | | properly unsubscribe react channels when miner stops - fixes write on closed ↵ | zelig | 2014-07-15 | 1 | -27/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chan crash | |||||
| | | | | * | | | | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-15 | 6 | -129/+18 | |
| | | | | | | | | | ||||||
| | | | | * | | | | reactor test | zelig | 2014-07-15 | 1 | -0/+63 | |
| | | | | | | | | | ||||||
| | | | | * | | | | fix send overwritten by merge | zelig | 2014-07-15 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | | | | * | | | | merge upstream | zelig | 2014-07-15 | 24 | -258/+461 | |
| | | | | |\ \ \ \ | ||||||
| | | | | * | | | | | fix reactor channel blocking | zelig | 2014-07-15 | 1 | -26/+27 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | fix logger channel blocking | zelig | 2014-07-15 | 2 | -27/+43 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | remove extra case in main loop | zelig | 2014-07-07 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | minor rlp things | obscuren | 2014-08-01 | 3 | -16/+14 | |
| | | |/ / / / / / | ||||||
| | | * | | | | / | Added better data parser | obscuren | 2014-07-30 | 2 | -0/+34 | |
| | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | * | | | | | Removed peer disconnect on pong timeout. Fixes #106 | obscuren | 2014-07-30 | 1 | -13/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This mechanism wasn't very accurate so it has been removed. | |||||
| | | * | | | | | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 9 | -144/+52 | |
| | | | | | | | | ||||||
| | | * | | | | | Increased block request amount | obscuren | 2014-07-30 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Added temp seed | obscuren | 2014-07-30 | 1 | -18/+7 | |
| | | | | | | | | ||||||
| | | * | | | | | Fixed | obscuren | 2014-07-30 | 1 | -22/+0 | |
| | | | | | | | | ||||||
| | | * | | | | | Fixed issue with var int reading. | obscuren | 2014-07-30 | 2 | -4/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading uneven byte slices were broken. | |||||
| | | * | | | | | Added big data test and updating to reader | obscuren | 2014-07-30 | 2 | -65/+85 | |
| | | | | | | | | ||||||
| | | * | | | | | Prot | obscuren | 2014-07-29 | 1 | -10/+11 | |
| | | | | | | | | ||||||
| | | * | | | | | Added ops | obscuren | 2014-07-29 | 2 | -2/+73 | |
| | | | | | | | | ||||||
| | | * | | | | | Clean up and util methods | obscuren | 2014-07-26 | 7 | -26/+67 | |
| | | | | | | | | ||||||
| | | * | | | | | Merge branch 'release/0.6.0' into develop | obscuren | 2014-07-25 | 2 | -31/+41 | |
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Removed old S(DIV/MOD) | obscuren | 2014-07-25 | 1 | -27/+16 | |
| | | | | | | | | ||||||
| | * | | | | | | Added update method and general service timer | obscuren | 2014-07-24 | 1 | -4/+25 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | * disable catching up if no block received for longer than 10 seconds | |||||
| | * | | | | | Merge branch 'feature/refactor_vm' into develop | obscuren | 2014-07-24 | 27 | -532/+926 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Networking code | obscuren | 2014-07-24 | 1 | -12/+16 | |
| | | | | | | | | ||||||
| | | * | | | | | Peer reconnect attempt | obscuren | 2014-07-24 | 1 | -2/+12 | |
| | | | | | | | | ||||||
| | | * | | | | | Removed old code | obscuren | 2014-07-24 | 1 | -26/+0 | |
| | | | | | | | | ||||||
| | | * | | | | | Added recoverable option | obscuren | 2014-07-24 | 1 | -9/+13 | |
| | | | | | | | | ||||||
| | | * | | | | | Changed catching up code & peer handler | obscuren | 2014-07-24 | 1 | -14/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Peers should be added no matter what * Catch up with _anyone_ | |||||
| | | * | | | | | Add Tx | obscuren | 2014-07-24 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Refactored to new state and vm | obscuren | 2014-07-24 | 20 | -2024/+195 | |
| | | | | | | | | ||||||
| | | * | | | | | div 0 err | obscuren | 2014-07-23 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| | | * | | | | | Added big int to uint switch | obscuren | 2014-07-22 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| | | * | | | | | Minor improvements and fixes to the new vm structure | obscuren | 2014-07-22 | 6 | -24/+18 | |
| | | | | | | | | ||||||
| | | * | | | | | Refactored state, state object and vm | obscuren | 2014-07-22 | 15 | -1/+2242 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The State and StateObject have been moved to their own package * The VM is moved to it's own package | |||||
| | * | | | | | | Merge branch 'master' into develop | obscuren | 2014-07-23 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | zero devision check | obscuren | 2014-07-23 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-23 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Merge branch 'master' into develop | Maran | 2014-07-22 | 1 | -1/+1 | |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | Refactored CALLDATALOAD to use big int | obscuren | 2014-07-22 | 3 | -18/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added BigMin | |||||
| | * | | | | | Merge branch 'master' into develop | obscuren | 2014-07-22 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / / | ||||||
| * | | | | | Fix regression on 32bit (windows) systems | Maran | 2014-07-21 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into develop | obscuren | 2014-07-21 | 3 | -16/+35 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Fixed tx sha creation | obscuren | 2014-07-21 | 3 | -16/+35 | |
| | | | | | | ||||||
| | * | | | | Changed iterator | obscuren | 2014-07-21 | 4 | -15/+31 | |
| |/ / / / | ||||||
| * | | / | Base time on previous parent, not last block | obscuren | 2014-07-18 | 1 | -2/+2 | |
| | |_|/ | |/| | | ||||||
| * | | | Fixed miner and logger | obscuren | 2014-07-18 | 2 | -4/+3 | |
| | | | | ||||||
| * | | | Fixed range | obscuren | 2014-07-18 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | fixed | obscuren | 2014-07-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added channel for starting/stopping miner | obscuren | 2014-07-18 | 1 | -4/+8 | |
| | | | | ||||||
| * | | | Merge branch 'develop' into guiminer | obscuren | 2014-07-18 | 2 | -3/+6 | |
| |\ \ \ | ||||||
| | * | | | Check if version in known + fix | obscuren | 2014-07-18 | 2 | -3/+6 | |
| | | | | | ||||||
| * | | | | WIP to expose hashrate to gui | Maran | 2014-07-18 | 2 | -2/+13 | |
| |/ / / | ||||||
| * | | | Added find name for namereg | obscuren | 2014-07-18 | 2 | -0/+14 | |
| | | | | ||||||
| * | | | added chainSync event | obscuren | 2014-07-18 | 1 | -0/+24 | |
| | | | | ||||||
| * | | | Fixed string data | obscuren | 2014-07-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | bump | obscuren | 2014-07-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removed debug log | obscuren | 2014-07-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removed debug log | obscuren | 2014-07-17 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Fixed coinbase copy in state | obscuren | 2014-07-17 | 5 | -19/+29 | |
| | | | | ||||||
| * | | | Trie fixes | obscuren | 2014-07-17 | 8 | -38/+129 | |
| | | | | ||||||
| * | | | Convert a byte slice to address | obscuren | 2014-07-16 | 1 | -0/+10 | |
| | | | | ||||||
| * | | | Decreased timeout | obscuren | 2014-07-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added each callback for storage | obscuren | 2014-07-16 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Added/changed logging | obscuren | 2014-07-16 | 2 | -3/+12 | |
| | | | | ||||||
| * | | | Moved | obscuren | 2014-07-16 | 1 | -6/+8 | |
| | | | | ||||||
| * | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-15 | 1 | -12/+17 | |
| |\ \ \ | ||||||
| | * | | | Rewrote mnemonic word loading to facilitate deployable builds. | Maran | 2014-07-15 | 1 | -12/+17 | |
| | | | | | ||||||
| * | | | | Fixed an issue where the trie might crash on missmatching lengths | obscuren | 2014-07-15 | 2 | -10/+55 | |
| |/ / / | ||||||
| * | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-15 | 1 | -0/+12 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Add windows helper functions | Maran | 2014-07-14 | 1 | -0/+12 | |
| | | | |