Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Environment tests | Taylor Gerring | 2014-11-04 | 1 | -0/+27 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 15 | -306/+661 | |
* | | | | | Added a callback mechanism to chain adding. | obscuren | 2014-11-19 | 4 | -13/+17 | |
* | | | | | Begin of moving objects to types package | obscuren | 2014-11-18 | 33 | -151/+189 | |
* | | | | | j => i | obscuren | 2014-11-18 | 1 | -1/+0 | |
* | | | | | added output test | obscuren | 2014-11-18 | 3 | -2/+22 | |
* | | | | | Update vm_debug.go | obscuren | 2014-11-18 | 1 | -1/+0 | |
* | | | | | Added some comparison tests for the new ptrie | obscuren | 2014-11-18 | 2 | -1/+62 | |
* | | | | | New modified patricia trie | obscuren | 2014-11-18 | 7 | -0/+589 | |
* | | | | | Merge branch 'develop' into refactor | obscuren | 2014-11-17 | 4 | -0/+1251 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-11-17 | 4 | -0/+1251 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge pull request #184 from fjl/feature/rlp | Jeffrey Wilcke | 2014-11-17 | 4 | -0/+1251 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | rlp: fix pointer reuse | Felix Lange | 2014-11-17 | 2 | -2/+10 | |
| | | * | | | rlp: new package for streaming RLP decoder | Felix Lange | 2014-11-17 | 4 | -0/+1243 | |
* | | | | | | cleaning up | obscuren | 2014-11-17 | 2 | -157/+136 | |
|/ / / / / | ||||||
* / / / / | clean up | obscuren | 2014-11-15 | 3 | -33/+22 | |
|/ / / / | ||||||
* | | | | Clean up | obscuren | 2014-11-14 | 5 | -21/+20 | |
* | | | | Version bump | obscuren | 2014-11-14 | 3 | -4/+4 | |
* | | | | Fixes for PV41/42 | obscuren | 2014-11-14 | 7 | -29/+34 | |
* | | | | Numerous fixes for consensus. | obscuren | 2014-11-14 | 8 | -14/+48 | |
* | | | | Transaction execution fixes | obscuren | 2014-11-12 | 12 | -33/+61 | |
* | | | | Fixes for the log method | obscuren | 2014-11-12 | 3 | -3240/+24 | |
* | | | | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 24 | -225/+3871 | |
* | | | | debugging code | obscuren | 2014-11-11 | 7 | -66/+111 | |
|/ / / | ||||||
* | | | Updated readme | obscuren | 2014-11-10 | 1 | -0/+13 | |
* | | | Moved ethtest to cmd | obscuren | 2014-11-10 | 3 | -0/+0 | |
* | | | Moved messages eventing to chain manager | obscuren | 2014-11-10 | 3 | -17/+26 | |
* | | | Added dumps | obscuren | 2014-11-10 | 1 | -2/+9 | |
* | | | Added VM testing tool | obscuren | 2014-11-10 | 3 | -2/+128 | |
* | | | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 14 | -57/+76 | |
* | | | Fixed bug on gas and setting of receipts and roots | obscuren | 2014-11-10 | 1 | -36/+4 | |
* | | | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 18 | -229/+554 | |
* | | | Proper packages | obscuren | 2014-11-05 | 3 | -9/+2 | |
* | | | Accidental packages | obscuren | 2014-11-05 | 2 | -2/+2 | |
* | | | Updated to ethereum serpent | obscuren | 2014-11-05 | 1 | -1/+1 | |
* | | | There'll be jumping in to jumps | obscuren | 2014-11-05 | 1 | -0/+2 | |
* | | | Fixed VM and added static analysis for EVM jumps | obscuren | 2014-11-05 | 5 | -34/+45 | |
* | | | Added JUMP analysis (WIP) | obscuren | 2014-11-05 | 1 | -0/+35 | |
* | | | Squashed commit of the following: | obscuren | 2014-11-05 | 21 | -2967/+2170 | |
* | | | added db | obscuren | 2014-11-04 | 1 | -0/+1 | |
* | | | Replaced to return the td and throw a specific error on TD | obscuren | 2014-11-04 | 2 | -6/+15 | |
* | | | Reworked chain handling process | obscuren | 2014-11-04 | 4 | -69/+126 | |
* | | | Bloom validation | obscuren | 2014-11-04 | 1 | -4/+5 | |
|/ / | ||||||
* | | StateManager => BlockManager | obscuren | 2014-11-04 | 16 | -67/+51 | |
* | | removed old bloom | obscuren | 2014-11-04 | 2 | -67/+0 | |
* | | Version bump | obscuren | 2014-11-04 | 2 | -2/+2 | |
* | | Properly list caps | obscuren | 2014-11-04 | 2 | -3/+6 | |
* | | Removed debug print | obscuren | 2014-11-04 | 2 | -1/+2 | |
* | | Sha addresses | obscuren | 2014-11-04 | 2 | -4/+18 | |
* | | Added storage root to dump | obscuren | 2014-11-04 | 4 | -3/+8 | |
* | | method change | obscuren | 2014-11-04 | 1 | -2/+2 | |
* | | Fixed genesis | obscuren | 2014-11-04 | 1 | -4/+5 | |
* | | Refactored compress method into something more organised | obscuren | 2014-11-03 | 1 | -30/+30 | |
* | | Compress data on db level. Closes #174 | obscuren | 2014-11-03 | 3 | -33/+60 | |
* | | Use new iterator | obscuren | 2014-11-03 | 1 | -1/+1 | |
* | | Forgot to put in regular bytes during decompression | obscuren | 2014-11-03 | 2 | -0/+24 | |
* | | Added RLE compression. Closes #171 | obscuren | 2014-11-03 | 2 | -0/+175 | |
* | | Sign ext | obscuren | 2014-11-03 | 2 | -3/+1 | |
* | | Signextend | obscuren | 2014-11-01 | 2 | -0/+18 | |
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-11-01 | 15 | -72/+74 | |
|\ \ | ||||||
| * | | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 3 | -4/+6 | |
| * | | .gitignore: ignore .ethtest | Felix Lange | 2014-11-01 | 1 | -0/+1 | |
| * | | all: fix rename breakage | Felix Lange | 2014-11-01 | 13 | -69/+68 | |
* | | | Re-org op codes | obscuren | 2014-11-01 | 5 | -469/+172 | |
|/ / | ||||||
* | | ethminer => miner | obscuren | 2014-10-31 | 3 | -14/+231 | |
* | | ethwire => wire | obscuren | 2014-10-31 | 14 | -291/+74 | |
* | | ethtrie => trie | obscuren | 2014-10-31 | 10 | -22/+22 | |
* | | ethstate => state | obscuren | 2014-10-31 | 36 | -167/+167 | |
* | | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 19 | -108/+112 | |
* | | Moved utils to cmd | obscuren | 2014-10-31 | 10 | -7/+8 | |
* | | ethlog => logger | obscuren | 2014-10-31 | 33 | -146/+146 | |
* | | ethcrypto => crypto | obscuren | 2014-10-31 | 27 | -69/+69 | |
* | | Moved ethchain to chain | obscuren | 2014-10-31 | 47 | -142/+142 | |
* | | Updated to use ethereum.js | obscuren | 2014-10-31 | 13 | -76/+742 | |
* | | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 13 | -53/+59 | |
* | | Merge pull request #167 from fjl/feature/split-tx-event | Jeffrey Wilcke | 2014-10-30 | 5 | -56/+48 | |
|\ \ | ||||||
| * | | cmd/mist, ethchain, ethminer: split TxEvent (#165) | Felix Lange | 2014-10-29 | 5 | -56/+48 | |
* | | | Merge pull request #166 from fjl/fix/mist-quit | Jeffrey Wilcke | 2014-10-30 | 2 | -8/+4 | |
|\ \ \ | ||||||
| * | | | eth: stop eventMux first | Felix Lange | 2014-10-29 | 1 | -1/+3 | |
| * | | | javascript: remove unused quit channel | Felix Lange | 2014-10-29 | 1 | -7/+1 | |
| |/ / | ||||||
* | | | ethchain: fix dependency | Felix Lange | 2014-10-30 | 1 | -1/+1 | |
* | | | Use new bloom when filtering for topics | obscuren | 2014-10-30 | 2 | -6/+3 | |
* | | | Added bloom 9 point lookup and bloom test | obscuren | 2014-10-30 | 2 | -1/+29 | |
* | | | Merge pull request #168 from fjl/feature/working-tests | Jeffrey Wilcke | 2014-10-30 | 5 | -93/+70 | |
|\ \ \ | ||||||
| * | | | vm: fix basic VM tests | Felix Lange | 2014-10-30 | 1 | -19/+35 | |
| * | | | ethwire: fix ClientIdentity test | Felix Lange | 2014-10-30 | 1 | -6/+6 | |
| * | | | ethpipe: delete useless test | Felix Lange | 2014-10-30 | 1 | -58/+0 | |
| * | | | ethchain: fix tests | Felix Lange | 2014-10-30 | 1 | -3/+3 | |
| * | | | ethcrypto: fix the tests | Felix Lange | 2014-10-30 | 1 | -7/+26 | |
| |/ / | ||||||
* | | | Removed events from the state manager | obscuren | 2014-10-29 | 10 | -83/+63 | |
* | | | PoC 7 updates | obscuren | 2014-10-29 | 14 | -135/+219 | |
* | | | Generic hashing method | obscuren | 2014-10-29 | 1 | -0/+20 | |
* | | | Added missing requires on SSTORE SLOAD | obscuren | 2014-10-28 | 2 | -12/+17 | |
* | | | Refund SSTORE properly | obscuren | 2014-10-28 | 2 | -2/+27 | |
|/ / | ||||||
* | | Updated readme | obscuren | 2014-10-28 | 1 | -2/+6 | |
* | | Updated readme | obscuren | 2014-10-28 | 1 | -18/+23 | |
* | | Added bug | obscuren | 2014-10-28 | 1 | -0/+1 | |
* | | Added in progress to readme | obscuren | 2014-10-28 | 1 | -0/+3 | |
* | | Upped protocol | obscuren | 2014-10-28 | 1 | -1/+1 | |
* | | Added removal off erroneous txs. Fixed pipeline | obscuren | 2014-10-28 | 1 | -5/+9 | |
* | | Version bump | obscuren | 2014-10-27 | 1 | -1/+1 | |
* | | Do not return error on VM exception | obscuren | 2014-10-27 | 1 | -24/+12 | |
* | | Return erroneous txs (so we can remove them from the pool) | obscuren | 2014-10-27 | 3 | -7/+36 | |
* | | increased default gas from 500 to 5000 | obscuren | 2014-10-27 | 1 | -1/+1 | |
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-10-27 | 21 | -0/+3019 | |
|\ \ | ||||||
| * \ | Merge pull request #152 from ethersphere/p2p | Viktor TrĂ³n | 2014-10-24 | 19 | -0/+3015 | |
| |\ \ | ||||||
| | * | | initial commit of p2p package | zelig | 2014-10-23 | 19 | -0/+3015 | |
| * | | | ethutil: re-add build constraints in script*.go (fixes #151) | Felix Lange | 2014-10-24 | 2 | -0/+4 | |
| |/ / | ||||||
* | | | events should be set prior to calling mainloop | obscuren | 2014-10-27 | 3 | -6/+6 | |
* | | | Added generic add balance method | obscuren | 2014-10-27 | 1 | -0/+7 | |
* | | | Fixed bloom | obscuren | 2014-10-27 | 1 | -2/+2 | |
* | | | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 15 | -11/+81 | |
* | | | Implemented new bloom filter. Closes #156 | obscuren | 2014-10-27 | 1 | -0/+38 | |
* | | | Removed unnecessary code. | obscuren | 2014-10-27 | 1 | -3/+0 | |
|/ / | ||||||
* | | Merge pull request #150 from fjl/develop | Jeffrey Wilcke | 2014-10-23 | 251 | -218/+36358 | |
|\ \ | ||||||
| * | | cmd/*: add license headers | Felix Lange | 2014-10-23 | 26 | -0/+442 | |
| * | | fix 'go get' commands in after the move to cmd/ | Felix Lange | 2014-10-23 | 1 | -2/+2 | |
| * | | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 246 | -100/+35798 | |
|/| | | ||||||
| * | | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 4 | -6/+58 | |
| * | | Update to HEAD tests | obscuren | 2014-10-23 | 11 | -314/+5 | |
| * | | All Stack requirements are now checked prior to reduring gas. | obscuren | 2014-10-23 | 1 | -37/+19 | |
| * | | Updated the VM & VM tests | obscuren | 2014-10-23 | 15 | -44/+30 | |
| * | | Do not set error on recover | obscuren | 2014-10-23 | 1 | -2/+3 | |
| * | | Updated tests-subtree | obscuren | 2014-10-22 | 14 | -2/+446 | |
| * | | added a transfer method to vm env | obscuren | 2014-10-22 | 9 | -36/+59 | |
| * | | Procotol version bump for uncle list change | obscuren | 2014-10-21 | 1 | -1/+1 | |
| * | | Empty string for uncle | obscuren | 2014-10-21 | 2 | -6/+5 | |
| * | | PoC7 Net | obscuren | 2014-10-21 | 7 | -411/+38 | |
| * | | WIP RPC interface | obscuren | 2014-10-21 | 5 | -0/+487 | |
| * | | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 14 | -113/+77 | |
| * | | moved | obscuren | 2014-10-19 | 22 | -9/+9 | |
| * | | Added tests as subtree | obscuren | 2014-10-19 | 22 | -20/+13365 | |
| * | | Readers | obscuren | 2014-10-19 | 3 | -27/+44 | |
| * | | Travis bumped to 1.3 | obscuren | 2014-10-18 | 1 | -1/+1 | |
| * | | Re-enabled Travis | obscuren | 2014-10-18 | 1 | -1/+2 | |
| * | | Reflect changed to eth/vm | obscuren | 2014-10-18 | 2 | -4/+4 | |
| * | | Moved ethvm => vm | obscuren | 2014-10-18 | 16 | -23/+24 | |
| * | | Using proper naming scheme. Fixes #63 | obscuren | 2014-10-18 | 2 | -4/+0 | |
| * | | Moved Filter's wrapping functions to their own util package. Fixes #61 | obscuren | 2014-10-18 | 3 | -95/+122 | |
| * | | Merge pull request #62 from fjl/fuck | Jeffrey Wilcke | 2014-10-18 | 1 | -5/+0 | |
| |\ \ | ||||||
| | * | | tests/vm: fix syntax | Felix Lange | 2014-10-17 | 1 | -5/+0 | |
| |/ / | ||||||
| * | | Merge pull request #59 from fjl/feature/raceless-ethlog | Jeffrey Wilcke | 2014-10-17 | 7 | -210/+254 | |
| |\ \ | ||||||
| | * | | ethlog: fix typo in documentation | Felix Lange | 2014-10-17 | 1 | -1/+1 | |
| | * | | ethlog: fix concurrency | Felix Lange | 2014-10-17 | 1 | -38/+60 | |
| | * | | ethlog: simplify LogSystem interface | Felix Lange | 2014-10-17 | 2 | -60/+17 | |
| | * | | ethlog: add test for '%' in log message | Felix Lange | 2014-10-17 | 1 | -2/+2 | |
| | * | | ethvm, tests/*: use log level constants | Felix Lange | 2014-10-17 | 3 | -8/+12 | |
| | * | | ethlog: use Godoc for code examples in documentation | Felix Lange | 2014-10-17 | 2 | -28/+29 | |
| | * | | ethlog: add Godoc documentation, remove README | Felix Lange | 2014-10-17 | 2 | -79/+70 | |
| | * | | ethlog: verify that Flush is blocking in TestLoggerFlush | Felix Lange | 2014-10-17 | 1 | -6/+24 | |
| | * | | ethlog: don't buffer output in TestConcurrentAddSystem | Felix Lange | 2014-10-17 | 1 | -1/+1 | |
| | * | | ethlog: improve TestLogSystem | Felix Lange | 2014-10-17 | 1 | -27/+38 | |
| | * | | ethlog: fix StdLogSystem data race on level | Felix Lange | 2014-10-17 | 1 | -4/+5 | |
| | * | | ethlog: add test that adds log systems concurrently | Felix Lange | 2014-10-17 | 1 | -0/+29 | |
| | * | | ethlog: Reset before each test | Felix Lange | 2014-10-17 | 1 | -4/+12 | |
| | * | | ethlog: fix test compilation error | Felix Lange | 2014-10-17 | 1 | -1/+0 | |
| | * | | ethlog: improve dispatch concurrency | Felix Lange | 2014-10-17 | 1 | -54/+57 | |
| |/ / | ||||||
| * | | arith test | obscuren | 2014-10-17 | 1 | -0/+3239 | |
| * | | Quick dirty peer update | obscuren | 2014-10-17 | 2 | -16/+24 | |
| * | | Merge pull request #58 from fjl/feature/event | Jeffrey Wilcke | 2014-10-17 | 18 | -633/+556 | |
| |\ \ | ||||||
| | * | | event: panic for duplicate type | Felix Lange | 2014-10-17 | 2 | -1/+20 | |
| | * | | ethreact: remove package | Felix Lange | 2014-10-17 | 3 | -274/+0 | |
| | * | | eventer: remove package | Felix Lange | 2014-10-17 | 2 | -196/+0 | |
| | * | | ethchain: fix tests | Felix Lange | 2014-10-17 | 3 | -11/+14 | |
| | * | | all: use (blocking) event package instead of ethreact | Felix Lange | 2014-10-17 | 8 | -155/+144 | |
| | * | | event: make TypeMux zero value ready to use | Felix Lange | 2014-10-17 | 2 | -13/+12 | |
| | * | | event: make Unsubscribe idempotent | Felix Lange | 2014-10-17 | 1 | -7/+16 | |
| | * | | event: add some documentation | Felix Lange | 2014-10-17 | 2 | -0/+51 | |
| | * | | event: new package for event multiplexer | Felix Lange | 2014-10-17 | 2 | -0/+323 | |
| * | | | added eth tester | obscuren | 2014-10-17 | 2 | -0/+104 | |
| * | | | Fixed most of the tests | obscuren | 2014-10-17 | 9 | -67/+112 | |
| |/ / | ||||||
| * | | Corrected package .... | obscuren | 2014-10-16 | 1 | -1/+1 | |
| * | | Updated tests | obscuren | 2014-10-16 | 2 | -15/+34 | |
| * | | Moved state reset to defered function | obscuren | 2014-10-16 | 1 | -5/+6 | |
| * | | Switch EXT* codes | obscuren | 2014-10-16 | 2 | -4/+4 | |
| * | | Use the state instead of the state object directly. | obscuren | 2014-10-16 | 3 | -23/+58 | |
| * | | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 11 | -100/+187 | |
| * | | Working on test suite | obscuren | 2014-10-15 | 7 | -0/+228 | |
| * | | Couple of minor issues fixed | obscuren | 2014-10-15 | 6 | -5/+13 | |
| * | | Removed old installer script | obscuren | 2014-10-14 | 2 | -61/+3 | |
| * | | Tests for native function calling | obscuren | 2014-10-14 | 6 | -14/+80 | |
| * | | Changed VM Test code | obscuren | 2014-10-14 | 1 | -10/+16 | |
| * | | Refactored VM to two separate VMs; std & debug | obscuren | 2014-10-14 | 13 | -352/+1153 | |
| * | | Max callstack | obscuren | 2014-10-11 | 2 | -4/+11 | |
| * | | Implemented AR PoW | obscuren | 2014-10-11 | 5 | -0/+300 | |
| * | | Added some methods to comply to the PoW block interface | obscuren | 2014-10-11 | 1 | -0/+8 | |
| * | | Added generic big to 256 method. Implemented new iterator | obscuren | 2014-10-10 | 8 | -120/+151 | |
| * | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-10-10 | 3 | -19/+83 | |
| |\ \ | ||||||
| | * \ | Merge pull request #57 from fjl/feature/raceless-ethereum-filters | Jeffrey Wilcke | 2014-10-10 | 1 | -10/+23 | |
| | |\ \ | ||||||
| | | * | | eth: fix filter map data race | Felix Lange | 2014-10-09 | 1 | -10/+23 | |
| | * | | | Merge pull request #56 from fjl/feature/raceless-eventer | Jeffrey Wilcke | 2014-10-10 | 2 | -9/+60 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | eventer: fix data race | Felix Lange | 2014-10-08 | 1 | -4/+8 | |
| | | * | | eventer: add test for concurrent Post/Register | Felix Lange | 2014-10-08 | 1 | -1/+48 | |
| | | * | | eventer: fix tests | Felix Lange | 2014-10-08 | 1 | -4/+4 | |
| | |/ / | ||||||
| * / / | Implemented new iterator | obscuren | 2014-10-10 | 1 | -0/+143 | |
| |/ / | ||||||
| * | | Moved the To256 | obscuren | 2014-10-08 | 2 | -29/+37 | |
| * | | Proper new block | obscuren | 2014-10-08 | 1 | -1/+9 | |
| * | | New block message | obscuren | 2014-10-08 | 5 | -10/+23 | |
| * | | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 10 | -20/+22 | |
| * | | Precompiled crypto contracts | obscuren | 2014-10-08 | 2 | -60/+73 | |
| * | | Removed POST & moved CALLCODE | obscuren | 2014-10-08 | 1 | -185/+30 | |
| * | | ECRECOVER RIPEMD160 SHA256 | obscuren | 2014-10-08 | 1 | -0/+30 | |
| * | | Protocol bump | obscuren | 2014-10-08 | 1 | -19/+16 | |
| * | | Minor tweaks for poc7 | obscuren | 2014-10-08 | 7 | -40/+43 | |
| * | | kick of bad peers | obscuren | 2014-10-07 | 5 | -77/+54 | |
| * | | Kick off bad peers on bad chains and improved catch up on diverted chain | obscuren | 2014-10-02 | 2 | -10/+19 | |
| * | | Black listing of bad peers | obscuren | 2014-10-02 | 3 | -28/+121 | |
| * | | 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 | |
| * | | 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 | 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 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | |
| |/ / / / / / |