v0.10.0
Pre-release
Pre-release
What's New
➡️ Add ChunkedTransaction
.
➡️ Add TokenType
and TokenSupplyType
.
➡️ Add FeeAssessmentMethod
- INCLUSIVE
or EXCLUSIVE
.
➡️ Add CustomFixedFee
.
➡️ Add CustomFractionalFee
.
➡️ Add CustomRoyaltyFee
.
➡️ Operations with Hedera file - update or append file.
➡️ Operations with Hedera contract - create flow, delegate by Id,
➡️ Operations with Hedera tokens - create.
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
Added
- Add
ChunkedTransaction
by @rwalworth in #334 - Add
FileUpdateTransaction
toTransaction::fromBytes()
and add unit tests by @rwalworth in #336 - Iimplement
FileAppendTransaction
by @rwalworth in #337 - Implement
ContractCreateFlow
by @rwalworth in #342 - Integration tests - common logic to setup the local node - Part 1 (PR) by @deyanzz in #339
- Implement
DelegateContractId
by @rwalworth in #345 - Implement
EthereumFlow
by @rwalworth in #347 - Implement
TokenType
by @rwalworth in #351 - Implement
TokenSupplyType
by @rwalworth in #353 - Integration tests - common logic to setup the local node - Part 2 (PR) by @deyanzz in #341
- Add
CustomFee
base class by @rwalworth in #355 - Upgrade to
v0.39
of the C++ Hedera protobufs by @rwalworth in #375 - Improve build time of OpenSSL on Linux and MacOS by @isavov in #372
- Add
CustomFeeBase
base class by @rwalworth in #358 - Add
FeeAssessmentMethod
by @rwalworth in #362 - Implement
CustomFixedFee
by @rwalworth in #359 - Implement
CustomFractionalFee
by @rwalworth in #363 - Implement
CustomRoyaltyFee
by @rwalworth in #371 - Implement
TokenCreateTransaction
by @rwalworth in #391
Full Changelog: v0.9.0...v0.10.0