File tree Expand file tree Collapse file tree
sovtokenfees/sovtokenfees Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.2
4+ * Changed from using LevelDB to RocksDB
5+ * Changed transactions to use JSON objects rather than unlabeled arrays
6+ * Relies on indy-plenum and indy-crypto with BLS sigs fix
7+ * bugfixes
8+
39## 0.9.1
410* refactor to unify validation between fees and payments
511* relies on stable versions of all artifacts
Original file line number Diff line number Diff line change 44
55# TODO: Update the field values below where needed
66__title__ = 'sovtoken'
7- __version_info__ = (0 , 9 , 1 )
7+ __version_info__ = (0 , 9 , 2 )
88__version__ = '.' .join (map (str , __version_info__ ))
99__description__ = 'Token Plugin For Indy Plenum'
1010__long_description__ = ''
Original file line number Diff line number Diff line change 99__maintainer__ = 'Evernym'
1010__title__ = 'sovtokenfees'
1111__url__ = 'https://github.com/evernym/plugin/tree/master/sovtokenfees'
12- __version_info__ = (0 , 9 , 1 )
12+ __version_info__ = (0 , 9 , 2 )
1313__version__ = '.' .join (map (str , __version_info__ ))
1414
1515__all__ = ['__title__' ,
You can’t perform that action at this time.
0 commit comments