/deskutils/py-dosage/

href='https://www.csie.ntu.edu.tw/~b01902062/git/go-tangerine' title='go-tangerine Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* internal/ethapi: remove code duplication around tx sending (#15158)slumber11222017-09-251-21/+7
* eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)Ernesto del Toro2017-09-201-4/+4
* internal/debug: add debug_setGCPercentFelix Lange2017-09-112-0/+11
* internal/debug: add debug_freeOSMemory (#15122)Felix Lange2017-09-112-71/+68
* core: make txpool operate on immutable statePéter Szilágyi2017-09-052-2/+0
* Merge pull request #15014 from rjl493456442/metropolis-eip658Péter Szilágyi2017-08-231-1/+2
|\
| * core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+2
* | cmd/evm, core/vm, internal/ethapi: Show error when exiting (#14985)Martin Holst Swende2017-08-231-1/+1
|/
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-0/+4
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-091-4/+11
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-092-0/+21
* internal: fix megacheck warnings (#14919)Egon Elbre2017-08-072-34/+3
* internal/build: add GoTool and document why it uses GOROOTFelix Lange2017-08-071-2/+14
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-146/+68
* internal/web3ext: fix debug.traceBlockFromFile wrapper (#14774)Daniel Sloof2017-07-101-2/+2
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-272-30/+16
* Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-261-26/+36
|\
| * whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-26/+36
* | swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-211-0/+270
|/
* cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476)Martin Holst Swende2017-06-071-0/+7
* internal/ethapi: initialize account mutex in lock properlyMartin Holst Swende2017-06-011-2/+3
* Merge pull request #14516 from holiman/noncefixesPéter Szilágyi2017-05-303-36/+92
|\
| * internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-303-36/+92
* | internal/ethapi: fix tx nonces in pool inspect/contentPéter Szilágyi2017-05-291-8/+8
|/
* Merge pull request #14502 from karalabe/mobile-import-ecdsaFelix Lange2017-05-251-4/+2
|\
| * accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-4/+2
* | Merge pull request #14336 from obscuren/metropolis-preparationFelix Lange2017-05-251-1/+1
|\ \ | |/ |/|
| * consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-1/+1
* | internal/ethapi: lock when auto-filling transaction nonce (#14483)Martin Holst Swende2017-05-191-0/+23
|/
* whisper: switching to v5 + minor refactoring (#14387)gluk2562017-04-281-1/+100
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-2/+2
* Merge pull request #14350 from fjl/trie-iterator-skip-2Péter Szilágyi2017-04-251-0/+5
|\
| * eth: add debug_storageRangeAtFelix Lange2017-04-251-0/+5
* | internal/ethapi: return empty arrays instead of null (#14374)bas-vk2017-04-241-3/+3
|/
* all: update license informationFelix Lange2017-04-141-1/+1
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-132-6/+1
* consensus/clique, internal/web3ext: support hash based API queries (#14321)Péter Szilágyi2017-04-121-2/+10
* Merge pull request #14311 from Arachnid/tracingNick Johnson2017-04-121-22/+62
|\
| * internal/ethapi: Add support for fetching information about the current call ...Nick Johnson2017-04-111-22/+62
* | consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-0/+41
|/
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-062-2/+55
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* swarm/api: improve FUSE build constraints, logging and APIs (#3818)Felix Lange2017-03-311-24/+19
* build: unify vendor skipping logicFelix Lange2017-03-231-0/+28
* swarm/api: support mounting manifests via FUSE (#3690)Zahoor Mohamed2017-03-231-0/+29
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-233-13/+4
* core/vm: use uint64 instead of *big.Int in tracer (#3805)Yohann Leon2017-03-223-7/+7
* Merge pull request #3756 from fjl/core-types-gencodecFelix Lange2017-03-222-3/+4
|\
| * internal/jsre/deps: ensure that go generate produces no changesFelix Lange2017-03-072-3/+4
* | internal/ethapi: drop eth_compile (#3740)Péter Szilágyi2017-03-162-85/+1
* | all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-091-14/+2
* | all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-6/+2
|/
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-034-37/+35
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-4/+4
* Merge pull request #3717 from tranvictor/masterPéter Szilágyi2017-02-281-1/+1
|\
| * internal/ethapi: fixes #2648, returns logsBloom for pending blocktranvictor2017-02-271-1/+1
* | all: disable log message colors outside of gethFelix Lange2017-02-271-4/+13
|/
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-6/+9
* internal, log: support debug log prints, displaying log originsPéter Szilágyi2017-02-231-3/+11
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-234-48/+50
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-143-23/+45
* core, eth, internal: Added `debug_getBadBlocks()` method (#3654)Martin Holst Swende2017-02-141-1/+6
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-133-44/+23
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-131-1/+5
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-3/+1
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-132-19/+114
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-132-53/+57
* accounts/abi, internal/jsre/deps: gofmt -w -s (#3636)Diego Siqueira2017-02-031-2/+2
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-023-30/+50
* console, internal/web3ext: remove bzz and ens extensions (#3602)Felix Lange2017-01-251-97/+0
* accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587)Péter Szilágyi2017-01-211-2/+28
* internal/guide: initial test suite to ensure guide snippets run ok (#3582)Péter Szilágyi2017-01-202-0/+118
* Merge pull request #3579 from bas-vk/natspecPéter Szilágyi2017-01-171-6/+0
|\
| * cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-6/+0
* | cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-0/+6
|/
* internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545)Péter Szilágyi2017-01-136-327/+774
* internal/ethapi: fix duration parameter of personal_unlockAccount (#3542)Felix Lange2017-01-111-5/+8
* all: fix spelling errorsPéter Szilágyi2017-01-072-14/+14
* Merge pull request #3518 from fjl/ethclient-dependency-cleanupPéter Szilágyi2017-01-061-1/+1
|\
| * core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
* | accounts, internal, mobile: polish accounts API, extend Android testsPéter Szilágyi2017-01-051-6/+5
|/
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-053-5/+5
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-8/+27
* internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransactionFelix Lange2016-12-201-4/+4
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-301/+159
* rpc: remove HexBytes, replace all uses with hexutil.BytesFelix Lange2016-12-201-9/+9
* internal/jsre: fix built-in inspect functionFelix Lange2016-12-202-4/+4
* internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}Felix Lange2016-12-161-29/+14
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-112-5/+13
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-063-63/+10
* cmd/bzzd: swarm daemon fixes (#3359)Viktor Trón2016-11-281-14/+2
* internal/build: use 'git tag --points-at' to get the current tagFelix Lange2016-11-281-1/+6
* cmd/utils, internal/web3ext: removed httpGetJeffrey Wilcke2016-11-251-5/+0
* internal/web3ext: remove registrar-related extensionsFelix Lange2016-11-251-30/+0
* internal/build: add support for git tag in local EnvironmentFelix Lange2016-11-232-3/+9
* .travis, build: Build step to push .aar to Maven CentralPéter Szilágyi2016-11-141-1/+1
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-14