aboutsummaryrefslogtreecommitdiffstats
path: root/dex/api_backend.go
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: refactor file structurejm2019-02-191-1/+1
| | | | | For support other vm types, this pr modified the core/vm file structures.
* Revert "core: vm: refactor file structure (#151)"Wei-Ning Huang2019-01-171-1/+1
| | | | This reverts commit 020c8a477578cef3764b54f33d9ca0cf6caf7631.
* core: vm: refactor file structure (#151)JM2019-01-151-1/+1
| | | | For support other vm types, this pr modified the core/vm file structures.
* app: remove pending block logic (#149)bojie2019-01-141-5/+1
|
* api: allow sending batch of raw transactionsWei-Ning Huang2018-12-191-0/+4
|
* dex: use dex/downloader in dexSonic2018-12-191-2/+2
| | | | | To compatible with ethereum code base, make Downloader a interface in internal/ethapi
* dex: remove gasprice package and use eth/gasprice insteadWei-Ning Huang2018-12-191-1/+1
| | | | We did not change anything in eth/gasprice, don't copy it into dex.
* dex: return correct pending nonce (#14)Wei-Ning Huang2018-12-191-1/+2
| | | | We need to return the correct pending nonce (include those in the tx pool). Also, StateAndHeaderByNumber is also fixed to use pending block.
* dex/core: misc bug fixesWei-Ning Huang2018-12-191-0/+3
|
* dex: implement some governance interface functionsWei-Ning Huang2018-12-191-1/+1
|
* dex: governance: implement governance interfaceWei-Ning Huang2018-12-191-3/+4
|
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2018-12-191-0/+217