Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |