aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/backend.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-11/+11
* api: allow sending batch of raw transactionsWei-Ning Huang2019-06-121-0/+1
* dex: use dex/downloader in dexSonic2019-06-121-2/+6
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-11/+11
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-081-0/+1
* core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-061-1/+1
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-1/+1
* all: collate new transaction events togetherrjl4934564422018-05-181-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+2
* core: make txpool operate on immutable statePéter Szilágyi2017-09-051-1/+0
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-0/+4
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-9/+4
* internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-301-2/+3
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-1/+1
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* internal/ethapi: drop eth_compile (#3740)Péter Szilágyi2017-03-161-3/+1
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-1/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-1/+1
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-1/+1
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-0/+4
* all: update license informationFelix Lange2016-11-091-1/+1
* les: light client protocol and APIZsolt Felfoldi2016-11-091-2/+2
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-1/+1
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-1/+1
* common/compiler: simplify solc wrapperFelix Lange2016-08-171-8/+5
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+119