Skip to content

Releases: cartesi/explorer

v3.8.1 (June 28th, 2024)

02 Jul 05:26
v3.8.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.8.1

3.8.0 (April 3th, 2024)

03 Apr 04:04
v3.8.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.1...v3.8.0

3.7.1 (January 10th, 2024)

10 Jan 06:21
v3.7.1
Compare
Choose a tag to compare

What's Changed

  • Updated copyright notice and add authors file [ #142 ]
  • Removed support for gas-based pools [ #144 ]
  • Fixed minor typos in the project documentation [ #145 ]
  • Updated footer links to navigate to functional content [ #147 ]

Source information

New Contributors

Full Changelog: v3.7.0...v3.7.1

3.7.0 (September 20th, 2023)

20 Sep 03:44
v3.7.0
Compare
Choose a tag to compare

What's Changed

  • The Staking application got a new design based on the new branding colours. [#141 ]
  • We are deprecating the unused gas-based staking pool creation. [#136 ]
  • We deprecated and removed the rollups application code from this repository. [#140]

Source information

Full Changelog: v3.6.2...v3.7.0

3.6.2 (August 30th, 2023)

31 Aug 03:57
v3.6.2
Compare
Choose a tag to compare

Staking

  • Small patch applied where the Chainstack graphQL endpoints are now injected by environment variables. [#104 ]

Rollups

  • We upgraded rollups to v1.0.0 and switched support from Goerli with Sepolia and more. [#118]
  • We are now displaying the Input's payload alongside payload from notices, vouchers and reports. PR #120

Source information

Full Changelog: v3.6.1...v3.6.2

3.6.1 (August 2th, 2023)

02 Aug 08:14
v3.6.1
Compare
Choose a tag to compare

Note

That is a small patch release to address the removal of the Ledger wallet as a standalone option since it was not fully working after the connection was established.

Staking & Rollups

  • We removed the Ledger wallet as a standalone option. More details in the PR [#77 ]

Maintenance

  • We upgrade the dependencies in the monorepo. [#30, #51]

Fixes

  • We fixed a problem with the storybook. The local development mode was not rendering the components. [#75, #76]

Source information

Full Changelog: v3.6.0...v3.6.1

3.6.0 (July 31, 2023)

31 Jul 02:45
v3.6.0
Compare
Choose a tag to compare

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

Staking

Note

Highlight information about the wallet on staking. That is more a side effect than a direct update in the Staking code base.

  • With the upgrade of wallet modules, the ledger users have a new connection workflow using the Ledger Live App desktop or mobile to connect to the Staking app.

Rollups

  • We add a feedback message in the DApp details page when no inputs are loaded. [#61 ]
  • We also update the rollups docker image generation to support the new changes in the wallet modules. Specifically the new WalletConnect v2.0 requires a registered account on cloud.walletconnect.com

Shared Packages

  • We upgrade the modules for the Wallet package to keep up with the evolution. Besides the usual maintenance work, WalletConnect v1.0 was shut down and needed to be upgraded to v2.0. [#44]
  • We upgrade multiple dependencies in the utils package. [#40 ]
  • We upgrade multiple dependencies in the ui package. [#36]

Source information

Full Changelog: v3.5.2...v3.6.0

3.5.2 (July 18, 2023)

31 Jul 01:51
v3.5.2
Compare
Choose a tag to compare

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

Staking

  • A fix was applied to the problem related to the navigation through the header links when not connected to a wallet. [#50]

Source information

Full Changelog: v3.5.1...v3.5.2

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