First release in a while because we've done a series of incremental patches since our last release. There has been breaking changes to the API, therefore moving from v1 to v2. Still same looks and still, mostly, the same API.
What's Changed
- improve websockets by @FilipHarald in #413
- bug: fix for pending tx not working by @Mautjee in #414
- Improve Aztec Known Origin and hidden V1 of Ecosystem page by @FilipHarald in #415
- not deleting pending txs that should be kept by @FilipHarald in #419
- Improving ecosystem page with InfoCard by @FilipHarald in #420
- remove naive decode for public logs by @FilipHarald in #422
- Improve menues by @FilipHarald in #423
- bug: fix misalignment of landing page tables by @Mautjee in #416
- aztec-packages 0.86.0 by @FilipHarald in #429
- docs for prod commands by @FilipHarald in #425
- dropped transactions by @FilipHarald in #424
- improve txEffect details page by @FilipHarald in #432
- feat(services/explorer-api/src/constants.ts): Add Blocksense Network deployment address and information to testnet's whitelisted contracts. by @NikolayKostadinov21 in #436
- feat: added next prev buttons on block detail page by @Mautjee in #434
- Fix: add loading component to block detail page by @Mautjee in #437
- improve readability for txs by @FilipHarald in #438
- feat: added plausible by @Mautjee in #439
- Feat: add possibility to change the block range on blocks page by @Mautjee in #444
- hotfix: increase persistent volume size of postrgresql storage by @Mautjee in #446
- feat: add total amount instance to contract class details by @Mautjee in #448
- feat: specific UI api endpoint for Latest blocks and tx-effects by @Mautjee in #455
- feat: database connection pool by @FilipHarald in #458
- feat: splitting up UI for pending and "settled" transactions. by @FilipHarald in #456
- feat: version validators on rollupAddress by @FilipHarald in #461
- feat: improved network health page with stats by @FilipHarald in #462
- fix: semi decouple the tables by @Mautjee in #463
- bug: fix pagination controls for tables by @Mautjee in #465
- feat: add tooltips to guide users by @FilipHarald in #464
- feat: publishing validators as state by @FilipHarald in #468
- bug: alignment table navigation not centered by @Mautjee in #469
- feat: linking from the tables on landing page by @FilipHarald in #470
- feat: always eventually be in sync with aztec-listener by @FilipHarald in #471
- perf: introducing DB-indexes by @FilipHarald in #472
- feat: publicLogs search by @FilipHarald in #474
- feat: block and tx-effect table UI specific endpoint by @Mautjee in #473
- feat: page for l1-contract events by @FilipHarald in #477
- feat: get txeffect on block height for UI tables by @Mautjee in #481
- feat: polished validator UI by @FilipHarald in #482
- feat: add docs to menu by @FilipHarald in #483
- fix: pagination controls are now properly configured for all tables by @FilipHarald in #491
- feat: store/display source code links (...that are manually added) by @FilipHarald in #489
- feat: enable validator search in search bar by @Mautjee in #492
- chore: upgrade TS by @FilipHarald in #493
- feat: aztec-packages v0.87.2 by @FilipHarald in #490
- bug: using
getDefaultInitializer-function from Aztec by @FilipHarald in #496 - feat: API artifact endpoint by @FilipHarald in #498
- feat: aztec standard contract types by @FilipHarald in #499
- feat: UI for submitting standard contract artifacts by @FilipHarald in #501
- feat: node connection pool by @Mautjee in #503
- feat: balance for addresses by @FilipHarald in #502
- chore: aztec-packages v0.87.8 by @FilipHarald in #504
- Add Claude Code GitHub Workflow by @Mautjee in #505
- perf: improve l1L2Validator DB-query by @FilipHarald in #506
- chore: storing rollup address separately for validators by @FilipHarald in #509
- fix: pending transaction view with stale detection by @Mautjee in #507
- Add CLAUDE.md documentation for Claude Code by @Mautjee in #508
- feat: handling offline nodes by @FilipHarald in #512
- feat: Add endpoint to get all contract instances with balance by @Mautjee in #513
- feat: Add fee juice balance display to contract instance details by @Mautjee in #514
- ux: Add artifact tabs and contract standard type to contract instance details by @Mautjee in #517
- feat: Add fee juice balance chart for contract instances by @Mautjee in #518
- feat: contract instance details for protocol contracts by @FilipHarald in #515
- fix: ui mobile menu by @FilipHarald in #516
- ux: Add click outside functionality to burger menu by @Mautjee in #520
- fix: update link to starfrich by @Mautjee in #519
- ux: Add system theme detection and three-way theme toggle by @Mautjee in #521
- hotfix: Improve blockchain reorg detection and cache invalidation by @Mautjee in #523
- ui: Improve fee recipients view by @Mautjee in #524
- feat: overview for indexing nodes by @FilipHarald in #522
- fix: Implement two-phase verification for dropped transactions by @Mautjee in #525
- ui: change order landing page tx effect and pending tx by @Mautjee in #535
- ui: add L1 to table columns by @Mautjee in #533
- feature: add searching dropped pending tx to search bar by @Mautjee in #534
- Group sequencers on Aztecscan health page by @FilipHarald in #538
- Add rollup versioning to blocks by @FilipHarald in #541
- fix: correctly marking nodes with "connection timout error" as offline by @FilipHarald in #544
- fix: add base layout for consistency by @Mautjee in #539
- chore: upgrade aztec.js to v1.1.2 by @Mautjee in #545
- hotfix: fix timestamp display issues by @Mautjee in #546
- temp: fixed the rollupVersions by @FilipHarald in #548
- bug: landing page showing wrong and not data indexing on rollup version by @Mautjee in #551
- bug: search on height to returns data from old rollupVersion by @Mautjee in #552
- feat: optimize rollup version filtering by adding version column to l2Block table by @Mautjee in #555
- Fix/timestamp consistency by @WietzeSlagman in #550
- fix block time in blocks page by @WietzeSlagman in #558
- feat: add React Query pagination to blocks page by @Mautjee in #562
- chore: defi-wonderland version bump v1.1.2 by @Mautjee in #557
- chore: version bump aztec packages v1.2.1 by @Mautjee in #563
- feat: implement staging env by @Mautjee in #566
- feat: implement staging env (#566) by @Mautjee in #567
- Set correct eth block poll interval in listener by @WietzeSlagman in #568
- readd POLL to the variable that is imported by @WietzeSlagman in #569
- chore: update aztec version 2.0.2 by @Mautjee in #570
- bug: attester fetching by @Mautjee in #572
- fix: improvements to ethereum-listener by @FilipHarald in #573
- Improved attester staking to default to selfhosted node by @FilipHarald in #576
- Improved l2-validators page and api by @FilipHarald in #577
- chore: aztec update to v2.1.2 by @Mautjee in #580
- chore: Mainnet deploy configuration by @Mautjee in #581
- feat: improved about us and added stake to us links by @FilipHarald in #583
- feat: add network selector dropdown to header by @Mautjee in #585
- fix: actually make use of body limit (and increase it) by @FilipHarald in #588
- feat: add incidents UI with our latest incidents by @FilipHarald in #590
- hotfix: disable proxy in production by @FilipHarald in #592
- feat: Migrate to k8s gateway api and a new gateway services by @WietzeSlagman in #582
- fix: correct testnet service image names and build configs by @Mautjee in #594
- feat: upgrade to Aztec v4.1.1 (merge production-testnet into main) by @Mautjee in #602
- fix: add
toBuffermock tocreateMockL2Blockto fix failing unit tests by @Mautjee in #603 - chore: improve local developtment (deployed on separate machine) by @FilipHarald in #609
- feat: fallback for chain-info in dev-environments by @FilipHarald in #611
New Contributors
- @NikolayKostadinov21 made their first contribution in #436
Full Changelog: v1.11.0...v2.0.0