Skip to content

Commit bf5bee3

Browse files
authored
254 block receipts reminder (#294)
* #254 checkpoint: added badger db initialization code * #254 checkpoint: added insert and get wrapper for badgerdb * #254 checkpoint: inject KVDb to block core service * #254 add new config for badger db path * #254 add new blocker typefor duplicate data detection * #254 add constant for block reminder receipt in kvdb * #254 generate receipt code for transaction and block data broadcasting * #254 kvdb integration for receipt * #254 add badger db test * #254 add testdata directory for database tests * #254 exclude sync.noCopy rule from govet for test files * #254 tests for generating block and transaction receipt * #254 add expiration to inserted kvdb record
1 parent 195edf9 commit bf5bee3

27 files changed

+1552
-173
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ issues:
107107
linters:
108108
- scopelint
109109
- unused
110+
- path: "(.+)_test.go"
111+
text: "sync.noCopy"
112+
linters:
113+
- govet
110114
- text: "File is not `goimports`-ed"
111115
linters:
112116
- goimports

0 commit comments

Comments
 (0)