Skip to content

Releases: subquery/subql-cosmos

[2.0.1] @subql/node-cosmos

04 May 21:51
8926c97
Compare
Choose a tag to compare

[2.0.1] - 2023-05-05

Fixed

  • Registry not being provided to the sandbox (#114)

[2.0.0] @subql/types-cosmos

03 May 01:44
b8997b8
Compare
Choose a tag to compare

[2.0.0] - 2023-05-03

Changed

  • Sync with main SDK for 2.0 release

[2.0.0] @subql/node-cosmos

03 May 01:44
b8997b8
Compare
Choose a tag to compare

[2.0.0] - 2023-05-03

  • Major release for 2.0.0, align with other SDK versions

Added

  • Added Database cache feature, this significantly improve indexing performance
    • Data flush to database when number of records reaches --store-cache-threshold value (default is 1000), this reduces number of transactions to database in order to save time.
    • Direct get data from the cache rather than wait to retrieve it from database, with flag --store-get-cache-size user could decide how many records for each entity they want to keep in the cache (default is 500)
    • If enabled --store-cache-async writing data to the store is asynchronous with regard to block processing (default is enabled)
  • Testing Framework, allow users to test their projects filters and handler functions without having to index the project
    • Create test files with the naming convention *.test.ts and place them in the src/tests or src/test folder. Each test file should contain test cases for specific mapping handlers.
    • Run the testing service using the command: subql-node-cosmos test.
  • Expose validator() from tendermint client to safe api in sandbox. This will allow projects to fetch validators of current block. (#106)

[2.0.0] @subql/common-cosmos

03 May 01:44
b8997b8
Compare
Choose a tag to compare

[2.0.0] - 2023-05-01

Changed

  • Sync with main SDK for 2.0 release

[1.19.1] @subql/node-cosmos

14 Apr 01:32
2767d44
Compare
Choose a tag to compare

[1.19.1] - 2023-04-14

Updated

  • @subql/utils to support JSON types without indexes

[1.19.0] @subql/node-cosmos

13 Mar 20:26
b1c66a0
Compare
Choose a tag to compare

[1.19.0] - 2023-03-13

Updated

  • Sync with main sdk (#100)

[0.4.3] @subql/types-cosmos

14 Feb 03:01
e71780b
Compare
Choose a tag to compare

[0.4.3] - 2023-02-14

Updated

  • Sync with main sdk (#97)
  • Update cosmjs (#96)

[1.18.0] @subql/node-cosmos

14 Feb 03:02
e71780b
Compare
Choose a tag to compare

[1.18.0] - 2023-02-14

Updated

  • Sync with main sdk (#97)
  • Update cosmjs (#96)
  • Fix decoding blocks (#96)

[0.2.2] @subql/common-cosmos

14 Feb 03:01
e71780b
Compare
Choose a tag to compare

[0.2.2] - 2023-02-14

Updated

  • Sync with main sdk (#97)

[0.4.2] @subql/types-cosmos

23 Jan 02:55
90382e5
Compare
Choose a tag to compare

[0.4.2] - 2023-01-23

Added

  • Add header to CosmosBlock interface (#94)