Skip to content

Commit

Permalink
Merge pull request #440 from tonlabs/elasticLove1-note-about-strings
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
d3p authored Jul 20, 2021
2 parents c4d8dd0 + 72c277a commit 9191dcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
## [1.20.0] – 2021-07-16

### New
- ABI version `2.1` supported.
- ABI version `2.1` supported.
**Attention!**
If you work with contracts, that contain String parameters, then during migration from ABI 2.0 to 2.1 you will need to remove all String type conversions to bytes and back and pass string to your contract as is.

- Now all requests to GraphQL are limited with timeout to react on unexpected server unavailability.
Existing timeouts in waiting functions keep the same behaviour. All other requests timeout now can
be set with `net.query_timeout` config parameter. Its default value is 60000 ms
Expand Down

0 comments on commit 9191dcf

Please sign in to comment.