Skip to content

Releases: cartesi/explorer

3.5.1 (July 12, 2023)

12 Jul 02:42
v3.5.1
Compare
Choose a tag to compare

Below is a list of changes for each explorer application, i.e. Staking and Rollups.

Staking

  • Unit test startup optimised. We changed how files were imported using a direct path instead of the index file. [#26 ]

Rollups

  • @cartesi/rollupsv0.8.2 was removed, and code changes were applied to support the local development. [#23 ]
  • Improved docker image generation in the CI. [#39 ]

Packages

  • Added the new Cartesi logo in the UI package. That affects both Staking and Rollups applications. [#45 ]

Source information

* #18 Optimize unit tests for apps/staking by @nevendyulgerov in https://github.com//pull/26 * #23 Remove rollups v0.8.2 by @nevendyulgerov in https://github.com//pull/27 * Replacing QEMU with Depot by @brunomenezes in https://github.com//pull/39 * Add new header logo by @brunomenezes in https://github.com//pull/45

Full Changelog: v3.5.0...v3.5.1

3.5.0 (June 26, 2023)

26 Jun 02:47
v3.5.0
Compare
Choose a tag to compare

Below is a list of changes for each explorer application, i.e. Staking and Rollups.

Staking

  • Increase the test coverage on multiple components. [#4 ]
  • Fix the alignment between the header text and arrow icon when sorting the staking pool table. [#11 ]
  • Add a new subgraph data provider (Chainstack). We are moving away from AWS, maintained by us. [#20 ]

Rollups

  • Added support in the details page for DApps running with rollups@0.9.0 [#8]. PS: prior versions were removed, i.e. 0.6.x ~ 0.8.x
  • Fix graphQL filtering to comply with backend changes. [ #13 ]
  • Improved docker image generation for Rollups changes based on specific tag releases. More details in the PR [ #14 ]
  • Optimise tests start-up on components. [ #21 ]

Packages

  • Improve test coverage for the Wallet package. [#12 ]
  • Optimise tests start-up in UI package. [#19]

Source information

* #3 Improve test coverage for apps/staking by @nevendyulgerov in https://github.com//pull/4 * feat: #7 architecture changes dapp detail view by @dandheedge in https://github.com//pull/8 * Update DApps query filtering by @brunomenezes in https://github.com//pull/13 * Chore: Update GA for rollups docker image publishing by @brunomenezes in https://github.com//pull/14 * #9 Improve test coverage for packages/wallet by @nevendyulgerov in https://github.com//pull/12 * Fix: table head on staking page by @dandheedge in https://github.com//pull/11 * #16 Optimize unit tests for packages/ui by @nevendyulgerov in https://github.com//pull/19 * Replace AWS by Chainstack's by @brunomenezes in https://github.com//pull/20 * #17 Optimize Unit Test for apps/rollups by @dandheedge in https://github.com//pull/21 * docs(explorer): Add changelog entry by @brunomenezes in https://github.com//pull/25

Full Changelog: v3.4.0...v3.5.0

3.4.0 (June 05, 2023)

05 Jun 04:54
v3.4.0
Compare
Choose a tag to compare

Note: that is the first release in the public repository, but we are moving with the current versioning we used on the private repo. Nonetheless, it may change in the following releases.

Below is a list of changes for each explorer application, i.e. Staking and Rollups.

Staking

  • Consumes the staking pool performance data from our Subgraph backend. That's because we will retire our Postgraphile API to simplify maintenance. [#5]

Rollups

  • Code changes to support local DApp development without extra plumbing, i.e. Subgraph.
  • Includes a docker space with documentation on how to use it.
  • Improves the error presentation in the main screen when graphQL query has errors.

Source information

* feat: Consume performance calc data from Subgraph by @brunomenezes in https://github.com//pull/5

Full Changelog: v3.3.0...v3.4.0