aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | cmd/ethereum: new JS repl with cross-platform line editingFelix Lange2015-03-067-538/+209
| | | | | | | | | | | |
| * | | | | | | | | | | cmd/ethereum: improve command line interfaceFelix Lange2015-03-0623-272/+3805
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.
| * | | | | | | | | | | Godeps: delete golang.org/x/net/websocketFelix Lange2015-03-069-2266/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer imported by any package in our tree.
| * | | | | | | | | | | ethutil: remove Config variableFelix Lange2015-03-067-37/+29
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New
* | | | | | | | | | | Merge pull request #434 from fjl/poc-9Felix Lange2015-03-0663-2534/+3271
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Godeps: bump github.com/ethereum/ethash
| * | | | | | | | | | Godeps: bump github.com/ethereum/ethashFelix Lange2015-03-0663-2534/+3271
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the build.
* | | | | | | | | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9obscuren2015-03-064-1/+377
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #426 from Gustav-Simonsson/add_blockchain_testsJeffrey Wilcke2015-03-064-1/+377
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add initial implementation of block tests
| | * | | | | | | | | | Add initial implementation of block testsGustav Simonsson2015-03-054-1/+377
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add blocktest cmd and support for block tests files in tests/BlockTests , the launched node does not connect to network, resets state with a genesis block from the test file and starts the RPC API
* | | | | | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-062-8/+22
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'tendermint-develop_pull_request' into developobscuren2015-03-062-9/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Start at 0obscuren2015-03-061-2/+1
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'develop_pull_request' of ↵obscuren2015-03-061-7/+21
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/tendermint/ethermint into tendermint-develop_pull_request
| | * | | | | | | | | Fixed iterator bug which skips the 0x000...000 key=2015-03-051-7/+21
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-0627-36/+544
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'alexvandesande-ui' into developobscuren2015-03-0627-36/+544
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Removed unused variablesobscuren2015-03-061-2/+1
| | | | | | | | | |
| | * | | | | | | | network back to local filesAlexandre Van de Sande2015-03-051-5/+0
| | | | | | | | | |
| | * | | | | | | | Fixed Average Return calculationAlexandre Van de Sande2015-03-052-3/+3
| | | | | | | | | |
| | * | | | | | | | updated network app to latest buildAlexandre Van de Sande2015-03-043-4/+5
| | | | | | | | | |
| | * | | | | | | | Merge branch 'develop' into uiAlexandre Van de Sande2015-03-0465-1325/+1402
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | network dashboard is now a local fileAlexandre Van de Sande2015-03-0423-1/+346
| | | | | | | | | |
| | * | | | | | | | updating to new network health pageAlexandre Van de Sande2015-03-042-4/+5
| | | | | | | | | |
| | * | | | | | | | Network Health Panel with miningAlexandre Van de Sande2015-03-035-27/+178
| | | | | | | | | |
| | * | | | | | | | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-23111-2977/+1988
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | changes to sidebar sizesAlexandre Van de Sande2015-02-231-17/+32
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'fjl-p2p-handshake-2' into poc-9obscuren2015-03-0615-747/+763
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into ↵obscuren2015-03-0615-747/+763
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fjl-p2p-handshake-2
| * | | | | | | | | | | eth, p2p: delete p2p.BlacklistFelix Lange2015-03-042-67/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is unused and untested right now. We can bring it back later if required.
| * | | | | | | | | | | p2p: reject messages that cannot be written as simple RLPx framesFelix Lange2015-03-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until chunked frames are implemented we cannot send messages with a size overflowing uint24.
| * | | | | | | | | | | p2p: restore read/write timeoutsFelix Lange2015-03-045-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They got lost in the transition to rlpxFrameRW.
| * | | | | | | | | | | eth, whisper: fix msg.Payload readsFelix Lange2015-03-042-32/+31
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: msg.Payload contains list dataFelix Lange2015-03-047-75/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With RLPx frames, the message code is contained in the frame and is no longer part of the encoded data. EncodeMsg, Msg.Decode have been updated to match. Code that decodes RLP directly from Msg.Payload will need to change.
| * | | | | | | | | | | p2p: verify protocol handshake node IDFelix Lange2015-03-041-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: make encryption handshake code easier to followFelix Lange2015-03-042-302/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This mostly changes how information is passed around. Instead of using many function parameters and return values, put the entire state in a struct and pass that. This also adds back derivation of ecdhe-shared-secret. I deleted it by accident in a previous refactoring.
| * | | | | | | | | | | p2p/discover: add NodeID.PubkeyFelix Lange2015-03-042-0/+33
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: make RLPx frame MAC 16 bytes as defined in the specFelix Lange2015-03-042-13/+19
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: delete frameRWFelix Lange2015-03-042-184/+0
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: use RLPx frames for messagingFelix Lange2015-03-046-50/+73
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: encrypted and authenticated RLPx frame I/OFelix Lange2015-03-044-172/+197
| | | | | | | | | | | |
| * | | | | | | | | | | p2p: add basic RLPx frame I/OFelix Lange2015-03-042-0/+252
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | wip mathobscuren2015-03-063-0/+152
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Miner fixes and updates (including miner)obscuren2015-03-0510-32/+45
|/ / / / / / / / /
* | | | | | | | | Clean up REPLobscuren2015-03-047-166/+141
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-042-14/+12
|\| | | | | | | |
| * | | | | | | | removed double flag. Closes #421obscuren2015-03-041-1/+0
| | | | | | | | |
| * | | | | | | | Merge pull request #413 from chfast/pr/jit_build_fixesJeffrey Wilcke2015-03-041-13/+12
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | JIT build fixes
| | * | | | | | | | Fix JitVm buildPaweł Bylica2015-03-031-1/+1
| | | | | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-0347-833/+1204
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Add required block numberPaweł Bylica2015-03-031-1/+1
| | | | | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-02-248-26/+60
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-02-24803-3573/+442114
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | Update JIT interface to ABI 0.2: code hash added to input data, gas counter ↵Paweł Bylica2015-02-161-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passed as int64
* | | | | | | | | | | uncle validationobscuren2015-03-044-30/+46
| | | | | | | | | | |
* | | | | | | | | | | Fixed genesisobscuren2015-03-043-20/+31
| | | | | | | | | | |
* | | | | | | | | | | updated genesisobscuren2015-03-042-1/+4
| | | | | | | | | | |
* | | | | | | | | | | Changed nonce to a uint64obscuren2015-03-0410-25/+30
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-042-34/+0
|\| | | | | | | | | |
| * | | | | | | | | | removed all old filtersobscuren2015-03-042-34/+0
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-049-285/+49
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go
| * | | | | | | | | | Merge pull request #411 from ethersphere/readmeJeffrey Wilcke2015-03-045-132/+48
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [WIP] Update Readme
| | * | | | | | | | | | db name database -> blockchain in backend error messagezelig2015-03-031-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | remove threatening coding standards section from READMEzelig2015-03-031-31/+0
| | | | | | | | | | | |
| | * | | | | | | | | | remove obsolete install scriptzelig2015-03-031-53/+0
| | | | | | | | | | | |
| | * | | | | | | | | | minor cleanupzelig2015-03-032-6/+7
| | | | | | | | | | | |
| | * | | | | | | | | | update READMEzelig2015-03-031-42/+41
| | | |_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - TLDR for godep install - update executable section - cleanup - add several links to wiki
| * | | | | | | | | | Merge pull request #409 from tgerring/jsonlogsJeffrey Wilcke2015-03-047-24/+40
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | Updated JSON log events
| * | | | | | | | | | Merge pull request #408 from tgerring/removewsJeffrey Wilcke2015-03-047-153/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove Websockets RPC transport
| | * \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-0215-150/+153
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go
| | * | | | | | | | | | Remove Websockets RPC transportTaylor Gerring2015-03-017-152/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ethersphere-jsonlogs' into poc-9obscuren2015-03-046-29/+64
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-03-046-29/+64
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-jsonlogs Conflicts: eth/block_pool.go eth/block_pool_test.go eth/protocol_test.go miner/worker.go
| * | | | | | | | | | | | add eth.chain.new_head log to core/chain_managerzelig2015-03-031-3/+12
| | | | | | | | | | | | |
| * | | | | | | | | | | | add eth.chain.received.new_block log to eth protocolzelig2015-03-031-1/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | block number is *big.Int, remoteID is stringzelig2015-03-031-9/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'tgerring/jsonlogs' into jsonlogszelig2015-03-037-24/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | / / / / / / / / | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Fix logger import in testsTaylor Gerring2015-03-022-5/+5
| | | | | | | | | | | |
| | * | | | | | | | | | Add event eth.tx.receivedTaylor Gerring2015-03-021-0/+7
| | | | | | | | | | | |
| | * | | | | | | | | | Don't import logger as ethloggerTaylor Gerring2015-03-022-14/+14
| | | | | | | | | | | |
| | * | | | | | | | | | Implement eth.miner.new_block eventTaylor Gerring2015-03-012-5/+14
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9obscuren2015-03-045-51/+89
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-03-045-51/+89
|/| | | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ethersphere-blockpool2
| * | | | | | | | | partial fix to idle best peer issuezelig2015-03-043-13/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - best peer cannot be idle for more than idleBestPeerTimeout - introduce ErrIdleTooLong fatal error - modify default values
| * | | | | | | | | log when added peer is behind (hash found in blockchain)zelig2015-03-031-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockpool2zelig2015-03-0341-624/+1032
| |\| | | | | | | |
| * | | | | | | | | - fix peer disconnect by adding severity function to errszelig2015-03-034-38/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improve logging - suicide -> removeChain - improved status BlocksInPool calculation
* | | | | | | | | | Fixes and debug addedobscuren2015-03-044-6/+8
| | | | | | | | | |
* | | | | | | | | | mergeobscuren2015-03-0415-209/+169
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-024-104/+40
| | | | | | | | | |
| * | | | | | | | | GetOrNew for accessors. Fixes #404obscuren2015-03-022-17/+9
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Report debug hash rateobscuren2015-03-012-6/+15
| | | | | | | | |
| * | | | | | | | Fixed miner threads for ethereum CLIobscuren2015-03-012-18/+22
| | | | | | | | |
| * | | | | | | | Merge pull request #402 from tgerring/rpcupdatesJeffrey Wilcke2015-03-016-66/+72
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Set RPC listening address via param
| | * | | | | | | | Report RPC listening address in logsTaylor Gerring2015-02-281-1/+3
| | | | | | | | | |
| | * | | | | | | | Add flag to set RPC portTaylor Gerring2015-02-286-65/+69
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #398 from tgerring/assetpathJeffrey Wilcke2015-03-011-2/+11
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Check source directory for assets as last resort
| | * | | | | | | | bump last resort check out of ifelseTaylor Gerring2015-02-271-5/+6
| | | | | | | | | |
| | * | | | | | | | Check source directroy for assets as last resortTaylor Gerring2015-02-271-2/+10
| | | | | | | | | |
* | | | | | | | | | Merge branch 'xcthulhu-publictests' into poc-9obscuren2015-03-0458-95/+17748
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixed pow stuffobscuren2015-03-0410-58/+28
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'publictests' of https://github.com/xcthulhu/go-ethereum into ↵obscuren2015-03-0452-42/+17725
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xcthulhu-publictests
| | * | | | | | | | | | Introducing ethashMatthew Wampler-Doty2015-03-0352-70/+17425
| | | | | | | | | | | |
| | * | | | | | | | | | Only one uncleMatthew Wampler-Doty2015-03-031-0/+4
| | | | | | | | | | | |
| | * | | | | | | | | | Exposing stuff for ethashMatthew Wampler-Doty2015-02-283-2/+5
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'publictests' of github.com:ebuchman/go-ethereum into ethash_powMatthew Wampler-Doty2015-02-2852-744/+1508
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | public functions for making chains on the flyEthan Buchman2015-02-282-96/+131
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/go-ethereum into developEthan Buchman2015-02-2782-1558/+2687
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | core: chain manager forking testsEthan Buchman2015-02-181-0/+276
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/go-ethereum into developEthan Buchman2015-02-18962-10616/+457352
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | fix unchecked slice index on tx.From()Ethan Buchman2015-01-271-2/+7
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-283-4/+9
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | changed messageobscuren2015-03-041-1/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | GasLimit check updatedobscuren2015-03-043-6/+17
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fixed error for invalid transactionobscuren2015-03-034-12/+29
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9obscuren2015-03-0313-135/+378
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 13be3e3..9e3fe72obscuren2015-03-0313-135/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e3fe72 update state root hash git-subtree-dir: tests/files git-subtree-split: 9e3fe720e3d46f046e06a91e45c881e79557f721
* | | | | | | | | | | | | | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9obscuren2015-03-0312-289/+457
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 402e748..13be3e3obscuren2015-03-0312-289/+457
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13be3e3 update git-subtree-dir: tests/files git-subtree-split: 13be3e33afa8d708786f82b63bf874138f05bb02
* | | | | | | | | | | | | | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9obscuren2015-03-0312-459/+291
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 2bfb7db..402e748obscuren2015-03-0312-459/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 402e748 Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 13b6a99 State test refill. git-subtree-dir: tests/files git-subtree-split: 402e7482f9283e08869b3412329e24ef6287d8c7
* | | | | | | | | | | | | | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9obscuren2015-03-0314-330/+312
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 6f75ca3..2bfb7dbobscuren2015-03-0314-330/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2bfb7db update memory test 88f32fa Merge remote-tracking branch 'origin/PoC9' into PoC9 a1f73f9 update gas costs e16b5d3 Move over to key value rather than array of arrays since they're unordered and no duplicates. ac11bbc Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 93ae304 Move to non-repeated. fd9e406 Added test 2 git-subtree-dir: tests/files git-subtree-split: 2bfb7dbe09c62319b28a2c2873caf7e7e99bf32a
* | | | | | | | | | | | | | Updated gast costsobscuren2015-03-034-25/+24
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9obscuren2015-03-0311-8233/+168
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 998e275..6f75ca3obscuren2015-03-0311-8233/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f75ca3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8d22687 update state root - DEBUG git-subtree-dir: tests/files git-subtree-split: 6f75ca354f239fa30f4e07754ede575aed24bbc2
* | | | | | | | | | | | | | wupobscuren2015-03-031-7/+10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9obscuren2015-03-037-89/+273
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from a3d44ca..998e275obscuren2015-03-037-89/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 998e275 renamed 089e346 Added hex encoded securetrie test cdefad8 Update VM tests. ec0a309 update state root b3d223e update state root hash 171a945 update memory teste git-subtree-dir: tests/files git-subtree-split: 998e2756b5491c760f6624c62ebc09e86197c31f
* | | | | | | | | | | | | | Trie => SecureTrieobscuren2015-03-033-3/+7
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Delet => Deleteobscuren2015-03-031-8/+15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Delet => Deleteobscuren2015-03-032-1/+33
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Quad mem & log changesobscuren2015-03-032-10/+15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fixed test helperobscuren2015-03-032-4/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bloom expanded by 4obscuren2015-03-031-3/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Redone rlpobscuren2015-03-032-8/+5
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9obscuren2015-03-0320-552/+5276
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from c6111e6..a3d44caobscuren2015-03-0320-552/+5276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a3d44ca update state tests to PoC9 709d6a7 update stSystemOperationsTest.json 3188f77 fix jumpdest requirements 202b69a remove memory test 41b4e1d add memory tests 2597bdf Merge remote-tracking branch 'origin/PoC9' into PoC9 0de34b2 add stateRoot to state tests 10b4ced Remove unneeded tests. 88eb6bf Fix for tests. 9010f17 Test updates. git-subtree-dir: tests/files git-subtree-split: a3d44caae83dd48db7df176dc784c529945e90a1
* | | | | | | | | | | | | | quad memobscuren2015-03-034-17/+54
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9obscuren2015-03-039-150/+150
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from ce7204f..c6111e6obscuren2015-03-039-150/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6111e6 New tests. git-subtree-dir: tests/files git-subtree-split: c6111e6b5d23766743d004707475e84848ff0ddb
* | | | | | | | | | | | | | updated testsobscuren2015-03-032-18/+30
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-0274-0/+46739
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
| * | | | | | | | | | | | | rm failing testsCJentzsch2015-03-02109-2170319/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | rm failing random testsCJentzsch2015-03-0212-566/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | vmGasCostchangesCJentzsch2015-03-0223-22369/+591
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add secure trie testsCJentzsch2015-03-022-0/+140
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | refine memory stress testCJentzsch2015-03-021-13/+15
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-012-122/+124
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #69 from winsvega/developChristoph Jentzsch2015-03-012-0/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fork block tests
| | * | | | | | | | | | | | | Fork block testswinsvega2015-03-012-0/+89
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | more memmory hard quadratic complexity testsCJentzsch2015-03-011-0/+536
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | more jump testsCJentzsch2015-02-271-0/+103
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add more addmod mulmod overflow testsCJentzsch2015-02-271-0/+313
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add refund tests with CALLCJentzsch2015-02-271-40/+237
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | more mem tests - calldatacopy and returnCJentzsch2015-02-273-7/+332
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | adjust test for new mem ruleCJentzsch2015-02-263-30/+74
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | update to new quadratic memory cost ruleCJentzsch2015-02-265-95/+317
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin' into developCJentzsch2015-02-261-1/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Merge pull request #68 from winsvega/developChristoph Jentzsch2015-02-261-1/+13
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction WrongRLP tests
| | | * | | | | | | | | | | | | Transaction WrongRLP testswinsvega2015-02-261-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more rlps with first zeros
| * | | | | | | | | | | | | | | low limit for difficulty is 1024CJentzsch2015-02-261-71/+71
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8CJentzsch2015-02-261-0/+2498
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #67 from winsvega/developChristoph Jentzsch2015-02-261-2/+6
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction RLP Tests
| | * | | | | | | | | | | | | Transaction RLP Testswinsvega2015-02-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong transaction RLPs correction
| * | | | | | | | | | | | | | Merge pull request #66 from winsvega/developChristoph Jentzsch2015-02-251-0/+546
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block Tests
| | * | | | | | | | | | | | | Block Testswinsvega2015-02-251-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encoded transaction comment
| | * | | | | | | | | | | | | Block Testswinsvega2015-02-251-0/+546
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block Rlps with invalid transactions
| * | | | | | | | | | | | | more Pawel testsCJentzsch2015-02-252-1/+414
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add memory testsCJentzsch2015-02-251-0/+246
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | use 50000 bytes for CALLDATACOPYCJentzsch2015-02-251-6/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add Pawels testsCJentzsch2015-02-254-0/+695
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add quadratic complexity testsCJentzsch2015-02-253-4/+7643
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-243-0/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | spelling errorwanderer2015-02-241-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | spelling errorwanderer2015-02-241-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | added genesis infowanderer2015-02-242-0/+20
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Update crypto.jsonmartin becze2015-02-241-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #65 from romanman/developChristoph Jentzsch2015-02-231-0/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce cryptography testing
| | | * | | | | | | | | | | | | Introduce cryptography testingromanman2015-02-231-0/+8
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + First test case will check the interoperability for all clients to decrypt the cipher with AES in CTR mode.
| * / / / / / / / / / / / / / remove impossible tests, add create hash collision testCJentzsch2015-02-243-152/+177
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-231-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Update trieanyorder.jsonChristoph Jentzsch2015-02-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value.
| * | | | | | | | | | | | | | fix transaction testsCJentzsch2015-02-231-27/+15
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Format clean upmartin becze2015-02-231-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | consistent values pleasemartin becze2015-02-221-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added unpaded R value testwanderer2015-02-221-1/+16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | undo gasMemCostChange, add some state testsCJentzsch2015-02-216-118/+525
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | memGasCost checksCJentzsch2015-02-203-16/+498
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove initial allocs - it tests nothing additional and is difficult to ↵Gav Wood2015-02-201-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintain, especially with genesis contracts. See https://github.com/ethereum/tests/blob/develop/BasicTests/genesishashestest.json for that information.
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-171-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #60 from winsvega/developwinsvega2015-02-171-0/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ttWrongRLPTransaction
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/ethereum/tests into developwinsvega2015-02-175-5/+377
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | new transaction wrong rlp testwinsvega2015-02-171-0/+12
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | python failCJentzsch2015-02-171-0/+31
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | cppjit failsCJentzsch2015-02-164-0/+196
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | more performance testsCJentzsch2015-02-161-5/+181
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | add creation txs in block testsCJentzsch2015-02-161-67/+100
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | more transaction testsCJentzsch2015-02-161-0/+871
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | first block testsCJentzsch2015-02-162-0/+1004
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #59 from winsvega/developChristoph Jentzsch2015-02-132-0/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new solidity tests, manual altered transaction tests
| | * | | | | | | | | | | | | new testswinsvega2015-02-132-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solidity test wrong transaction rlp (manual)
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | bumpwanderer2015-02-121-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | performance testCJentzsch2015-02-131-0/+46
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | add more transaction testsCJentzsch2015-02-111-8/+56
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-113-8/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated signature
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated RLP
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | added transaction tests to index.jswanderer2015-02-112-1/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | cppjit failsCJentzsch2015-02-114-0/+155
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | undo changed due to memory gas cost ruleCJentzsch2015-02-102-365/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | cppjit failCJentzsch2015-02-101-0/+46
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | more memory cost testsCJentzsch2015-02-091-0/+360
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | update memory ruleCJentzsch2015-02-093-51/+5
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | gas failure cppjitCJentzsch2015-02-081-0/+46
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | cppjit failsCJentzsch2015-02-072-0/+104
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | sha3 performance testCJentzsch2015-02-074-0/+168
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | failing tests from random simulation as state tests and transaction testsCJentzsch2015-02-062-3/+158
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | cppjit wrong cmake config failCJentzsch2015-02-062-0/+92
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | debug version for cppjit in dockerfileCJentzsch2015-02-061-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | enabled testssveneh2015-02-051-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | enabled python in testssveneh2015-02-051-16/+17
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | updated python and go to new build requirement. added script to createsveneh2015-02-056-32/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dockers locally
| * | | | | | | | | | | | | remove false testsCJentzsch2015-02-042-104/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | python failCJentzsch2015-02-043-0/+180
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin' into developCJentzsch2015-02-042-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | updated blockchain requirewanderer2015-02-042-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | goFailCJentzsch2015-02-041-0/+59
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | moved blockchain testswanderer2015-02-042-0/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | cppjit failCJentzsch2015-02-031-0/+31
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | RefundOverflowTestCJentzsch2015-02-031-0/+40
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Create badBlockChain.jsonmartin becze2015-02-011-0/+2189
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | updated test loaderwanderer2015-02-012-7/+20
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed old folderwanderer2015-02-011-2189/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | move folderwanderer2015-02-011-0/+2189
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Rename basicBlockChain.js to basicBlockChain.jsonmartin becze2015-02-011-0/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Create basicBlockChain.jsmartin becze2015-02-011-0/+2189
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | bumpwanderer2015-01-311-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Update genesishashestest.jsonmartin becze2015-01-311-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed initial_alloc
| * | | | | | | | | | | | | update genesis blockCJentzsch2015-01-301-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | delete wrong testsCJentzsch2015-01-301-416/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #50 from winsvega/developChristoph Jentzsch2015-01-283-15/+847
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction Tests
| | * | | | | | | | | | | | | Transaction Testswinsvega2015-01-243-15/+847
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New State Tests
| * | | | | | | | | | | | | | fixessveneh2015-01-262-2/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fixessveneh2015-01-262-4/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | added EC2 provisioning, optimised docker for EC2, added python andsveneh2015-01-2618-77/+1092
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppjit client (python not yet working)
| * | | | | | | | | | | | | make money with transaction gas overflowCJentzsch2015-01-231-0/+40
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | python failCJentzsch2015-01-231-0/+46
| | | | | | | | | | | | | |