Skip to content

3.5.0 (June 26, 2023)

Compare
Choose a tag to compare
@brunomenezes brunomenezes released this 26 Jun 02:47
· 107 commits to main since this release
v3.5.0

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