New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional database encryption support on database creation. #60
Merged
Golint issues
4f3a29a
Select commit
40c910c
Fix formatting bug
xq262144 502cdb1
Add sqlite extension to cli
xq262144 dd0e5ab
Remove duplicate sqlite3 dependency
xq262144 53dd99b
Make observer receiver safe for nil block/nil query
xq262144 defc766
Add highest block method
xq262144 788f2fa
Add build flags to cli build script
xq262144 2d43ff9
Add logs to observer logic
xq262144 49b34ad
Add rpc stub tool
xq262144 4e5bbe5
Quick fix of chain reloading issue
leventeliu af711e4
Add nodes to index for quick fetch in reloading
leventeliu 54641cf
Remove stash slice and return newer blocks immediately
leventeliu 8ed06d3
Support database encryption
xq262144 9cc16cd
Fix connection sequence number duplication bug
xq262144 28be4a9
Add space limit check
xq262144 b762930
Fix random connection id bug
xq262144 ccb7708
Revert "Remove stash slice and return newer blocks immediately"
leventeliu c281018
Add height growth channel to schedule stash returning
leventeliu 4f3a29a
Golint issues
xq262144
Merged
Optional database encryption support on database creation. #60
Golint issues
Aug 31, 2018
Aug 31, 2018
Aug 31, 2018
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 5, 2018
Sep 6, 2018
Sep 7, 2018
Sep 7, 2018
Sep 7, 2018
Sep 7, 2018
Sep 7, 2018
Sep 13, 2018
4f3a29a
Select commit
40c910c
Fix formatting bug
xq262144 502cdb1
Add sqlite extension to cli
xq262144 dd0e5ab
Remove duplicate sqlite3 dependency
xq262144 53dd99b
Make observer receiver safe for nil block/nil query
xq262144 defc766
Add highest block method
xq262144 788f2fa
Add build flags to cli build script
xq262144 2d43ff9
Add logs to observer logic
xq262144 49b34ad
Add rpc stub tool
xq262144 4e5bbe5
Quick fix of chain reloading issue
leventeliu af711e4
Add nodes to index for quick fetch in reloading
leventeliu 54641cf
Remove stash slice and return newer blocks immediately
leventeliu 8ed06d3
Support database encryption
xq262144 9cc16cd
Fix connection sequence number duplication bug
xq262144 28be4a9
Add space limit check
xq262144 b762930
Fix random connection id bug
xq262144 ccb7708
Revert "Remove stash slice and return newer blocks immediately"
leventeliu c281018
Add height growth channel to schedule stash returning
leventeliu 4f3a29a
Golint issues
xq262144