Skip to content

Commit

Permalink
Release/v2.28.0 (#1655)
Browse files Browse the repository at this point in the history
* testing configurations and plugins for babel

Signed-off-by: ochikov <[email protected]>

* bump up version

Signed-off-by: ochikov <[email protected]>

* babel options and exports

Signed-off-by: ochikov <[email protected]>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <[email protected]>

* Fix/issue with encode decode (#1647)

* refactor and add integration tests

Signed-off-by: ochikov <[email protected]>

* fix linter

Signed-off-by: ochikov <[email protected]>

* add ds store ignore

Signed-off-by: ochikov <[email protected]>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <[email protected]>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <[email protected]>

---------

Signed-off-by: ochikov <[email protected]>

* fix exact version of grpc librart (#1652)

Signed-off-by: ochikov <[email protected]>

* remove ping all from the integration test env setup (#1650)

Signed-off-by: ochikov <[email protected]>

* changelog and version updated

Signed-off-by: ochikov <[email protected]>

* fix getting a random node when the list is not locked (#1654)

Signed-off-by: Petar Tonev <[email protected]>

* prepare for release

Signed-off-by: Petar Tonev <[email protected]>

* prepare stable release

Signed-off-by: Petar Tonev <[email protected]>

---------

Signed-off-by: ochikov <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Co-authored-by: ochikov <[email protected]>
Co-authored-by: Ognyan Chikov <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2023
1 parent d26bad1 commit 7068d84
Show file tree
Hide file tree
Showing 27 changed files with 5,934 additions and 3,660 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ coverage/
yalc.lock

examples/address-book.proto.bin

#ds store
.DS_Store
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## v2.28.0

## What's Changed
* Fix conditions in getNode by @petreze in https://github.com/hashgraph/hedera-sdk-js/pull/1654

## v2.28.0-beta.1

## What's Changed
* Fix conditions in getNode by @petreze in https://github.com/hashgraph/hedera-sdk-js/pull/1654

## v2.27.0

## What's Changed
* Added record for failed transaction by @ochikov in https://github.com/hashgraph/hedera-sdk-js/pull/1643
* Fix encode/decode scheduled transactions by @ochikov in https://github.com/hashgraph/hedera-sdk-js/pull/1638
* Fix/issue with encode decode by @ochikov in https://github.com/hashgraph/hedera-sdk-js/pull/1647
* fix exact version of grpc library by @ochikov in https://github.com/hashgraph/hedera-sdk-js/pull/1652
* Fix/remove ping all by @ochikov in https://github.com/hashgraph/hedera-sdk-js/pull/1650

## v2.26.0

## What's Changed
Expand Down
Loading

0 comments on commit 7068d84

Please sign in to comment.