Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: vm: refactor file structure | jm | 2019-03-26 | 1 | -1/+1 |
| | | | | | For support other vm types, this pr modified the core/vm file structures. | ||||
* | core: Fixed gas price (#205) | Jimmy Hu | 2019-03-12 | 1 | -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) | bojie | 2019-03-12 | 1 | -5/+1 |
| | |||||
* | api: allow sending batch of raw transactions | Wei-Ning Huang | 2019-03-12 | 1 | -0/+4 |
| | |||||
* | dex: use dex/downloader in dex | Sonic | 2019-03-12 | 1 | -2/+2 |
| | | | | | To compatible with ethereum code base, make Downloader a interface in internal/ethapi | ||||
* | dex: remove gasprice package and use eth/gasprice instead | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | | | | We did not change anything in eth/gasprice, don't copy it into dex. | ||||
* | dex: return correct pending nonce (#14) | Wei-Ning Huang | 2019-03-12 | 1 | -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 fixes | Wei-Ning Huang | 2019-03-12 | 1 | -0/+3 |
| | |||||
* | dex: implement some governance interface functions | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | dex: governance: implement governance interface | Wei-Ning Huang | 2019-03-12 | 1 | -3/+4 |
| | |||||
* | dex: add api_backend.go and it's dependencies | Wei-Ning Huang | 2019-03-12 | 1 | -0/+217 |