| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
For support other vm types, this pr modified the core/vm file
structures.
|
|
|
|
|
|
|
|
|
| |
* dex: Add a flag to GetBlockHeadersMsg and GetBlockBodiesMsg
So that we can dispatch the response msg to fetcher or downloader
easily.
* fixup! dex: Add a flag to GetBlockHeadersMsg and GetBlockBodiesMsg
|
|
|
|
|
|
|
| |
logic (#168)
Refactor GenerateDexonChain function, move governance tx logic to
the user of GenerateDexonChain (testchain_test.go) and move fake node set
code to FakeDexcon.
|
|
|
|
| |
This reverts commit 020c8a477578cef3764b54f33d9ca0cf6caf7631.
|
|
|
|
| |
For support other vm types, this pr modified the core/vm file
structures.
|
|
|
|
|
|
|
| |
In dexon, we don't "mine" and the blockchain won't and shouldn't fork, so
there is no difficulty concept, just replace it with block number.
Note: this commit only replace total difficulty related logic and code
in dex, dex/downloader package.
|
| |
|
|
|