v0.9.0
Pre-release
Pre-release
What's New
➡️ Add KeyList
.
➡️ Use of Key
instead of PublicKey
and PrivateKey
.
➡️ Operations with Hedera file - update file, contents query.
➡️ More integration tests added.
Examples
Notes
There are several files in the repo that are not included in the build and should not used. These files both header (.h
) and source (.cc
) include:
- AccountStakersQuery
- FileAppendTransaction
Added
- Implement
KeyList
by @rwalworth in #311 RLPValue
library throws when a value is empty by @rwalworth in #319- Implement
Key
base class by @rwalworth in #315 - Implement
FileUpdateTransaction
by @rwalworth in #321 - Implement
FileContentsQuery
by @rwalworth in #323 - Attempting to work with
std::vector<const Key*>
was causing crashing. by @rwalworth in #325 - Better coverage in the integration tests (PR) by @deyanzz in #297
Full Changelog: v0.8.0...v0.9.0