Skip to content

Commit

Permalink
fix: update changelog with allowances feature
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Akhterov <[email protected]>
  • Loading branch information
janaakhterov committed Feb 2, 2022
1 parent 94903d8 commit d9a3166
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,35 @@

### Added

* CREATE2 Solidity addresses can now be represented by a `ContractId` with `EvmAddress` set.
* `ContractId.FromEvmAddress()`
* `ContractFunctionResult.StateChanges`
* `ContractFunctionResult.EvmAddress`
* `ContractStateChange`
* `StorageChange`
* New response codes.
* `ChunkedTransaction.[Set|Get]ChunkSize()`, and changed default chunk size for `FileAppendTransaction` to 2048.
* CREATE2 Solidity addresses can now be represented by a `ContractId` with `EvmAddress` set.
* `ContractId.FromEvmAddress()`
* `ContractFunctionResult.StateChanges`
* `ContractFunctionResult.EvmAddress`
* `ContractStateChange`
* `StorageChange`
* New response codes.
* `ChunkedTransaction.[Set|Get]ChunkSize()`, and changed default chunk size for `FileAppendTransaction` to 2048.
* `AccountAllowance[Adjust|Approve]Transaction`
* `AccountInfo.[hbar|token|tokenNft]Allowances`
* `[Hbar|Token|TokenNft]Allowance`
* `[Hbar|Token|TokenNft]Allowance`
* `TransferTransaction.set[Hbar|Token|TokenNft]TransferApproval()`

### Fixed

* Requests not cycling though nodes.
* Free queries not attempting to retry on different nodes.
* Requests not cycling though nodes.
* Free queries not attempting to retry on different nodes.

### Deprecated

* `ContractId.FromSolidityAddress()`, use `ContractId.FromEvmAddress()` instead.
* `ContractFunctionResult.CreatedContractIDs`.
* `ContractId.FromSolidityAddress()`, use `ContractId.FromEvmAddress()` instead.
* `ContractFunctionResult.CreatedContractIDs`.

## v2.8.0

### Added

* Support for regenerating transaction IDs on demand if a request
* Support for regenerating transaction IDs on demand if a request
responses with `TRANSACITON_EXPIRED`

## v2.8.0-beta.1
Expand Down

0 comments on commit d9a3166

Please sign in to comment.