aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb/schema.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-2/+2
|
* core, rawdb, dex: improve gov state for syncing (#393)Sonic2019-06-151-0/+6
| | | | * core, rawdb, dex: improve gov state for syncing
* core/vm: remove round from addDKG functions (#279)Jimmy Hu2019-06-131-12/+4
| | | | | | | | * vendor: sync to latest core * core/vm: remove addDKG functions * core: fix conflict
* vendor: sync to latest core (#253)Jimmy Hu2019-06-121-3/+12
|
* app: new app test flow (#244)bojie2019-06-121-2/+0
|
* app: implement logic for prepare/verify correctly when chain number change ↵bojie2019-06-121-0/+2
| | | | (#118)
* vendor: sync to latest core (#91)Mission Liao2019-06-121-1/+11
| | | | | | - Implement new methods in db to cache DKG private key. - Implement new methods in db to cache compaction chain tip.
* dex: add BlockDB, which implements consensus core's blockdb.BlockDatabase (#36)Sonic2019-06-121-0/+7
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-2/+2
|
* rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-091-1/+1
| | | | | | | * rawdb: remove unused parameter for WritePreimages func and modify a spelling mistake * rawdb: update the doc for function WritePreimages
* core/rawdb: wrap db key creations (#16914)Wenbiao Zheng2018-06-111-0/+55
| | | | | | | | * core/rawdb: use wrappered helper to assemble key * core/rawdb: wrappered helper to assemble key * core/rawdb: rewrite the wrapper, pass common.Hash
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-0/+79