From 2a69de9397bd3a0718c1d7a559248e134c820ff0 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Tue, 5 Jun 2018 02:11:04 -0700 Subject: [PATCH] Problem: not clear what 0.3.0 has in it Solution: update release notes Closes #102 --- RELEASE_NOTES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f82e14e..238feb3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,20 @@ +# 0.3.0 + +In this release, dynamic gas pricing has been added +(#85), allowing to fetch gas price from an external +oracle. + +This release addresses some major performance issues +with how RPC requests were coordinated. With this release, +RPC requests are finally properly parallelized, leading +to much better overall performance (#94) + +It also addresses some potential loss of database updates +under certain conditions (#95) + +Along with this, some old configuration options were +deprecated. + # 0.2.1 This release contains a number of bugfixes and a change in handling gas price.