Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
weave-v1.0.0-proto-spec.tar.gz | 2020-03-10 | 17.1 kB | |
bnsd-1.0.0.tar.gz | 2020-01-31 | 1.7 MB | |
bnsd-1.0.0-linux-amd64.tar.gz | 2020-01-31 | 7.4 MB | |
README.md | 2020-01-31 | 1.6 kB | |
v1.0.0 (The Year of the Give Back).tar.gz | 2020-01-31 | 1.7 MB | |
v1.0.0 (The Year of the Give Back).zip | 2020-01-31 | 2.0 MB | |
Totals: 6 Items | 12.9 MB | 0 |
[Changelog](https://github.com/iov-one/weave/blob/master/CHANGELOG.md#100:
bnsd
: set fee to zero forpreregistration.RegisterMsg
bnsd
: addmsgfee.UpdateConfigurationMsg
supportbnsd
: a data migration for rewriting blockchain ID to CAIP specified format- a new
weave.Fraction
type was added to represent fractional values. It should be used instead of floating point type when precision is needed. - enable all
x/account
messages to be executed via proposal bnsd
: allowdatamigration
messages to be executed by a proposalbnsd
: a new query endpoint/gconf
which allows to fetch anygconf
managed configuration entity.- A new query mod
range
that allows to query for items between certain rage. Result set size is always limited which makes this query suitable for public API. - a new application
cmd/bnsapi
was added. - Go 1.13 is now supported and tested by CI.
- Tendermint upgraded to 0.31.11.
bnsd/x/termdeposit
a new extension for fix-term deposit of money and investment. Integrated withbnsd
.bnscli
was updated to support new messages.orm
: native index supports ABCI queries returning all matching entities without pagination.
Breaking change
bnsd
was updated to burn (remove from the system) any funds send toiov1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqvnwh0u
address.- minimal Go version is now 1.12.14.
- bnsd/x/account: a new
admin
index in Domain bucket - bnsd/x/account: a new
owner
index in Account bucket