aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb
ModeNameSize
-rw-r--r--.gitignore336logstatsplainblame
-rw-r--r--database.go10589logstatsplainblame
-rw-r--r--database_test.go4404logstatsplainblame
-rw-r--r--interface.go1030logstatsplainblame
-rw-r--r--memory_database.go2617logstatsplainblame
|/ / * | Merge pull request #3417 from karalabe/mobile-polishesPéter Szilágyi2017-01-055-28/+54 |\ \ | * | accounts, internal, mobile: polish accounts API, extend Android testsPéter Szilágyi2017-01-055-28/+54 * | | swarm/api/http: add support for CORS headers (#3388)Maran2017-01-053-15/+49 |/ / * | Merge pull request #3515 from bas-vk/exportropstenPéter Szilágyi2017-01-053-1/+13 |\ \ | |/ |/| | * core,cmd/utils: bugfix for ropsten dump importsBas van Kervel2017-01-053-1/+13 * | core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-0544-1996/+1653 * | accounts/abi: add support for function types (#3405)RJ2017-01-054-4/+24 * | cmd/utils: disallow `--fakepow` for live operation (#3512)Péter Szilágyi2017-01-051-1/+0 * | accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-0510-201/+91 |/ * Merge pull request #3511 from karalabe/live-fakepowPéter Szilágyi2017-01-043-10/+11 |\ | * cmd/utils, eth, les: bubble --fakepow flag into eth/les tooPéter Szilágyi2017-01-043-10/+11 * | Merge pull request #3505 from bas-vk/txinblockPéter Szilágyi2017-01-041-1/+1 |\ \ | |/ |/| | * ethclient: hex encode request args for TransactionInBlockBas van Kervel2017-01-031-1/+1 * | Merge pull request #3486 from bas-vk/txbyhashPéter Szilágyi2017-01-031-1/+1 |\ \ | * | ethclient: pass ptr when parsing eth_getTransactionByHash resultBas van Kervel2016-12-221-1/+1 * | | mobile: add SetVerbosity (#3492)Guillaume NICOLAS2017-01-031-0/+26 | |/ |/| * | Merge pull request #3490 from karalabe/fix-miner-apiPéter Szilágyi2016-12-231-2/+2 |\ \ | * | eth: fix miner start API to accept int, not hexintPéter Szilágyi2016-12-231-2/+2 |/ / * | Merge pull request #3475 from fjl/rpc-hex-improvementsPéter Szilágyi2016-12-2213-637/+287 |\ \ | |/ |/| | * internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransactionFelix Lange2016-12-202-6/+6 | * rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-2011-534/+234 | * rpc: remove HexBytes, replace all uses with hexutil.BytesFelix Lange2016-12-204-66/+15 | * rpc: improve error messages for invalid argumentsFelix Lange2016-12-201-31/+32 | * internal/jsre: fix built-in inspect functionFelix Lange2016-12-202-4/+4 * | accounts/abi: add support for "anonymous" and "indexed" for events (#3464)bas-vk2016-12-224-20/+61 * | cmd/disasm: fix off-by-one error and improve error handling (#3482)Valentin Wüstholz2016-12-221-2/+7 * | swarm/http: check error returned by reader.Size (#3470)Aron Fischer2016-12-221-1/+13 * | swarm/storage: call size before seek-from-end (#3469)Aron Fischer2016-12-221-2/+5 * | swarm/api: check for zero length manifest error (#3468)Aron Fischer2016-12-221-0/+5 * | Merge pull request #3479 from karalabe/android-ropsten-daoPéter Szilágyi2016-12-211-1/+1 |\ \ | |/ |/| | * mobile: fix ropsten chain configsPéter Szilágyi2016-12-211-1/+1 |/ * eth, miner: verify PoW in the remote agent to notify submitter (#3438)Péter Szilágyi2016-12-202-13/+22 * eth/filters: add FindOnce for iterator-like operation (#3435)Nick Johnson2016-12-201-20/+50 * whisper: refactoring (#3411)gluk2562016-12-2012-66/+253 * Merge pull request #3403 from VoR0220/fixedPointsAbiPéter Szilágyi2016-12-192-7/+85 |\ | * accounts/abi: clean up PR and add type parsing testsPéter Szilágyi2016-12-192-5/+82 | * accounts/abi: prepare ABI to handle fixed point typesVoR02202016-12-191-5/+6 * | Merge pull request #3454 from karalabe/allow-zeroprice-txPéter Szilágyi2016-12-193-32/+9 |\ \ | * | core, light: allow zero cost txs from inexistent accounts tooPéter Szilágyi2016-12-163-32/+9 * | | Merge pull request #3453 from fjl/api-sign-recover-hexPéter Szilágyi2016-12-191-29/+14 |\ \ \ | |/ / |/| | | * | internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}Felix Lange2016-12-161-29/+14 |/ / * | Merge pull request #3445 from karalabe/govet-ip-signalPéter Szilágyi2016-12-151-2/+1 |\ \ | * | p2p/nat: fix a bytes based net.IP comparisonPéter Szilágyi2016-12-151-2/+1 * | | Merge pull request #3442 from karalabe/discv5-fix-ip-comparisonPéter Szilágyi2016-12-154-5/+4 |\| | | * | p2p/discover, p2p/discv5: use flexible comparison for IPsPéter Szilágyi2016-12-154-5/+4 |/ / * | Merge pull request #3433 from karalabe/badblock-order-fixPéter Szilágyi2016-12-142-3/+40 |\ \ | * | core: import future blocks one-by-one, enfore chain ancestryPéter Szilágyi2016-12-132-3/+40 * | | Merge pull request #3441 from karalabe/begin-1.5.6-cyclePéter Szilágyi2016-12-142-5/+5 |\ \ \ | * | | VERSION, params: start Geth 1.5.6 development cyclePéter Szilágyi2016-12-142-5/+5 |/ / / * | | Merge pull request #3440 from karalabe/release-1.5.5Péter Szilágyi2016-12-141-4/+4 |\ \ \ | * | | params: stable version 1.5.5Péter Szilágyi2016-12-141-4/+4 |/ / / * | | Merge pull request #3430 from karalabe/miner-pending-racePéter Szilágyi2016-12-143-74/+217 |\ \ \ | * | | miner: rename pending to unconformed, add bounds and ops testsPéter Szilágyi2016-12-133-30/+117 | * | | miner: clean up unconfirmed mined block trackingPéter Szilágyi2016-12-132-74/+130 | |/ / * | | Merge pull request #3421 from ethersphere/s/swarm-cmdPéter Szilágyi2016-12-146-76/+178 |\ \ \ | * | | cmd/swarm: testnet bootnodes IP address changezelig2016-12-141-5/+5 | * | | cmd/swarm: improve uploader output and add defaultpath optionzelig2016-12-132-22/+68 | * | | cmd/swarm: ethapi not requiredzelig2016-12-131-6/+4 | * | | cmd/swarm: trim trailing slash from bzzapi urlzelig2016-12-131-1/+1 | * | | cmd/swarm: add default bootnodes for testnet 3zelig2016-12-131-6/+13 | * | | swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)zelig2016-12-132-2/+2 | * | | build: add swarm command to binary packages, update READMEzelig2016-12-132-16/+4 | * | | cmd/swarm: subsume cmd/bzz* as subcommands under swarmzelig2016-12-133-27/+90 * | | | Merge pull request #3439 from karalabe/drop-deprecated-wilyPéter Szilágyi2016-12-141-1/+2 |\ \ \ \ | * | | | build: Ubuntu wily was officially deprecated, drop supportPéter Szilágyi2016-12-141-1/+2 |/ / / / * | | | Merge pull request #3429 from bas-vk/txpool-crashPéter Szilágyi2016-12-141-10/+4 |\ \ \ \ | * | | | core: init pending state in tx pool on creationBas van Kervel2016-12-131-10/+4 | |/ / / * | | | Merge pull request #3427 from Arachnid/gzipdumpPéter Szilágyi2016-12-142-5/+45 |\ \ \ \ | * | | | cmd/utils, eth: Add gzip support for chain dump and restoreNick Johnson2016-12-142-5/+45 * | | | | Merge pull request #3437 from karalabe/update-ci-go1.7.4Péter Szilágyi2016-12-142-6/+6 |\ \ \ \ \ | * | | | | travis, appveyor: build with Go 1.7.4Péter Szilágyi2016-12-142-6/+6 |/ / / / / * | | | | Merge pull request #3434 from karalabe/drop-legacy-androidPéter Szilágyi2016-12-14