Skip to content

Commit

Permalink
chore(release): 1.3.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0-develop.1](v1.2.1...v1.3.0-develop.1) (2024-05-13)

### Features

* add allEntityRetire to token queries ([ecfca8d](ecfca8d))
* add axios-retry ([e2efdbb](e2efdbb))
* add claims queries and entityByExternalId ([96d6c93](96d6c93))
* add cron to get entityDeviceExternalId ([825664a](825664a))
* add more queries ([af9d60e](af9d60e))
* add more queries, fix claims query ([d80ac73](d80ac73))
* add programatic prisma migrations ([f123da8](f123da8))
* add tokenomics queries and index accounts with balances with endpoint to fetch ([6fe97a9](6fe97a9))
* add tokenomicsSupplyIBC query and accounts type ([0f5dc43](0f5dc43))
* adding app endpoints ([b7782f1](b7782f1))
* change tokens amounts to BigInt and add postgrahile aggregator plugin ([beb219d](beb219d))
* update impacts sdk for new proto types, fixes, update collectionClaim ([e6f6f7b](e6f6f7b))

### Bug Fixes

* add authz message indexing and sql indexes ([791ccec](791ccec))
* add claims endpoint and increase rate limit ([9ee0880](9ee0880))
* add linkedClaim to entity mapping ([d83769e](d83769e))
* add trust proxy to express for rate limiter ([e13eafa](e13eafa))
* add trx memo ([76c8e30](76c8e30))
* fix bonds index parallel ([486d899](486d899))
* fix chain feeder ([cde703c](cde703c))
* fix claims cellnode type fetch parallel ([a4af5ef](a4af5ef))
* fix claims queries ([f1e8f04](f1e8f04))
* fix deviceCredential check for entity external id ([a9224f3](a9224f3))
* fix tokenomics queries ([a37356a](a37356a))
* fixing app token handlers ([ebd4acf](ebd4acf))
* make timeout longer for async dependant db updates ([12baaf1](12baaf1))
* permanent fix for wasm first events ([b50001d](b50001d))
* query collection claims add pagination ([0f53773](0f53773))
* remove linkedClaim and linkedEntity inheritance for entities ([20688c4](20688c4))
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent 4fbeec7 commit d6fe82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixo-blocksync",
"version": "2.1.0",
"version": "1.3.0-develop.1",
"description": "Syncs all the public info from an ixo blockchain to an instance of PostgresQL ",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -62,4 +62,4 @@
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "22"
}
}
}

0 comments on commit d6fe82a

Please sign in to comment.