Releases: cartesi/explorer
3.7.1 (January 10th, 2024)
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
- #63 Update copyright notice and add authors file by @nevendyulgerov in #142
- Remove code related to the gas based staking pools by @dandheedge in #144
- fix: minor typos in the docs by @tudorpintea999 in #145
- chore: Update footer links to navigate to functional content. by @brunomenezes in #147
New Contributors
- @tudorpintea999 made their first contribution in #145
Full Changelog: v3.7.0...v3.7.1
3.7.0 (September 20th, 2023)
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
- #139 Remove rollups app by @nevendyulgerov in #140
- #128 Remove gas-based commission by @nevendyulgerov in #136
- feat(explorer): Add new rebranding colours. by @nevendyulgerov @dandheedge in #141
Full Changelog: v3.6.2...v3.7.0
3.6.2 (August 30th, 2023)
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
andreports
. PR #120
Source information
- chore: update GraphQL setup and static generation by @brunomenezes in #104
- Feature: Update Rollups 1.0.0 and wire subsquid by @brunomenezes in #118
- feat(rollups): Add input's payload information (Root Payload) by @brunomenezes in #120
Full Changelog: v3.6.1...v3.6.2
3.6.1 (August 2th, 2023)
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
Fixes
- We fixed a problem with the storybook. The local development mode was not rendering the components. [#75, #76]
Source information
- #30 Bump dependencies for root project by @nevendyulgerov in #51
- #75 Fix storybooks by @nevendyulgerov in #76
- Remove ledger support as an individual option by @brunomenezes in #77
Full Changelog: v3.6.0...v3.6.1
3.6.0 (July 31, 2023)
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
- #39 Bump dependencies for packages/utils by @nevendyulgerov in #40
- #31 Bump dependencies for packages/ui by @nevendyulgerov in #36
- #49 Add no inputs label by @nevendyulgerov in #61
- #24 Update onboard dependencies and remove duplicates by @dandheedge, @brunomenezes in #44
Full Changelog: v3.5.2...v3.6.0
3.5.2 (July 18, 2023)
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
- Fix: App navigation by @brunomenezes in #50
Full Changelog: v3.5.1...v3.5.2
3.5.1 (July 12, 2023)
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)
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 [email protected] [#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
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)
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