Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved err check | obscuren | 2014-12-17 | 6 | -17/+102 |
* | Added topic utility functions to whisper | obscuren | 2014-12-15 | 1 | -0/+27 |
* | Merge branch 'poc8' into develop | obscuren | 2014-12-15 | 7 | -8/+277 |
|\ | |||||
| * | Merge pull request #204 from fjl/fix-p2p-disconnect | Jeffrey Wilcke | 2014-12-15 | 7 | -8/+277 |
| |\ | |||||
| | * | p2p: add test for base protocol disconnect | Felix Lange | 2014-12-15 | 1 | -0/+58 |
| | * | p2p: use an error type for disconnect requests | Felix Lange | 2014-12-15 | 2 | -2/+10 |
| | * | p2p: add MsgPipe for protocol testing | Felix Lange | 2014-12-15 | 2 | -0/+140 |
| | * | p2p: improve and test eofSignal | Felix Lange | 2014-12-12 | 2 | -5/+68 |
| | * | p2p: fix decoding of disconnect reason (fixes #200) | Felix Lange | 2014-12-12 | 1 | -2/+2 |
* | | | fixed tests | obscuren | 2014-12-13 | 2 | -10/+10 |
* | | | eth-go packages ended up in whisper | obscuren | 2014-12-13 | 1 | -1/+1 |
* | | | Merge branch 'poc8' into develop | obscuren | 2014-12-13 | 1 | -0/+41 |
|\| | | |||||
| * | | Merge pull request #206 from ethereum/tests | Jeffrey Wilcke | 2014-12-13 | 1 | -0/+41 |
| |\ \ | |||||
| | * | | Fix variable name | Taylor Gerring | 2014-12-13 | 1 | -1/+1 |
| | * | | Added Dockerfile to build from source | Taylor Gerring | 2014-12-13 | 1 | -0/+41 |
* | | | | updated tests | obscuren | 2014-12-13 | 4 | -6255/+7294 |
* | | | | Implemented Qt whisper interface | obscuren | 2014-12-13 | 1 | -0/+70 |
* | | | | Panic for "Vm" | obscuren | 2014-12-13 | 1 | -1/+1 |
* | | | | Added length checkes | obscuren | 2014-12-13 | 1 | -1/+18 |
* | | | | Moved | obscuren | 2014-12-13 | 3 | -126/+0 |
* | | | | Implemented watching using filter package | obscuren | 2014-12-13 | 6 | -26/+145 |
* | | | | Moved filter to events | obscuren | 2014-12-13 | 3 | -0/+126 |
* | | | | Generic filter interface | obscuren | 2014-12-13 | 3 | -0/+126 |
* | | | | Accidentally changed max depth during testing & committed | obscuren | 2014-12-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | additional log | obscuren | 2014-12-12 | 2 | -4/+3 |
* | | | Squashed commit of the following: | obscuren | 2014-12-12 | 8 | -47/+85 |
* | | | moved interfaces | obscuren | 2014-12-11 | 2 | -15/+10 |
* | | | states moved to chain | obscuren | 2014-12-11 | 11 | -28/+31 |
* | | | Removed start/stop methods | obscuren | 2014-12-10 | 2 | -24/+0 |
* | | | Moved pow | obscuren | 2014-12-10 | 8 | -91/+120 |
* | | | added simple peer server | obscuren | 2014-12-10 | 1 | -0/+40 |
* | | | Updated whisper messages to new crypto api + added tests | obscuren | 2014-12-10 | 5 | -11/+89 |
* | | | Changed new methods to use ecdsa package for pub prv keys | obscuren | 2014-12-10 | 2 | -26/+35 |
* | | | changed to unsigned integers | obscuren | 2014-12-10 | 3 | -20/+32 |
* | | | updated tests | obscuren | 2014-12-10 | 14 | -783/+8344 |
* | | | Fixed tests | obscuren | 2014-12-10 | 4 | -175/+4 |
* | | | Removed tests because they've become obsolete | obscuren | 2014-12-10 | 1 | -115/+0 |
* | | | Merge branch 'poc8' into develop | obscuren | 2014-12-10 | 3 | -147/+145 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #203 from fjl/rlp-fixes | Jeffrey Wilcke | 2014-12-10 | 3 | -147/+145 |
| |\ \ | | |/ | |/| | |||||
| | * | rlp: display decoder target type in more error messages | Felix Lange | 2014-12-10 | 2 | -27/+33 |
| | * | rlp: remove dead code | Felix Lange | 2014-12-09 | 1 | -2/+0 |
| | * | rlp: fix panic in decodeList on go 1.4+ | Felix Lange | 2014-12-09 | 1 | -48/+61 |
| | * | rlp: remove support for signed integer types | Felix Lange | 2014-12-09 | 3 | -52/+29 |
| | * | rlp: move decoder type switch to decode.go | Felix Lange | 2014-12-09 | 2 | -32/+36 |
| |/ | |||||
* | | Added encryption for messages better API for sealing messages | obscuren | 2014-12-10 | 4 | -23/+90 |
* | | Added Encrypt & Decrypt using the ECIES w/ tests | obscuren | 2014-12-10 | 2 | -0/+82 |
* | | Added S256 curve | obscuren | 2014-12-10 | 1 | -0/+363 |
* | | PV49 | obscuren | 2014-12-10 | 1 | -1/+1 |
* | | Core changes | obscuren | 2014-12-10 | 4 | -15/+40 |
* | | Additional checks and debug output | obscuren | 2014-12-08 | 3 | -2/+14 |
* | | Proper start/stoping wpeers | obscuren | 2014-12-08 | 2 | -5/+24 |
* | | First draft of Whisper messages relaying | obscuren | 2014-12-08 | 7 | -0/+472 |
* | | Merge branch 'poc8' into develop | obscuren | 2014-12-05 | 22 | -2378/+1985 |
|\| | |||||
| * | Merge branch 'fjl-feature/p2p-protocol-interface' into poc8 | obscuren | 2014-12-05 | 22 | -2378/+1985 |
| |\ | |||||
| | * | Merge branch 'feature/p2p-protocol-interface' of https://github.com/fjl/go-et... | obscuren | 2014-12-05 | 22 | -2378/+1985 |
| |/| | |||||
| | * | p2p: add test for NewPeer | Felix Lange | 2014-11-27 | 1 | -0/+15 |
| | * | p2p: make Disconnect not hang for peers created with NewPeer | Felix Lange | 2014-11-27 | 1 | -0/+1 |
| | * | p2p: remove Msg.Value and MsgLoop | Felix Lange | 2014-11-25 | 3 | -49/+19 |
| | * | rlp: include target type in decoder error messages | Felix Lange | 2014-11-25 | 2 | -28/+42 |
| | * | p2p: use package rlp for baseProtocol | Felix Lange | 2014-11-25 | 4 | -58/+71 |
| | * | p2p: use package rlp | Felix Lange | 2014-11-25 | 3 | -67/+31 |
| | * | rlp: add NewListStream (for p2p) | Felix Lange | 2014-11-25 | 2 | -0/+27 |
| | * | rlp: add Stream.Reset and accept any reader (for p2p) | Felix Lange | 2014-11-25 | 2 | -7/+66 |
| | * | p2p: API cleanup and PoC 7 compatibility | Felix Lange | 2014-11-22 | 17 | -1902/+1665 |
| | * | p2p: disable failing Server tests for now | Felix Lange | 2014-11-22 | 1 | -0/+3 |
| | * | p2p: fix issues found during review | Felix Lange | 2014-11-22 | 4 | -53/+96 |
| | * | p2p: rework protocol API | Felix Lange | 2014-11-22 | 14 | -1282/+1017 |
* | | | upped proto version and modified block pool | obscuren | 2014-12-05 | 6 | -17/+18 |
* | | | EXP simplified | obscuren | 2014-12-05 | 1 | -7/+1 |
* | | | Fixed issue in VM where LOG didn't pop anything of the stack | obscuren | 2014-12-05 | 6 | -48/+56 |
* | | | Merge branch 'poc8' into develop | obscuren | 2014-12-05 | 1 | -3/+1 |
|\| | | |||||
| * | | Merge pull request #199 from ethereum/tests | Jeffrey Wilcke | 2014-12-05 | 1 | -3/+1 |
| |\ \ | |||||
| | * | | Merge pull request #194 from ethereum/poc8 | Taylor Gerring | 2014-11-27 | 61 | -1120/+5369 |
| | |\| | |||||
| | * | | chain coverage report & submission | Taylor Gerring | 2014-11-27 | 1 | -3/+1 |
* | | | | Skip mining on transactions that don't meet the min accepted gas price | obscuren | 2014-12-05 | 3 | -26/+32 |
* | | | | Removed mutan. Closes #183 | obscuren | 2014-12-05 | 3 | -69/+11 |
* | | | | Show newly created private key during startup. Closes #126 | obscuren | 2014-12-05 | 3 | -3/+7 |
* | | | | Improved and simplified wallet functions and behaviour | obscuren | 2014-12-04 | 5 | -33/+29 |
* | | | | Added pre processing of transaction on the transient state | obscuren | 2014-12-04 | 1 | -1/+7 |
* | | | | vim error :S | obscuren | 2014-12-04 | 1 | -1/+2 |
* | | | | Only set TD if it's actually higher | obscuren | 2014-12-04 | 1 | -1/+4 |
* | | | | Upped protocol version | obscuren | 2014-12-04 | 4 | -6/+4 |
|/ / / | |||||
* | | | Moved block validation as first step | obscuren | 2014-12-04 | 2 | -8/+4 |
* | | | null ptr fix | obscuren | 2014-12-04 | 1 | -4/+3 |
* | | | Log is now interface | obscuren | 2014-12-04 | 10 | -30/+75 |
* | | | sort tests for evm | obscuren | 2014-12-04 | 5 | -9/+11 |
* | | | Renamed State => StateDB | obscuren | 2014-12-04 | 18 | -73/+73 |
* | | | Updated testing tools | obscuren | 2014-12-04 | 2 | -23/+69 |
* | | | Fixes #189 | obscuren | 2014-12-04 | 1 | -21/+0 |
* | | | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 9 | -98/+90 |
* | | | Renamed `chain` => `core` | obscuren | 2014-12-04 | 45 | -160/+112 |
* | | | Descriptive function names for closure getters | obscuren | 2014-12-04 | 3 | -40/+28 |
* | | | Updated environments according to the new interface set | obscuren | 2014-12-04 | 4 | -18/+83 |
* | | | Moved execution from vm to chain. | obscuren | 2014-12-04 | 12 | -1090/+226 |
* | | | updated to types | obscuren | 2014-12-03 | 7 | -59/+31 |
* | | | reverted vm back | obscuren | 2014-12-03 | 1 | -1/+1 |
* | | | reverted vm back | obscuren | 2014-12-03 | 3 | -135/+148 |
* | | | merge | obscuren | 2014-12-03 | 20 | -82/+124 |
|\ \ \ | |||||
| * | | | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 8 | -24/+59 |
| * | | | Set proper message value | obscuren | 2014-12-03 | 4 | -34/+32 |
| * | | | Updated value for mined blocks. Closes #197 | obscuren | 2014-12-03 | 1 | -3/+9 |
| * | | | Check coinbase for from/to inclusion | obscuren | 2014-12-03 | 2 | -8/+13 |
| * | | | Updated LOG to match proper gas in all cases | obscuren | 2014-12-03 | 6 | -43/+17 |
| * | | | Additional logging and removed temp merged mining options. | obscuren | 2014-12-02 | 4 | -8/+6 |
* | | | | merge errors fixed | obscuren | 2014-12-02 | 38 | -578/+9810 |
|\| | | | |||||
| * | | | Check for known block err and ignore | obscuren | 2014-12-02 | 5 | -80/+37 |
| * | | | updated tests | obscuren | 2014-12-02 | 4 | -0/+120 |
| * | | | Transaction strictness | obscuren | 2014-12-02 | 1 | -4/+8 |
| * | | | Added state tests | obscuren | 2014-12-02 | 4 | -7/+86 |
| * | | | Fixed EXP gas | obscuren | 2014-12-02 | 3 | -22/+11 |
| * | | | Make an attempt to pay for the gas prior to expanding the mem. | obscuren | 2014-12-02 | 3 | -3/+7 |
| * | | | Updated tests | obscuren | 2014-12-02 | 16 | -335/+9242 |
| * | | | Additional fees for *COPY | obscuren | 2014-12-02 | 1 | -0/+6 |
| * | | | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 15 | -98/+239 |
* | | | | rework vm | obscuren | 2014-12-01 | 3 | -145/+141 |
* | | | | Fixed merge | obscuren | 2014-11-29 | 11 | -69/+76 |
|\| | | | |_|/ |/| | | |||||
| * | | updated PV | obscuren | 2014-11-29 | 3 | -3/+3 |
| * | | Changed refund | obscuren | 2014-11-29 | 3 | -17/+21 |
| * | | Removed min gas price from genesis | obscuren | 2014-11-29 | 1 | -2/+0 |
| * | | GasData changes & removed min gas price | obscuren | 2014-11-29 | 4 | -28/+29 |
| * | | Merge pull request #187 from honestmoney/develop | Jeffrey Wilcke | 2014-11-22 | 2 | -20/+23 |
| |\ \ | |||||
| | * | | go get deps doesnt work with develop branch | Eric Robitaille | 2014-11-21 | 1 | -7/+11 |
| | * | | go get dependencies on executable | Eric Robitaille | 2014-11-21 | 1 | -0/+8 |
| | * | | changed install.sh to change branch and install executable | Eric Robitaille | 2014-11-21 | 1 | -19/+4 |
| | * | | fix for install script devel | Eric Robitaille | 2014-11-21 | 1 | -6/+12 |
| | * | | Updated install.sh - github paths for executables | Eric Robitaille | 2014-11-21 | 1 | -4/+4 |
| | * | | Updated main.go - fix for broken develop build | Eric Robitaille | 2014-11-21 | 1 | -1/+1 |
| |/ / | |||||
* | | | Fixed test | obscuren | 2014-11-21 | 2 | -3/+4 |
* | | | Removed naively casting to bytes | obscuren | 2014-11-21 | 1 | -9/+7 |
* | | | Fixed iterator for short nodes. | obscuren | 2014-11-21 | 3 | -4/+9 |
* | | | Added paranoia check for tries | obscuren | 2014-11-19 | 3 | -10/+48 |
* | | | Increased coverage | obscuren | 2014-11-19 | 3 | -49/+92 |
* | | | Added caching and database interface to trie | obscuren | 2014-11-19 | 6 | -38/+134 |
* | | | Added new iterator and tests | obscuren | 2014-11-19 | 6 | -11/+160 |
* | | | Added `chain` tests & minor fixes | obscuren | 2014-11-19 | 6 | -740/+2751 |
* | | | Updated readme | obscuren | 2014-11-19 | 1 | -45/+23 |
* | | | Fixed tests for 'types' | obscuren | 2014-11-19 | 4 | -5/+7 |
* | | | Merge branch 'tests' into poc8 | obscuren | 2014-11-19 | 29 | -742/+2277 |
|\ \ \ | | |/ | |/| | |||||
| * | | Undo running `go vet` in travis | Taylor Gerring | 2014-11-18 | 1 | -2/+2 |
| * | | enable `go vet` | Taylor Gerring | 2014-11-18 | 3 | -1/+1143 |
| * | | enable golint | Taylor Gerring | 2014-11-18 | 1 | -1/+1 |
| * | | Convert vm test to checker | Taylor Gerring | 2014-11-17 | 2 | -183/+184 |
| * | | Update ethutil/common tests to checker | Taylor Gerring | 2014-11-17 | 1 | -64/+33 |
| * | | Add goveralls to travis builds | Taylor Gerring | 2014-11-16 | 1 | -0/+6 |
| * | | update imports order per goimports | Taylor Gerring | 2014-11-16 | 6 | -6/+12 |
| * | | formatting update per gofmt | Taylor Gerring | 2014-11-16 | 1 | -7/+7 |
| * | | update travis steps | Taylor Gerring | 2014-11-16 | 1 | -3/+4 |
| * | | Reorg travis.yml | Taylor Gerring | 2014-11-16 | 2 | -6/+4 |
| * | | Update travis deps script | Taylor Gerring | 2014-11-16 | 2 | -3/+1 |
| * | | add websocket to deps | Taylor Gerring | 2014-11-16 | 1 | -0/+1 |
| * | | add go cover to install list | Taylor Gerring | 2014-11-16 | 1 | -0/+1 |
| * | | add go-nat-pmp to manual install list | Taylor Gerring | 2014-11-16 | 1 | -0/+1 |
| * | | Update deps script | Taylor Gerring | 2014-11-16 | 1 | -14/+1 |
| * | | Add -y flags | Taylor Gerring | 2014-11-16 | 1 | -2/+2 |
| * | | update apt repos | Taylor Gerring | 2014-11-16 | 1 | -1/+4 |
| * | | update travis build deps | Taylor Gerring | 2014-11-16 | 1 | -1/+1 |
| * | | make script executable | Taylor Gerring | 2014-11-16 | 1 | -1/+2 |
| * | | script fix | Taylor Gerring | 2014-11-16 | 1 | -1/+1 |
| * | | custom travis build script | Taylor Gerring | 2014-11-16 | 2 | -2/+24 |
| * | | try to fix travis dep error | Taylor Gerring | 2014-11-15 | 1 | -1/+1 |
| * | | more travis changes | Taylor Gerring | 2014-11-15 | 1 | -1/+7 |
| * | | run coverage after build | Taylor Gerring | 2014-11-15 | 1 | -1/+1 |
| * | | try to get full coverage report on travis | Taylor Gerring | 2014-11-15 | 10 | -541/+573 |
| * | | Remove failing Printf | Taylor Gerring | 2014-11-15 | 1 | -1/+2 |
| * | | added test file to root directory | Taylor Gerring | 2014-11-15 | 1 | -0/+8 |
| * | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tests | Taylor Gerring | 2014-11-15 | 1 | -7/+4 |
| |\ \ | |||||
| | * | | convert trie encoding tests to checker | Taylor Gerring | 2014-11-13 | 1 | -38/+29 |
| | * | | Remove references to mutan | Taylor Gerring | 2014-11-13 | 1 | -7/+7 |
| | * | | Add initial state/TestDump test | Taylor Gerring | 2014-11-13 | 1 | -0/+9 |
| | * | | Reorg state tests | Taylor Gerring | 2014-11-13 | 2 | -10/+13 |
| | * | | eth-go -> go-ethereum | Taylor Gerring | 2014-11-13 | 4 | -4/+4 |
| | * | | Convert trie tests to gocheck | Taylor Gerring | 2014-11-13 | 2 | -164/+119 |
| | * | | Merge pull request #1 from tgerring/tests | Taylor Gerring | 2014-11-12 | 10 | -93/+492 |
| | |\ \ | |||||
| | | * | | Update TestDeleteFromByteSlice | Taylor Gerring | 2014-11-12 | 1 | -3/+2 |
| | | * | | Fix TestBytestoNumber | Taylor Gerring | 2014-11-12 | 1 | -7/+8 |
| | | * | | Update TestNumberToBytes | Taylor Gerring | 2014-11-12 | 1 | -8/+9 |
| | | * | | Converts bytes_test to checker | Taylor Gerring | 2014-11-12 | 1 | -116/+65 |
| | | * | | Convert rand_test to checker | Taylor Gerring | 2014-11-12 | 1 | -3/+11 |
| | | * | | Update test style to checker | Taylor Gerring | 2014-11-12 | 1 | -15/+3 |
| | | * | | Move test bootstrap to main_test.go | Taylor Gerring | 2014-11-12 | 3 | -5/+14 |
| | | * | | Convert value_test to use gocheck | Taylor Gerring | 2014-11-11 | 1 | -51/+34 |
| | | * | | Add verbose comments to TestSnapshot | Taylor Gerring | 2014-11-11 | 1 | -2/+10 |
| | | * | | Update state tests to use gocheck | Taylor Gerring | 2014-11-11 | 1 | -16/+29 |
| | | * | | Added more byte tests | Taylor Gerring | 2014-11-06 | 1 | -0/+37 |
| | | * | | Add coverage for rand | Taylor Gerring | 2014-11-06 | 1 | -0/+9 |
| | | * | | Restructure StorageSize string test | Taylor Gerring | 2014-11-06 | 1 | -5/+24 |
| | | * | | Added tests for FormatData | Taylor Gerring | 2014-11-06 | 1 | -0/+33 |
| | | * | | Reorder tests to match source order | Taylor Gerring | 2014-11-06 | 1 | -61/+61 |
| | | * | | Added test for IsHex | Taylor Gerring | 2014-11-06 | 1 | -0/+17 |
| | | * | | Remove fmt dependency | Taylor Gerring | 2014-11-06 | 1 | -3/+6 |
| | | * | | add test for Bytes.String() | Taylor Gerring | 2014-11-06 | 1 | -0/+11 |
| | | * | | added test for CopyBytes | Taylor Gerring | 2014-11-06 | 1 | -0/+9 |
| | | * | | added test for BinaryLength | Taylor Gerring | 2014-11-06 | 1 | -0/+19 |
| | | * | | add tests for ReadVarInt | Taylor Gerring | 2014-11-06 | 1 | -0/+33 |
| | | * | | added test for parsing bytes | Taylor Gerring | 2014-11-06 | 1 | -1/+11 |
| | | * | | Added byte padding tests | Taylor Gerring | 2014-11-06 | 1 | -0/+60 |
| | | * | | Cleanup big_test.go | Taylor Gerring | 2014-11-05 | 1 | -5/+15 |
| | | * | | New test coverage for ethutil/big.go | Taylor Gerring | 2014-11-05 | 1 | -0/+63 |
| | | * | | New test coverage for ethutil/path.go | Taylor Gerring | 2014-11-05 | 1 | -0/+51 |
| | | * | | Added tests for extra large values | Taylor Gerring | 2014-11-04 | 2 | -0/+19 |
| | | * | | Added Douglas and Einstein cases | Taylor Gerring | 2014-11-04 | 1 | -0/+10 |
| | | * | | Update variable name to match unit name | Taylor Gerring | 2014-11-04 | 1 | -9/+9 |
| | | * | | 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 |