Skip to content

Commit

Permalink
[release] 20220627 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 27, 2022
1 parent 3bec561 commit 77c28fa
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 9 deletions.
Empty file removed .yarn/versions/05a0737e.yml
Empty file.
Empty file removed .yarn/versions/3447eeaf.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/449168c3.yml

This file was deleted.

Empty file removed .yarn/versions/4b55051e.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/8506b1c1.yml

This file was deleted.

Empty file removed .yarn/versions/9ffa7977.yml
Empty file.
Empty file removed .yarn/versions/d217ee76.yml
Empty file.
13 changes: 11 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.1.0] - 2022-06-27

### Breaking changes
- New dictionary support, fixes incorrect results and allows for new filters (#26)
- Messages and events have changed `message.msg.msg` to `message.msg.decodeMsg.msg`. This is due to lazy loading and will mean you don't need to provide chain types for messages you don't care about
- Dictionary structure has changed

### Fixed
- Loading chainTypes that referred to other files (#28)
- Dictionary queries, this also required a new dictionary (#26)

### Updated
- Sync with latest development from origin (#27)

### Added
- Support for nested filters (#21)
- Support for enum contract call (#23)
- Lazy decoding of messages (#17)

## [0.0.7] - 2022-06-21
### Fixed
Expand All @@ -30,6 +38,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.0.7...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.1.0...HEAD
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.0.7...node/0.1.0
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.0.6...node/0.0.7
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/node/0.0.5...node/0.0.6
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "0.0.8-6",
"version": "0.1.0",
"description": "",
"author": "Naveen Veluswamy",
"license": "Apache-2.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.1.0] - 2022-06-27

### Changed
- Messages and events have changed `message.msg.msg` to `message.msg.decodeMsg.msg`. This is due to lazy loading and will mean you don't need to provide chain types for messages you don't care about (#17)

## [0.0.6] - 2022-06-21
### Fixed
- Fix chainTypes not being in deployments

## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.0.6...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.1.0...HEAD
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/types/0.0.6...types/0.1.0
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/types/0.0.5...types/0.0.6
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-cosmos",
"version": "0.0.7-1",
"version": "0.1.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 77c28fa

Please sign in to comment.