Another week, another batch of updates. Here’s what we worked on Full report on the blog: https://arkscic.com/blog/ark-development-report-march-06-2026 $ARK
Another week, another step forward! Check out our latest Weekly Development Report to see what we worked on this week. $ARK Read the full report: https://arkscic.com/blog/ark-development-report-february-20-2026
Time for this week’s Development Report, packed with new updates and continued momentum. Read the full report at: https://arkscic.com/blog/ark-development-report-february-6-2026 $ARK
This week’s Development Report is live ⭐! Sharing fresh updates and great progress across our projects. Read the full article: https://arkscic.com/blog/ark-development-report-january-30-2026 $ARK
Recently the Strake Foundation sent in some questions to the ARK Team regarding Mainsail. Let's dive into the answers in their newest article. https://strake.substack.com/p/q-and-a-with-the-ark-team $ARK
This week’s Development Report is live 🎉 showcasing ongoing progress and continued expansion of token support. Read the full report: https://arkscic.com/blog/ark-development-report-january-16-2026 $ARK
We’re kicking off 2026 with our first Development Report of the year. 🎉 Wishing everyone a happy, healthy, and successful New Year as we build momentum for the months ahead. Read the full report: https://arkscic.com/blog/ark-development-report-january-09-2026 $ARK
Ending the year on a high note with our final Weekly Development Report 🎉 We’ll see you again in January with more updates and progress! Catch the full report: https://arkscic.com/blog/ark-development-report-december-19-2025 $ARK
Kicking off the week with a fresh Development Report! December’s moving fast, but we’re moving faster. Catch the full update: https://arkscic.com/blog/ark-development-report-december-12-2025 $ARK
First week of December and we’re already unwrapping updates! 🎁 Check out our latest Weekly Development Report: https://arkscic.com/blog/ark-development-report-december-5-2025 $ARK
🔸Fixes across API modules (HTTP, EVM, transaction-pool), improving correctness and reliability.,
🔸New flags added to env:paths:clear for clearing consensus and tx pool data.,
🔸Updated & tightened ESLint rules, TypeScript improvements, and general dependency updates.,
🔸New e2e workflow for public network sync.,
Full changelog: https://github.com/ArkEcosystem/mainsail/releases/tag/0.0.1-rc.8
In the short time since the release of the new Mainsail Testnet there have been improvements, updates and complete testnet upgrades. Each update and all the work has been siloed in the form of technical blogs from weekly dev reports and in the ARK Community Discord. From now on, we will be sharing these updates outside of those channels as well.
If you would like to run a testnet validator and contribute to testing the new ARK EVM, join the ARK Community Discord https://discord.gg/arkcoin, and jump into the Mainsail Testnet channel to get install and upgrade instructions. $ARK
Ending November strong! Our newest Weekly Development Report is out now. Check the full rundown: https://arkscic.com/blog/ark-development-report-november-28-2025 $ARK
It’s that time again - our Weekly Development Report is here and packed with updates! Read full article at: https://arkscic.com/blog/ark-development-report-november-21-2025 $ARK
Check out what we’ve been building by visiting https://arkscic.com/blog, where every week we release a full ecosystem wide dev report across all products. $ARK
Welcome to our latest Weekly Development Report, where we spotlight the valiant efforts of our development team. This week, the ARK Scan team continued progressing with the Inertia migration and improved the Export feature to support additional data exporting capabilities. The ARK Vault team focused on Side Panel updates, better pending transaction handling, and a range of fixes and enhancements. Meanwhile, the Mainsail team worked on boosting processing performance, expanding statistics support, and delivering additional general improvements across the platform. Development Activity Summary (October 31 – November 7, 2025) Below is a breakdown of the total number of merged commits and contributing authors by project, highlighting development activity from October 31, 2025, to November 7, 2025.
During this period, the team maintained strong productivity and engagement, delivering 89 merged commits across all projects. It’s important to note that weekly commit counts and project-specific data may fluctuate based on the focus of internal sprints, evolving objectives, and the complexity of tasks undertaken. ARK Scan Weekly Report This week, we continued working on the Inertia migration and improved the Export feature to support additional data exporting capabilities. Work done included: Reworked the Transaction Export feature for compatibility with Mainsail, improved responsiveness, and updated the design for a smoother and more user-friendly experience.Refactored the transaction filtering system to use Inertia-driven state management across views. Filter changes now persist during navigation and browser refreshes while avoiding redundant API calls.Adjusted wallet table column alignment in Inertia to ensure the “Amount” column displays correctly in the center on medium-sized devices (≥640px and <768px). Fixed the loading state for wider screens (>768px) so that table columns remain hidden until data fully loads, reducing layout shift and improving consistency.Expanded testing coverage by introducing new tests for the WalletController. Added browser-level tests for the wallet since the existing suite only covered the Monitor page.Removed Exodus from the list of compatible wallets on the wallet page, as it no longer supports ARK.Updated default wallet routes to point to Inertia (/addresses/ADDRESS), keeping the Livewire version accessible under /addresses-old/ADDRESS.Added a table header to the loading state to preserve a consistent layout and improve clarity while data loads.Updated pagination behavior so it only appears when multiple pages are available, matching the behavior of the previous implementation.Restored proper padding on the Monitor page for mobile devices, fixing layout issues introduced by prior Wallet page adjustments.Enhanced the Export feature by introducing a modal for block exports, enabling users to export blockchain data by specific blocks.Added browser-level tests for the Export feature to ensure full end-to-end coverage and prevent regressions. Next week, we’ll continue progressing with the Inertia migration to make ARK Scan even faster and more responsive while also implementing additional fixes and improvements. ARK Vault Weekly Report This week, we focused on Side Panel updates, improving pending transaction handling, and implementing various fixes. Work done includes: Fixed the addresses side panel so it can now be closed even when all addresses have been removed, improving usability and preventing it from becoming stuck open.Enhanced the transaction details side panel by linking it with other panels, fixing issues with opening minimized panels, updating panel management to use ResetWhenUnmounted, and applying several minor UI improvements.Improved pending transaction handling by preventing direct removal from the main list. Confirmed transactions are now excluded during merging, and a scheduled job manages cleanup from local storage for better consistency.Fixed the transactions table to properly respect the transaction limit properly when displaying unconfirmed transactions, ensuring consistent table behavior.Resolved a mobile layout issue where the collapsed sidebar appeared beneath the floating send bar. It now correctly displays above it for proper layering and accessibility.Added tests to expand coverage for migration-related code, improving reliability and reducing the risk of future regressions.Fixed the exchange flow by updating the sign transaction modal to ensure it displays correctly and functions as intended.Corrected transactions table overflow and skeleton display for the 1024–1280px breakpoint when multiple addresses are selected, ensuring layout consistency and smoother visual performance. Next week we’ll continue working on general fixes, testing all new features, and implementing additional UI updates. Mainsail Weekly Report This week, we have worked on improving processing performance, expanding statistics support, and implementing other general enhancements. The work completed included: Dropped unused symbol support in EventEmitter; events and event listeners can now only emit and listen to strings.Added support for publishing from local files in config:publish:custom, which will be used in e2e tests.Bound all routes and controllers as singletons in the P2P server, enabling easier controller logic and per-endpoint analysis.Improved prevote and precommit processing performance by validating signatures only once, even if broadcast from multiple peers; if a signature is invalid, all peers broadcasting the message are banned.Added P2P statistics for pings (other nodes calling our node endpoints), including endpoint success rate and response time metrics.Updated EVM dependencies to the latest stable releases.Replaced deprecated actions-rs/toolchain with dtolnay/rusttoolchain in GitHub workflows. Next week, we’ll continue with performance analysis and P2P improvements. We will also perform another Public Testnet reset with the latest updates and enhance the CI Testnet sync workflow. Feedback & Feature Requests If you are using our open-source products and would like to provide feedback or request a feature, please feel free to contact us via the contact pages for the specific product you are using or open an issue on GitHub. Quick access links to GitHub issues pages: Mainsail - https://github.com/ArkEcosystem/mainsail/issuesARK Connect (Extension) - https://github.com/ArdentHQ/arkconnect-extension/issuesARK Connect (Demo) - https://github.com/ArdentHQ/arkconnect-demo/issuesARK Scan - https://github.com/ArdentHQ/arkscan/issuesARK Vault - https://github.com/ArdentHQ/arkvault/issues Follow on Twitter (X) Follow us on X (https://x.com/ArkEcosystem) and keep checking the blog to stay up-to-date on all of our new releases. We post a weekly development report so you can easily see what we’ve been up to and follow along our journey towards making your decentralized future a reality. $ARK