Skip to content

Commit

Permalink
Merge pull request #747 from tonlabs/1.34.0-rc
Browse files Browse the repository at this point in the history
Version 1.34.0
  • Loading branch information
d3p authored May 18, 2022
2 parents 30e6fc3 + 68e0fb4 commit 35c7ddd
Show file tree
Hide file tree
Showing 40 changed files with 1,652 additions and 548 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [1.34.0] – 2022-05-18

### New

- `client.config` function that returns the current client config
- `run_executor().fees` is extended with these fields:

- `ext_in_msg_fee` - fee for processing external inbound message
- `total_fwd_fees` - total fees of action phase
- `account_fees` - total fees the account pays for the transaction

- `main` and `dev` endpoints aliases for Evernode Cloud Mainnet and Devnet endpoints

### Improved

- Added documentation for `TransactionFees` type (`run_executor().fees`).
- Documentation now includes `enum` types descriptions.
To achieve it we updated binding-gen: enum of types now produces its own type for each enum variant.


## [1.33.1] – 2022-05-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion api/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ 'TON Labs LTD <[email protected]>' ]
edition = '2018'
name = 'api_derive'
version = '1.33.1'
version = '1.34.0'

[dependencies]
quote = '1.0'
Expand Down
2 changes: 1 addition & 1 deletion api/info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ 'TON Labs LTD <[email protected]>' ]
edition = '2018'
name = 'api_info'
version = '1.33.1'
version = '1.34.0'

[dependencies]
serde = '1.0.115'
Expand Down
2 changes: 1 addition & 1 deletion api/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ 'TON Labs LTD <[email protected]>' ]
edition = '2018'
name = 'api_test'
version = '1.33.1'
version = '1.34.0'

[dependencies]
serde = '1.0.115'
Expand Down
Loading

0 comments on commit 35c7ddd

Please sign in to comment.