aboutsummaryrefslogtreecommitdiffstats
path: root/dex/api_backend.go
Commit message (Collapse)AuthorAgeFilesLines
* core: add GovUtil to unify governance state related accessWei-Ning Huang2019-09-171-1/+5
| | | | | Add GovUtil so we could use the same logic in everywhere that requires access to governance state, such as configuration and CRS.
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-16/+16
|
* backport from v1.8.23 (#304)Sonic2019-06-131-10/+2
| | | | | | | | | | | | | | | | | | * dex: backport f6193ad * dex/downloader: backport accc0fa accc0fab 174083c3 * dex: backport 434dd5b * dex: backport 42a914a 0983d02 * dex: backport 48b70ec 31b3334 and some modification * dex/downloader: backport 5f251a6 * dex/downloader: backport 81c3dc7 * dex, dex/downloader: fix typos
* core: Fixed gas price (#205)Jimmy Hu2019-06-121-1/+1
| | | | | | | | | | * core/vm: update abi * core/vm: add MinGasPrice to gov * params: Add MinGasPrice to Config * dex: SuggestPrice from Governance * test: add minGasPrice to genesis.json * core: check underpriced tx * dex: verify with gas price
* app: remove pending block logic (#149)bojie2019-06-121-5/+1
|
* api: allow sending batch of raw transactionsWei-Ning Huang2019-06-121-0/+4
|
* dex: use dex/downloader in dexSonic2019-06-121-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 Huang2019-06-121-1/+1
| | | | We did not change anything in eth/gasprice, don't copy it into dex.
* dex: return correct pending nonce (#14)Wei-Ning Huang2019-06-121-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 Huang2019-06-121-0/+3
|
* dex: implement some governance interface functionsWei-Ning Huang2019-06-121-1/+1
|
* dex: governance: implement governance interfaceWei-Ning Huang2019-06-121-3/+4
|
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2019-06-121-0/+221