v0.7.4
- Supports
@hashgraph/sdk@2.11.3
- Support for HIP-338 wallets. See the wallets guides section for more info.
- Added the bundling guide that makes use of a custom defined
@buidlerlabs/hedera-strato-js/rollup-plugin
export - Added
LiveEntity.deleteEntity
andLiveEntity.updateEntity
operations todelete
and/orupdate
self-entity - Added
Topic
/LiveTopic
andFile
/LiveFile
pairs - Implemented
LiveAddress.equals(AccountId)
functionality - Implemented
StratoAddress.toLiveAccount()
- Auto arrayfying hex string if
bytes32
arguments are expected by theLiveContract
call - 💥 Potentially braking change! Added
HEDERAS_DEFAULT_CONTRACT_REQUESTS_RETURN_ONLY_RECEIPTS
config option to have finer cost-control over contract-requests. Set it tofalse
to revert to v0.7.3 behavior. This only affects state-mutating contract-calls. Non-mutating (query) calls are not affected by this parameter. - Fixed recursive loading of ABIs into
ContractRegistry
s at bundling time - Allow
ContractRegistry
s to be created from abstract solidity contracts - A lot of tweaks on docs, visual and others
- Added github actions workflows for manual/auto testing