Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | Merge pull request #167 from fjl/feature/split-tx-event | Jeffrey Wilcke | 2014-10-30 | 5 | -56/+48 |
|\ | | | | | Split TxEvent type for tx pre/post | ||||
| * | 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 |
|\ \ | | | | | | | Fix Mist Shutdown | ||||
| * | | eth: stop eventMux first | Felix Lange | 2014-10-29 | 1 | -1/+3 |
| | | | | | | | | | | | | This fixes the hang in Ethereum.Stop. | ||||
| * | | javascript: remove unused quit channel | Felix Lange | 2014-10-29 | 1 | -7/+1 |
| |/ | | | | | | | This fixes the hang in JSRE.Stop. | ||||
* | | 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 |
|\ \ | | | | | | | Fix the tests | ||||
| * | | vm: fix basic VM tests | Felix Lange | 2014-10-30 | 1 | -19/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests now compile and won't panic for unexpected return values. We need a recent-enough version of the mutan compiler because of the new JUMPDEST requirements. Skip some tests if the installed mutan version is too old. The debug VM test still fails, probably because of an implementation bug. | ||||
| * | | ethwire: fix ClientIdentity test | Felix Lange | 2014-10-30 | 1 | -6/+6 |
| | | | |||||
| * | | ethpipe: delete useless test | Felix Lange | 2014-10-30 | 1 | -58/+0 |
| | | | | | | | | | | | | It didn't compile and wouldn't have checked any results if it ever ran. | ||||
| * | | ethchain: fix tests | Felix Lange | 2014-10-30 | 1 | -3/+3 |
| | | | | | | | | | | | | Adapted to recent BlockChain -> ChainManager rename. | ||||
| * | | ethcrypto: fix the tests | Felix Lange | 2014-10-30 | 1 | -7/+26 |
| |/ | | | | | | | | | | | The Sha3 test contained the wrong expected result. Note that the implementation hasn't changed, the test simply contained an outdated expected value that was valid for the previous implementation. | ||||
* | | Removed events from the state manager | obscuren | 2014-10-29 | 10 | -83/+63 |
| | | |||||
* | | PoC 7 updates | obscuren | 2014-10-29 | 14 | -135/+219 |
| | | | | | | | | | | | | * Bloom * Block restructure * Receipts | ||||
* | | 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 | ||||
| | * | 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 |
|\ | | | | | Merge eth-go repo into go-ethereum | ||||
| * | 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 |
|/| | | | | | | | mist, etheruem have been moved to cmd/ | ||||
| * | 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 |
| | | | | | | | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
| * | 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 |
| | | | | | | | | * CLI ethereum should no longer require the Qt/QML package | ||||
| * | Merge pull request #62 from fjl/fuck | Jeffrey Wilcke | 2014-10-18 | 1 | -5/+0 |
| |\ | | | | | | | tests/vm: fix syntax | ||||
| | * | 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 |
| |\ | | | | | | | Improve package ethlog | ||||
| | * | ethlog: fix typo in documentation | Felix Lange | 2014-10-17 | 1 | -1/+1 |
| | | | |||||
| | * | ethlog: fix concurrency | Felix Lange | 2014-10-17 | 1 | -38/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than spawning a new goroutine for each message, run each log system in a dedicated goroutine. Ensure that logging is still asynchronous by using a per-system buffer (currently 500 messages). If it overflows all logging will hang, but that's better than spawning indefinitely many goroutines. | ||||
| | * | ethlog: simplify LogSystem interface | Felix Lange | 2014-10-17 | 2 | -60/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Messages are formatted by generic part, so the log system doesn't need to provide formatting. This fixes the test from the previous commit. As a small bonus, log systems now have access to the level of the message. This could be used to provide colored logging in the future. | ||||
| | * | ethlog: add test for '%' in log message | Felix Lange | 2014-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | This test fails because the log message is formatted twice. | ||||
| | * | 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 |
| | | | | | | | | | | | | This ensures that examples will actually compile. | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | It's now safe for concurrent access. Output checking looks better. | ||||
| | * | 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 |
| |/ | | | | | | | This also fixes a deadlock in the tests. | ||||
| * | 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 |
| |\ | | | | | | | Blocking event package | ||||
| | * | 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 |
| | | | | | | | | | | | | | | If a state gets reset and you still hold a pointer to the previous, incorrect, state object you'll operate on the wrong object. Using the state to set/get objects and attributes you won't have this problem since the state will always have the correct object. | ||||
| * | 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 |
| | | | | | | | | | | * CALLVALUE pushed incorrect value to the stack * Set execution model to closure | ||||
| * | 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 |
| | | | | | | | | | | | | Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements. | ||||
| * | 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 |
| | |\ | | | | | | | | | Fix filter map race | ||||
| | | * | eth: fix filter map data race | Felix Lange | 2014-10-09 | 1 | -10/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit also documents (but doesn't enforce) that filters are immutable while they're installed. This required a minor API change. | ||||
| | * | | Merge pull request #56 from fjl/feature/raceless-eventer | Jeffrey Wilcke | 2014-10-10 | 2 | -9/+60 |
| | |\ \ | | | |/ | | |/| | Fix Eventer race | ||||
| | | * | 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 |
| | | | | | | | | | | | | | | | | | | | | This test reports the race condition when run using "go test -race". | ||||
| | | * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | 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 |
| |\ \ \ \ |