Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed state tests | obscuren | 2015-03-21 | 1 | -8/+5 |
| | |||||
* | Fixed incorrect recipient derived | obscuren | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-21 | 16 | -355/+201 |
|\ | | | | | | | conversion | ||||
| * | whisper: use common.Hash | Felix Lange | 2015-03-21 | 4 | -41/+34 |
| | | |||||
| * | eth: enable whisper again | Felix Lange | 2015-03-21 | 1 | -1/+1 |
| | | |||||
| * | whisper: use package rlp | Felix Lange | 2015-03-21 | 2 | -37/+24 |
| | | |||||
| * | rlp: add Stream.Raw | Felix Lange | 2015-03-21 | 3 | -12/+59 |
| | | |||||
| * | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-21 | 33 | -1279/+1522 |
| |\ | |||||
| * | | cmd/blocktest: delete package | Felix Lange | 2015-03-21 | 1 | -213/+0 |
| | | | | | | | | | | | | Blocktests are now integrated in cmd/ethereum. | ||||
| * | | rlp: fix nil pointer decoding | Felix Lange | 2015-03-21 | 2 | -2/+27 |
| | | | | | | | | | | | | | | | | | | The generic pointer decoder did not advance the input position for empty values. This can lead to strange issues and even infinite loops. | ||||
| * | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-20 | 37 | -1707/+5453 |
| |\ \ | |||||
| * | | | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 4 | -11/+3 |
| | | | | | | | | | | | | | | | | I don't see why we would need two different accessors for a public field. | ||||
| * | | | common: drop unused kind field from Value | Felix Lange | 2015-03-20 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | This makes Value 24 bytes smaller on 64bit systems. | ||||
| * | | | common: make Value encodable with package rlp | Felix Lange | 2015-03-20 | 2 | -28/+55 |
| | | | | | | | | | | | | | | | | | | | | Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder instead, so Value can be decoded into directly. | ||||
| * | | | crypto: remove use of common.Value.Encode | Felix Lange | 2015-03-20 | 1 | -9/+1 |
| | | | | | | | | | | | | | | | | This seems to be the last remaining use of it. | ||||
* | | | | Right pad bytes to prevent future programmers making bugs | obscuren | 2015-03-21 | 1 | -14/+18 |
| |_|/ |/| | | |||||
* | | | Merge branch 'ethersphere-frontier/blockpool' into conversion | obscuren | 2015-03-21 | 16 | -544/+736 |
|\ \ \ | |||||
| * | | | iterator returned wrong value | obscuren | 2015-03-21 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge branch 'frontier/blockpool' of ↵ | obscuren | 2015-03-21 | 16 | -542/+735 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/ethersphere/go-ethereum into ethersphere-frontier/blockpool | ||||
| | * | | | use common.Hash as pool key, no string conversion needed | zelig | 2015-03-20 | 2 | -8/+8 |
| | | | | | |||||
| | * | | | fix common.Hash conversion | zelig | 2015-03-20 | 3 | -3/+5 |
| | | | | | |||||
| | * | | | fix import in reorganised test | zelig | 2015-03-20 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | remove eth/wallet.go (only commented out content) | zelig | 2015-03-20 | 1 | -80/+0 |
| | | | | | |||||
| | * | | | improve documentation and move one test | zelig | 2015-03-20 | 9 | -156/+202 |
| | | | | | |||||
| | * | | | reduce logging output | zelig | 2015-03-20 | 3 | -25/+22 |
| | | | | | |||||
| | * | | | uncomment status test, hack: skip the 2 unreliable fields | zelig | 2015-03-20 | 2 | -171/+182 |
| | | | | | |||||
| | * | | | check and penalise td misreporting | zelig | 2015-03-20 | 7 | -52/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add ErrIncorrectTD - checkTD called after insertChain successful - fix tests, use blockPoolTester.tds to map block index to TD | ||||
| | * | | | fix missing hexification on IdleTooLong error log | zelig | 2015-03-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | use own total difficulty to limit best peer | zelig | 2015-03-20 | 7 | -26/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update blockpool td by subscribing to ChainHeadEvent - if ahead of best peer, demote it - addPeer now take own td as current td - removePeer now take own td as current td - add relevant tests to peers_test - eth: backend now calls blockpool with eth.eventMux and chainManager.Td | ||||
| | * | | | peer suspension to disallow reconnect after disconnect on fatal error for ↵ | zelig | 2015-03-20 | 8 | -44/+125 |
| | | |/ | | |/| | | | | | | | | | set period (PeerSuspensionInterval) | ||||
* | / | | wip | obscuren | 2015-03-21 | 4 | -3/+15 |
|/ / / | |||||
* | | | merge | obscuren | 2015-03-20 | 11 | -730/+635 |
|\ \ \ | |||||
| * \ \ | Merge branch 'rpcxeth' into rpcfrontier | Taylor Gerring | 2015-03-20 | 7 | -668/+555 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go | ||||
| | * | | | Add xethAtStateNum convenience method | Taylor Gerring | 2015-03-20 | 1 | -6/+10 |
| | | | | | |||||
| | * | | | Move Account register to xeth | Taylor Gerring | 2015-03-20 | 2 | -46/+48 |
| | | | | | |||||
| | * | | | inline GetStorageAt | Taylor Gerring | 2015-03-20 | 1 | -23/+8 |
| | | | | | |||||
| | * | | | Make pretty | Taylor Gerring | 2015-03-20 | 1 | -12/+14 |
| | | | | | |||||
| | * | | | inline Transact | Taylor Gerring | 2015-03-20 | 1 | -14/+10 |
| | | | | | |||||
| | * | | | Move transact gas check to XEth | Taylor Gerring | 2015-03-20 | 2 | -14/+14 |
| | | | | | |||||
| | * | | | inline Call | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | | | | |||||
| | * | | | inline GetBlockByNumber | Taylor Gerring | 2015-03-20 | 1 | -20/+13 |
| | | | | | |||||
| | * | | | inline GetBlockByHash | Taylor Gerring | 2015-03-20 | 1 | -31/+20 |
| | | | | | |||||
| | * | | | Reorg for clarity | Taylor Gerring | 2015-03-20 | 2 | -59/+59 |
| | | | | | |||||
| | * | | | Move gas defaults to XEth | Taylor Gerring | 2015-03-20 | 2 | -15/+8 |
| | | | | | |||||
| | * | | | Rename FilterOptions to BlockFilterArgs | Taylor Gerring | 2015-03-20 | 3 | -15/+15 |
| | | | | | |||||
| | * | | | Remove unnecessary event mux | Taylor Gerring | 2015-03-20 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Move stateAt func to XEth | Taylor Gerring | 2015-03-20 | 2 | -30/+24 |
| | | | | | |||||
| | * | | | Rename for clarity | Taylor Gerring | 2015-03-20 | 3 | -21/+21 |
| | | | | | |||||
| | * | | | inline MessagesChanged | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | | | | |||||
| | * | | | inline UninstallWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | | | | | |||||
| | * | | | inline NewWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | | | | | |||||
| | * | | | inline AllLogs | Taylor Gerring | 2015-03-20 | 1 | -8/+2 |
| | | | | | |||||
| | * | | | inline Logs | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | | | | | |||||
| | * | | | inline FilterChanged | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | | | | |||||
| | * | | | inline NewFilterString | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | | | | | |||||
| | * | | | inline UninstallFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | | | | | |||||
| | * | | | inline NewFilter | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | | | | |||||
| | * | | | Merge branch 'rpcinline' into rpcxeth | Taylor Gerring | 2015-03-20 | 1 | -156/+69 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go | ||||
| | | * | | | inline WhisperPost | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | | | | | |||||
| | | * | | | inline GetBlockTransactionCountByHash | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | | | | | |||||
| | | * | | | inline GetBlockTransactionCountByNumber | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | | | | | |||||
| | | * | | | inline GetBlockUncleCountByHash | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | | | | | |||||
| | | * | | | inline GetBlockUncleCountByNumber | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | | | | | |||||
| | | * | | | fixes | Taylor Gerring | 2015-03-20 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | inline UninstallWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+6 |
| | | | | | | |||||
| | | * | | | inline WhisperMessages | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | | | | | |||||
| | | * | | | inline GetTransactionByHash | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | | | | | |||||
| | | * | | | inline RemoveWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | | | | | |||||
| | | * | | | inline NewWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+2 |
| | | | | | | |||||
| | | * | | | inline DbGet | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | | | | | | |||||
| | | * | | | inline DbPut | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | | | | | |||||
| | | * | | | inline GetCompilers | Taylor Gerring | 2015-03-20 | 1 | -7/+2 |
| | | | | | | |||||
| | | * | | | inline GetData | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | | | | | |||||
| | | * | | | inline GetTxCountAt | Taylor Gerring | 2015-03-20 | 1 | -10/+7 |
| | | | | | | |||||
| | | * | | | inline GetStorage | Taylor Gerring | 2015-03-20 | 1 | -9/+6 |
| | | | | | | |||||
| | | * | | | inline GetBalance | Taylor Gerring | 2015-03-20 | 1 | -9/+6 |
| | | | | | | |||||
| | | * | | | inline HasWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | | | | | |||||
| | | * | | | Inline getStateWithNum | Taylor Gerring | 2015-03-20 | 1 | -8/+4 |
| | | | | | | |||||
| | * | | | | Reorg filter logic to XEth | Taylor Gerring | 2015-03-20 | 6 | -203/+273 |
| | | | | | | |||||
| * | | | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-20 | 5 | -97/+111 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | rpcfrontier | ||||
| | * \ \ \ \ | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-20 | 5 | -1256/+4054 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add tests for errors | Taylor Gerring | 2015-03-20 | 1 | -0/+41 |
| | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Merge branch 'rpcutil' into rpcfrontier | Taylor Gerring | 2015-03-20 | 4 | -97/+70 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Make send internal | Taylor Gerring | 2015-03-20 | 1 | -6/+6 |
| | | | | | | | |||||
| | | * | | | | Remove util | Taylor Gerring | 2015-03-20 | 2 | -57/+33 |
| | | | | | | | |||||
| | | * | | | | Remove extra logger | Taylor Gerring | 2015-03-20 | 2 | -5/+2 |
| | | | | | | | |||||
| | | * | | | | Move Log to LogRes | Taylor Gerring | 2015-03-20 | 3 | -29/+29 |
| | | | | | | | |||||
| * | | | | | | Listen to tx pre event and trigger 'pending' | obscuren | 2015-03-20 | 3 | -16/+20 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Added caching for block chain. Currently set to 10k | obscuren | 2015-03-20 | 4 | -2/+136 |
| |_|_|/ / |/| | | | | |||||
* | | | | | fixed ethash | obscuren | 2015-03-20 | 2 | -4/+4 |
| | | | | | |||||
* | | | | | updated ethash | obscuren | 2015-03-20 | 16 | -237/+1107 |
| | | | | | |||||
* | | | | | copy over loop | obscuren | 2015-03-20 | 2 | -14/+4 |
| | | | | | |||||
* | | | | | Removed more casts | obscuren | 2015-03-20 | 5 | -24/+14 |
| | | | | | |||||
* | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-20 | 4 | -1254/+4054 |
|\| | | | | |||||
| * | | | | Merge commit 'f144a95940a5df0809bb028eef7b337125423602' into develop | obscuren | 2015-03-20 | 3 | -1253/+4053 |
| |\ \ \ \ | |||||
| | * | | | | Squashed 'tests/files/' changes from e558aa4..559268b | obscuren | 2015-03-20 | 3 | -1253/+4053 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 559268b go failure 473f67f BlockTests More Invalid RLPs updated to latest develop 296c653 Fixed test to 15 header items d011a67 Merge branch 'develop' of git://github.com/ethereum/tests into develop 44a3664 Updated to 16mb size git-subtree-dir: tests/files git-subtree-split: 559268ba4b454152c17b343db33d617877f30a3a | ||||
| * | | | | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-20 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | moved back to debug | obscuren | 2015-03-19 | 1 | -1/+1 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | :-) | obscuren | 2015-03-20 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | merge | obscuren | 2015-03-19 | 12 | -178/+275 |
|\| | | | | | |_|_|_|/ |/| | | | | |||||
| * | | | | re-enabled json logging | obscuren | 2015-03-19 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-19 | 12 | -242/+341 |
| |\| | | | |||||
| | * | | | fixed chain event. Closes #529 | obscuren | 2015-03-19 | 8 | -38/+58 |
| | | | | | |||||
| | * | | | Removed frontier in version :-( | obscuren | 2015-03-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-19 | 409 | -1191/+32227 |
| | |\ \ \ | |||||
| | * | | | | Validate NewTx From field is not blank | Taylor Gerring | 2015-03-19 | 3 | -0/+40 |
| | | | | | | |||||
| | * | | | | Merge branch 'rpcutil' into rpcfrontier | Taylor Gerring | 2015-03-19 | 4 | -137/+178 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Tests | Taylor Gerring | 2015-03-19 | 1 | -1/+51 |
| | | | | | | |||||
| | | * | | | BlockNumber as int fix | Taylor Gerring | 2015-03-19 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Remove UnmarshalRawMessages | Taylor Gerring | 2015-03-19 | 2 | -124/+125 |
| | | | | | | |||||
| | | * | | | Remove i2hex | Taylor Gerring | 2015-03-18 | 2 | -7/+2 |
| | | | | | | |||||
| | | * | | | Remove RpcServer | Taylor Gerring | 2015-03-18 | 1 | -5/+0 |
| | | | | | | |||||
| * | | | | | Removed frontier from version :-( | obscuren | 2015-03-19 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-19 | 408 | -1200/+32257 |
|\ \ \ \ \ | |||||
| * | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-19 | 1 | -10/+18 |
| |\| | | | | |||||
| | * | | | | Removed uint casts | obscuren | 2015-03-19 | 1 | -10/+18 |
| | | | | | | |||||
| * | | | | | improved test output | obscuren | 2015-03-19 | 1 | -24/+45 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-19 | 408 | -1182/+32210 |
| |\| | | | | |||||
| | * | | | | fixed tests | obscuren | 2015-03-19 | 4 | -20/+16 |
| | | | | | | |||||
| | * | | | | Fixed mkdnode & added some tests | obscuren | 2015-03-19 | 8 | -16/+55 |
| | | | | | | |||||
| | * | | | | Merge commit '85fa3790ac9f67232f0e31e7f861c66ef0e0047e' into develop | obscuren | 2015-03-19 | 399 | -1150/+32143 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Squashed 'tests/files/' changes from 641ebaa..e558aa4 | obscuren | 2015-03-19 | 399 | -1150/+32143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e558aa4 clean up 47096f8 remove corrupted files 47e73ea even more failures 18506ee add tests a9729da merge bc09d2e merge 3c89576 new tests 650ac93 Merge remote-tracking branch 'origin/develop' into develop ee7ea6a update blockChainTests 46484ae fuzz tests eb8f8fb fuzz testing 1c74972 fuzz testing results 8f06b8f Block Tests +make RLP header larger than rlp +all block fields +1)Prefixed000 +2)Larger size +3)Less Size +4)rlp element list when shouldnt +5)given as array +random byte at the end +transaction fields +random byte in RLP fdf6c3e BlokTests Invalid Block Header RLPs (0000prefix, tooLarge, tooShort) c81751d update gasLimit git-subtree-dir: tests/files git-subtree-split: e558aa49d425eb43b8ee2f71f52b6312ab092520 | ||||
* | | | | | | eth, whisper: adapt for RLP encoder switch in package p2p | Felix Lange | 2015-03-19 | 5 | -175/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have rewritten the protocol test to use p2p.MsgPipe because p2p.NewMsg is gone. | ||||
* | | | | | | p2p: interrupt MsgPipe payload read/write | Felix Lange | 2015-03-19 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is better because protocols might not actually read the payload for some errors (msg too big, etc.) which can be a pain to test with the old behaviour. | ||||
* | | | | | | p2p: log disconnect requests | Felix Lange | 2015-03-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This helps a lot with debugging. | ||||
* | | | | | | p2p: use package rlp to encode messages | Felix Lange | 2015-03-19 | 8 | -68/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message encoding functions have been renamed to catch any uses. The switch to the new encoder can cause subtle incompatibilities. If there are any users outside of our tree, they will at least be alerted that there was a change. NewMsg no longer exists. The replacements for EncodeMsg are called Send and SendItems. | ||||
* | | | | | | p2p: export ExpectMsg (for eth protocol testing) | Felix Lange | 2015-03-19 | 2 | -32/+32 |
|/ / / / / | |||||
* | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-19 | 19 | -244/+304 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rpcfrontier' into conversion | obscuren | 2015-03-19 | 2 | -67/+65 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-19 | 8 | -106/+126 |
| | |\| | | | | | |_|/ | | |/| | | |||||
| | * | | | merge develop | Taylor Gerring | 2015-03-18 | 8 | -111/+106 |
| | |\ \ \ | |||||
| | * | | | | Remove JsonWrapper | Taylor Gerring | 2015-03-18 | 2 | -22/+19 |
| | | | | | | |||||
| | * | | | | Support JSON RPC batch requests | Taylor Gerring | 2015-03-18 | 2 | -52/+53 |
| | |\ \ \ \ | |||||
| | | * | | | | Add JSON RPC batch support | Taylor Gerring | 2015-03-18 | 2 | -52/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.jsonrpc.org/specification#batch | ||||
| * | | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-19 | 7 | -97/+97 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Merge branch 'ethersphere-frontier/cli-private-network' into develop | obscuren | 2015-03-19 | 7 | -102/+102 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | added frontier to version | obscuren | 2015-03-19 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'frontier/cli-private-network' of ↵ | obscuren | 2015-03-19 | 7 | -101/+101 |
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ethersphere/go-ethereum into ethersphere-frontier/cli-private-network | ||||
| | | * | | | | | fix eth tests | zelig | 2015-03-18 | 1 | -3/+3 |
| | | | | | | | | |||||
| | | * | | | | | private network support | zelig | 2015-03-18 | 6 | -74/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - protocolversion, networkid global int flags to cli and mist - fix bug with protocolversion check using wrong db - log protocolversion & networkid in backend | ||||
| | | * | | | | | eth/backend: remove spurious and incorrent PeerInfo() | zelig | 2015-03-18 | 1 | -5/+4 |
| | | | | | | | | |||||
| | | * | | | | | eth: remove disused peer_util.go | zelig | 2015-03-18 | 1 | -23/+0 |
| | | | |_|/ / | | | |/| | | | |||||
| * | | | | | | merge | obscuren | 2015-03-19 | 10 | -78/+92 |
| |\| | | | | | |||||
| | * | | | | | Merge pull request #523 from fjl/docker-fast | Taylor Gerring | 2015-03-19 | 1 | -4/+3 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Dockerfile: use fast™ build steps | ||||
| | | * | | | | | Dockerfile: use fast™ build steps | Felix Lange | 2015-03-17 | 1 | -4/+3 |
| | | |/ / / / | |||||
| | * | | | | | Merge pull request #522 from fjl/makedag | Felix Lange | 2015-03-18 | 1 | -0/+21 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | cmd/ethereum: add makedag command for testing | ||||
| | | * | | | | cmd/ethereum: add makedag command for testing | Felix Lange | 2015-03-17 | 1 | -0/+21 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #498 from maran/feature/drytoHex | Jeffrey Wilcke | 2015-03-18 | 8 | -111/+106 |
| | |\ \ \ \ | | | | | | | | | | | | | | | DRY up the use of toHex in the project and move it to common | ||||
| | | * | | | | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 8 | -113/+108 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-18 | 15 | -114/+216 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | conversion | ||||
| * | | | | | | | prep template for fixed size hashes | obscuren | 2015-03-18 | 2 | -2/+50 |
| | | | | | | | | |||||
* | | | | | | | | rlp: fix encoding of one element strings and byte slices | Felix Lange | 2015-03-19 | 2 | -7/+20 |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encoder was missing a special case for one element strings whose element is below 0x7f. Such strings must be encoded as a single byte without a string header. | ||||
* | | | | | | | cmd/ethereum, cmd/utils: partial fix for chain import | Felix Lange | 2015-03-18 | 2 | -8/+4 |
| | | | | | | | |||||
* | | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-18 | 40 | -660/+1366 |
|\| | | | | | | |||||
| * | | | | | | conversions. -compilable- | obscuren | 2015-03-18 | 12 | -130/+139 |
| | | | | | | | |||||
| * | | | | | | conversions | obscuren | 2015-03-18 | 4 | -27/+30 |
| | | | | | | | |||||
| * | | | | | | Added Hex methods | obscuren | 2015-03-18 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-18 | 29 | -505/+1197 |
| |\| | | | | | |||||
| | * | | | | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-18 | 6 | -42/+179 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-18 | 144 | -1423/+13716 |
| | | |\ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| | | |||||
| | * | | | | bump | obscuren | 2015-03-18 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge pull request #485 from ethersphere/frontier/nodeadmin.js | Felix Lange | 2015-03-18 | 23 | -462/+1017 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Frontier console node admin interface | ||||
| | | * | | | | remove long-running mining test, ethutil -> common | zelig | 2015-03-16 | 2 | -46/+8 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'frontier/js' into frontier/nodeadmin.js | zelig | 2015-03-16 | 116 | -619/+607 |
| | | |\ \ \ \ | |||||
| | | | * | | | | we do not use the name Frontier Console | zelig | 2015-03-16 | 1 | -4/+4 |
| | | | | | | | | |||||
| | | | * | | | | ethutil -> common | zelig | 2015-03-16 | 2 | -5/+5 |
| | | | | | | | | |||||
| | | | * | | | | Merge remote-tracking branch 'upstream/develop' into frontier/js | zelig | 2015-03-16 | 122 | -727/+611 |
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go | ||||
| | | * | | | | | Merge remote-tracking branch 'upstream/develop' into frontier/nodeadmin.js | zelig | 2015-03-16 | 9 | -116/+12 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'frontier/js' into frontier/nodeadmin.js | zelig | 2015-03-15 | 1 | -0/+89 |
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | |||||
| | | | * | | | | | menubar back to mist main.qml | zelig | 2015-03-15 | 1 | -0/+89 |
| | | | | | | | | | |||||
| | | * | | | | | | Merge branch 'frontier/js' into frontier/nodeadmin.js | zelig | 2015-03-15 | 1 | -21/+20 |
| | | |\| | | | | | |||||
| | | | * | | | | | jsre: remove assetpath using GOPATH from test | zelig | 2015-03-15 | 1 | -21/+20 |
| | | | | | | | | | |||||
| | | * | | | | | | node admin interface for Frontier Console, see spec ↵ | zelig | 2015-03-15 | 3 | -0/+550 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ethereum/go-ethereum/wiki/Frontier-Console | ||||
| | | * | | | | | | eth: | zelig | 2015-03-15 | 1 | -3/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - NodeInfo, PeerInfo types, PeersInfo(), NodeInfo() in eth/backend to support node admin IF - start net only if MaxPeers > 0, close extraDb in Stop() - defer s.extraDb.Close() | ||||
| | | * | | | | | | p2p: server>discover table Self=Node exported | zelig | 2015-03-15 | 2 | -8/+12 |
| | | |/ / / / / | |||||
| | | * | | | | | CLI: | zelig | 2015-03-15 | 3 | -130/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - js subcommand for vm - console for Frontier console interactive REPL - jspath in cli - integrate jeth apiBindings | ||||
| | | * | | | | | rpc | zelig | 2015-03-15 | 3 | -13/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre | ||||
| | | * | | | | | remove jsre from mist | zelig | 2015-03-15 | 4 | -193/+63 |
| | | | | | | | | |||||
| | | * | | | | | jsre: | zelig | 2015-03-15 | 8 | -202/+216 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests | ||||
| | | | | | * | | Comment out whisper remove identity stubs | Taylor Gerring | 2015-03-17 | 3 | -21/+21 |
| | | | | | | | | |||||
| | | | | | * | | More empty param tests | Taylor Gerring | 2015-03-17 | 2 | -0/+55 |
| | | | | | | | | |||||
| | | | | | * | | RPC empty args tests | Taylor Gerring | 2015-03-17 | 1 | -0/+47 |
| | | | | | | | | |||||
| | | | | | * | | Return error when filter params are not strings | Taylor Gerring | 2015-03-17 | 1 | -14/+20 |
| | | | | | | | | |||||
| | | | | | * | | Initial support to remove Whisper identities per #491 | Taylor Gerring | 2015-03-17 | 3 | -2/+26 |
| | | | | | | | | |||||
| | | | | | * | | Merge branch 'develop' into rpcfrontier | Taylor Gerring | 2015-03-17 | 2 | -22/+4 |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | |||||
| | | | | | * | | Allow latest/pending in filter options | Taylor Gerring | 2015-03-16 | 2 | -40/+45 |
| | | | | | | | | |||||
* | | | | | | | | core: fix tests | Felix Lange | 2015-03-18 | 5 | -19/+13 |
| | | | | | | | | |||||
* | | | | | | | | core: use package rlp to encode blocks | Felix Lange | 2015-03-18 | 2 | -30/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also changes the chain export format so there is no enclosing list around the blocks, which enables streaming export. | ||||
* | | | | | | | | core/types: use package rlp instead of common.Decode | Felix Lange | 2015-03-18 | 4 | -60/+155 |
| | | | | | | | | |||||
* | | | | | | | | rlp: add DecodeBytes | Felix Lange | 2015-03-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Über-convenience. | ||||
* | | | | | | | | rlp: don't panic for nil *big.Int | Felix Lange | 2015-03-18 | 2 | -1/+7 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | All other pointer types can handle nil just fine. | ||||
* | | | | | | | Fixed tests and bloom | obscuren | 2015-03-18 | 3 | -19/+35 |
| | | | | | | | |||||
* | | | | | | | bloom | obscuren | 2015-03-17 | 3 | -14/+20 |
| | | | | | | | |||||
* | | | | | | | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 7 | -22/+30 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-17 | 124 | -989/+12704 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/types.go | ||||
| * | | | | | | Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop | obscuren | 2015-03-17 | 121 | -960/+12698 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Squashed 'tests/files/' changes from 0749546..641ebaa | obscuren | 2015-03-17 | 121 | -960/+12698 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 641ebaa Merge branch 'develop' of https://github.com/ethereum/tests into develop 8e44fd4 possibility to launch more than one machine 5498fd5 2 more python fails 99268f3 update random test simulation files 170485e Merge remote-tracking branch 'origin/develop' into develop 4fcdf8f new python fails e67b68a Merge branch 'develop' of https://github.com/ethereum/tests into develop 3f45f18 BlockRLPTests block fields prefixed with 0000 9fa9bbd Merge pull request #78 from wanderer/develop 222c2b4 update block tests 9d844dd python fails 05233a4 update blockchaintests 7dc0aa2 update JS_API_Test blockchain 6daf1cc added JS_API_test blockchain e878f7e consitant address format 0e246ce python fail 57ea9a0 random failures 95934e0 add test for callcode to 0 13b8cd2 new python failures 9e60453 remove empty tests ca6dfa9 uncle older than 6 generation test cf7e950 some random failures 282090e update gas limits + uncle generation test bb4c1f4 cppjit failure cda9d4c more random failures 31ac17a add calldataload big offset test f6b8e28 remove seedhash and update blockchain tests ad69f9d add addmod test in order toc check that nothing get downcasted inbetween 38b7db2 a failing test b9149b5 Merge remote-tracking branch 'origin/develop' into develop 5bea708 more failing tests 478a07d fix missing comma 6d82797 Merge remote-tracking branch 'origin/develop' into develop 2f380e2 random fails 3cd0ce7 Merge pull request #75 from romanman/develop afa0a43 Update crypto.json 1b9b7b8 Introduce ECIES crypto test git-subtree-dir: tests/files git-subtree-split: 641ebaa3cf257c08838c707bebb481d61e708f95 | ||||
| * | | | | | removed compile | obscuren | 2015-03-16 | 2 | -22/+4 |
| | |_|_|/ | |/| | | | |||||
| * | | | | tmp | obscuren | 2015-03-16 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | fixed to | obscuren | 2015-03-17 | 2 | -50/+65 |
| | | | | | |||||
* | | | | | core: actually convert transaction pool | Felix Lange | 2015-03-17 | 3 | -17/+19 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-17 | 11 | -72/+88 |
|\ \ \ \ \ | |||||
| * | | | | | converted vm | obscuren | 2015-03-17 | 11 | -72/+88 |
| | | | | | | |||||
* | | | | | | pow/ezp: use common.Hash | Felix Lange | 2015-03-17 | 1 | -7/+4 |
| | | | | | | |||||
* | | | | | | core: adapt Message for new Transaction.From signature | Felix Lange | 2015-03-17 | 2 | -3/+5 |
| | | | | | | |||||
* | | | | | | core: convert transaction pool to common.{Address,Hash} | Felix Lange | 2015-03-17 | 1 | -33/+21 |
| | | | | | | |||||
* | | | | | | core/types: don't use Address zero value for invalid addresses | Felix Lange | 2015-03-17 | 2 | -27/+37 |
| | | | | | | |||||
* | | | | | | core/types: fix Transaction.Hash and add support for encoding with package rlp | Felix Lange | 2015-03-17 | 2 | -6/+75 |
| | | | | | | |||||
* | | | | | | crypto: fix Sha3Hash and add a test for it | Felix Lange | 2015-03-17 | 2 | -2/+8 |
|/ / / / / | |||||
* | | | | | converted chain manager | obscuren | 2015-03-17 | 7 | -57/+63 |
| | | | | | |||||
* | | | | | updated vm env | obscuren | 2015-03-17 | 3 | -21/+23 |
| | | | | | |||||
* | | | | | updated blockpool | obscuren | 2015-03-17 | 11 | -106/+151 |
| | | | | | |||||
* | | | | | Moved gas | obscuren | 2015-03-17 | 3 | -66/+65 |
| | | | | | |||||
* | | | | | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-17 | 3 | -69/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | conversion | ||||
| * | | | | | core/types: use common.{Hash,Address} in for transactions | Felix Lange | 2015-03-17 | 2 | -68/+26 |
| | | | | | | |||||
| * | | | | | Merge branch 'conversion' of https://github.com/ethereum/go-ethereum | Felix Lange | 2015-03-17 | 6 | -37/+75 |
| |\ \ \ \ \ | |||||
| * | | | | | | crypto: add Sha3Hash | Felix Lange | 2015-03-17 | 1 | -1/+10 |
| | | | | | | | |||||
* | | | | | | | converted vm | obscuren | 2015-03-17 | 6 | -58/+75 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | block conversion | obscuren | 2015-03-17 | 6 | -37/+75 |
|/ / / / / | |||||
* | | | | | conversion state | obscuren | 2015-03-17 | 6 | -36/+40 |
| | | | | | |||||
* | | | | | Getters shouldn't need to be pointer receiver | obscuren | 2015-03-16 | 1 | -8/+7 |
| | | | | | |||||
* | | | | | undo | obscuren | 2015-03-16 | 5 | -90/+68 |
| | | | | | |||||
* | | | | | compilable trie (tests fail) | obscuren | 2015-03-16 | 6 | -71/+90 |
| | | | | | |||||
* | | | | | Added functions to Hash & Address | obscuren | 2015-03-16 | 1 | -1/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Set, SetString, SetBytes * StringTo*, BytesTo* | ||||
* | | | | | Added ToString methods | obscuren | 2015-03-16 | 1 | -3/+6 |
| | | | | | |||||
* | | | | | new type + additional methods | obscuren | 2015-03-16 | 7 | -62/+107 |
|/ / / / | |||||
* | | / | Moved ethutil => common | obscuren | 2015-03-16 | 116 | -604/+610 |
| |_|/ |/| | | |||||
* | | | updated godep ethash | obscuren | 2015-03-16 | 2 | -4/+6 |
| | | | |||||
* | | | moved to detail | obscuren | 2015-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | cleaning up unused code | obscuren | 2015-03-15 | 5 | -108/+0 |
| | | | |||||
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: README.md | ||||
| * | | | Linux build links | obscuren | 2015-03-15 | 1 | -3/+5 |
| | |/ | |/| | |||||
* / | | Linux build links | obscuren | 2015-03-15 | 1 | -3/+5 |
|/ / | |||||
* | | removed seed hash | obscuren | 2015-03-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'fjl-block-tests' into develop | obscuren | 2015-03-15 | 7 | -20/+346 |
|\ \ | |||||
| * | | merge | obscuren | 2015-03-15 | 7 | -20/+346 |
|/| | | |||||
| * | | cmd/ethereum: add blocktest command | Felix Lange | 2015-03-14 | 2 | -0/+67 |
| | | | |||||
| * | | eth: add ResetWithGenesisBlock | Felix Lange | 2015-03-14 | 1 | -4/+11 |
| | | | | | | | | | | | | This depends on a change in ethash which exposes UpdateCache. | ||||
| * | | eth: add hook for database creation | Felix Lange | 2015-03-14 | 1 | -2/+10 |
| | | | |||||
| * | | cmd/utils: GetEthereum -> MakeEthConfig | Felix Lange | 2015-03-14 | 3 | -12/+16 |
| | | | | | | | | | | | | | | | This allows changing the config before starting Ethereum with it. | ||||
| * | | tests: add helper functions for block tests | Felix Lange | 2015-03-14 | 1 | -0/+240 |
| | | | |||||
| * | | core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte | Felix Lange | 2015-03-14 | 1 | -3/+3 |
| | | | | | | | | | | | | There is no reason to keep them as ethutil.Bytes. | ||||
* | | | Increased filter ticker time to 5 minutes | obscuren | 2015-03-15 | 1 | -2/+2 |
| | | | |||||
* | | | Updated ethash | obscuren | 2015-03-14 | 30 | -597/+1254 |
| | | | |||||
* | | | POW fixes | obscuren | 2015-03-14 | 4 | -12/+1 |
| | | | |||||
* | | | typo | obscuren | 2015-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-14 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | Return null coinbase when accounts not created | Taylor Gerring | 2015-03-14 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | Was previously returning nonsensical “0x” | ||||
* | | | | Improved errors. Closes #475 | obscuren | 2015-03-14 | 2 | -7/+5 |
| | | | | |||||
* | | | | Merge pull request #481 from maran/feature/fromHexDry | Jeffrey Wilcke | 2015-03-14 | 11 | -91/+76 |
|\ \ \ \ | | | | | | | | | | | DRY-up the use of fromHex in the project |