diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md new file mode 100644 index 00000000..c51a2ab6 --- /dev/null +++ b/CHANGELOG_PENDING.md @@ -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 diff --git a/Gopkg.toml b/Gopkg.toml index e0eb2e01..3ddd36de 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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"