Problem: not clear what 0.3.0 has in it

Solution: update release notes

Closes #102
This commit is contained in:
Yurii Rashkovskii 2018-06-05 02:11:04 -07:00
parent 0968c6f578
commit 2a69de9397
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
1 changed files with 17 additions and 0 deletions

View File

@ -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.