fix Gopkg, add changelog

This commit is contained in:
Ethan Buchman 2018-07-23 22:35:55 -04:00
parent e1b48b16c4
commit 54d753e64e
2 changed files with 10 additions and 4 deletions

10
CHANGELOG_PENDING.md Normal file
View File

@ -0,0 +1,10 @@
# Pending
BREAKING CHANGES:
- [types] CanonicalTime uses nanoseconds instead of clipping to ms
- breaks serialization/signing of all messages with a timestamp
IMPROVEMENTS:
- [blockchain] Improve fast-sync logic
- tweak params
- only process one block at a time to avoid starving

View File

@ -95,10 +95,6 @@
name = "github.com/jmhodges/levigo"
revision = "c42d9e0ca023e2198120196f842701bb4c55d7b9"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/ebuchman/fail-test"
revision = "95f809107225be108efcf10a3509e4ea6ceef3c4"