By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
bitcoin
Bitcoin (BTC) $ 67,207.00
ethereum
Ethereum (ETH) $ 2,002.51
xrp
XRP (XRP) $ 1.39
tether
Tether (USDT) $ 1.00
solana
Solana (SOL) $ 85.34
bnb
BNB (BNB) $ 618.90
usd-coin
USDC (USDC) $ 0.999999
dogecoin
Dogecoin (DOGE) $ 0.095974
cardano
Cardano (ADA) $ 0.285425
staked-ether
Lido Staked Ether (STETH) $ 2,265.05
tron
TRON (TRX) $ 0.285184
chainlink
Chainlink (LINK) $ 8.98
avalanche-2
Avalanche (AVAX) $ 9.21
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67
the-open-network
Toncoin (TON) $ 1.30
stellar
Stellar (XLM) $ 0.160084
hedera-hashgraph
Hedera (HBAR) $ 0.100404
sui
Sui (SUI) $ 0.920431
shiba-inu
Shiba Inu (SHIB) $ 0.000006
weth
WETH (WETH) $ 2,268.37
leo-token
LEO Token (LEO) $ 8.76
polkadot
Polkadot (DOT) $ 1.55
litecoin
Litecoin (LTC) $ 55.15
bitget-token
Bitget Token (BGB) $ 2.22
bitcoin-cash
Bitcoin Cash (BCH) $ 481.06
hyperliquid
Hyperliquid (HYPE) $ 28.21
usds
USDS (USDS) $ 0.999924
uniswap
Uniswap (UNI) $ 3.77
cryptoprune cryptoprune
  • MarketCap
  • Crypto Bubbles
  • Multi Currency
  • Evaluation
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse
Crypto PruneCrypto Prune
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Search

  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Latest Stories

image
Risk of bullish volume weakening and Bitcoin price correcting to $62,000
image
Neo Express updated to v3.9.1 with .NET 10 support and improved developer experience
image
Here is the next resistance after ETH breaks out of the 20-day SMA
image
Paradigm reframes Bitcoin mining as a grid asset rather than an energy consumption
President Trump forces AI and Bitcoin companies to build their own power plants
President Trump forces AI and Bitcoin companies to build their own power plants
© 2025 All Rights reserved | Powered by Crypto Prune
Crypto Prune > News > Crypto > Altcoins > Neo Express updated to v3.9.1 with .NET 10 support and improved developer experience
Altcoins

Neo Express updated to v3.9.1 with .NET 10 support and improved developer experience

1 hour ago 6 Min Read

The Neo Core development team has published Neo Express v3.9.1, the first official update to the local blockchain tool since May 2025. The new version released on February 4th introduces support for .NET 10.0, updates compatibility with Neo-CLI v3.9.1, and includes a wide range of improvements aimed at improving developer workflows.

Major upgrades for Neo Express v3.9.1

Neo Express v3.9.1 integrates 39 merged pull requests across multiple focus areas, including bug fixes, security upgrades, platform support, and infrastructure maintenance. It removes legacy framework targets, improves cross-platform usability, and resolves long-standing issues affecting smart contract testing, localization, and debugging.

Platform and framework updates

.NET 10 Compatibility: Neo Express now targets .NET 10.0, the latest version of Microsoft’s development platform (#515), allowing developers to take advantage of the latest framework features and performance improvements. This update also removes the legacy .NET Standard and .NET Framework targets (#496) to streamline the codebase and reduce maintenance overhead.

Neo v3.9.1 Integration: This release upgrades Neo Express to Neo-CLI v3.9.1 (#516) to ensure compatibility with the latest protocol features such as Contract Fee Whitelist, Treasury Native Contracts, and enhanced Execution Fee Factor Accuracy.

Multiplatform binaries: Pre-built binaries are now available for multiple platforms, including Linux (x64, ARM64, musl), macOS (x64, ARM64), and Windows (x64, ARM64), providing native support across development environments.

Improved development workflow

Enhanced command execution: RunDotNetCommand Methods now use argument lists instead of string concatenation (#478), improving reliability and reducing potential errors when running .NET CLI commands during smart contract development and testing.

See also  Sol Strategies reveals the Solana Strategic Ecosystem Reserve initiative

Test infrastructure improvements: Test command execution has been refactored to eliminate code duplication between test classes (#480), improve test suite maintainability, and reduce the risk of inconsistent behavior between different test scenarios.

Localization fixes: Test02_BuildValidation Improved experience for international developers as tests fail when run in a non-English language environment (#483).

Bug fixes and stability

Several important bug fixes improve the reliability of Neo Express.

State service enhancements: Fixed an issue with. StateServiceStore (#493) and MemoryTrackingStore Class (#492) improves blockchain state management and memory tracking during development and testing workflows.

Handling storage items: Resolved an issue where unknown storage items would cause an error instead of returning null. GetProvenState (#491), prevent crash when querying non-existent blockchain state.

Transfer status accuracy: Fixed incorrect status reporting. GetTransfers method (#494) to ensure accurate tracking of token transfers during development and testing.

$NFT Improved support: fixed $NFT Transfer Token Parsing and Balanced Stack Order (#507), resolves issues encountered by developers during testing $NFT contract.

Neo-trace protocol settings: We fixed the neo-trace protocol settings, improved the error message when a trace operation fails (#488), and improved debugging capabilities.

Handling current directory: Resolved a path resolution issue that could cause commands to fail when run from certain working directories (#495).

Neo3-visual-tracker release download: Fixes a download issue affecting the Neo3 Visual Tracker extension (#499) to ensure developers can properly install and use the Visual Studio Code extension.

Handling snapshot data: Changed snapshot functionality to append copies of entries rather than the list itself (#490) to prevent unintended side effects and data corruption during state snapshots.

See also  DTCC lists Canary's equitized SEI ETF as market-watchable SEC decision

security update

This release addresses a number of security vulnerabilities through dependency updates for the neo3-visual-tracker extension.

  • Updated tar-fs (2.1.1 → 2.1.4) (#476, #500) to address archive extraction vulnerability.
  • Updated base-x (5.0.0 → 5.0.1) (#473) to improve security of base encoding.
  • Updated pbkdf2 (3.1.2 → 3.1.3) (#477) for password-based key derivation.
  • Updated cipher base for encryption operations (1.0.4 → 1.0.6) (#497)
  • Updated sha.js (2.4.11 → 2.4.12) (#498) for SHA hash functions.
  • Updated tmp (0.2.1 → 0.2.4) (#489) for temporary file handling.
  • Updated js-yaml (#509) for YAML parsing security
  • Updated jws (3.2.2 → 3.2.3) (#511) for JSON web signature processing.
  • Updated qs (6.14.0 → 6.14.1) (#512) for query string parsing.
  • Updated undici (7.16.0 → 7.18.2) (#513) for HTTP client operations.
  • Updated @isaacs/brace-expansion (5.0.0 → 5.0.1) (#518) for glob pattern matching.
  • Updated Microsoft.Build.Utilities.Core (17.14.8 → 17.14.28) (#505, #506) for build tools.
  • General security package updates (#502, #510)

These updates collectively address critical and high-severity security vulnerabilities to ensure Neo Express is secure in your development workflow.

Improved code quality

Deprecated method updates: Replace deprecated method calls throughout the codebase (#482) to ensure compatibility with current and future .NET releases and reduce compiler warnings.

Warning reduction: Various compiler warnings (#501) have been cleaned up to improve code quality and make it easier for developers to identify true problems in their code.

Package version updates: Regular dependency maintenance to keep your project up to date with upstream changes (#479, #503).

compatibility

Neo Express v3.9.1 is compatible with Neo-CLI v3.9.1 and later. Developers using Neo Express for local blockchain testing should update to this version to ensure compatibility with the latest protocol features and MainNet/TestNet behavior.

See also  What's going on in Solana? An invisible rally from February! Will the rise continue? Analysts will assess Sol's latest situation!

This update requires the .NET 10.0 SDK for developers building from source. Pre-built binaries are available for developers who don’t want to compile the tools themselves.

Neo Express v3.9.1 can be downloaded from the link below.
https://github.com/neo-project/neo-express/releases/tag/3.9.1

TAGGED:AltcoinsAltcoins News
Leave a comment Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

RELATED NEWS

image

As key metrics decrease, 11.7 million XRPs are locked

By Crypto Prune 6 months ago
589,249,899,025,789 Shiva remains as the Sibai Nu deflation trend continues

589,249,899,025,789 Shiva remains as the Sibai Nu deflation trend continues

By Crypto Prune 8 months ago
image

Ripple president teases the promotion of major XRP and RLUSD

By Crypto Prune 4 months ago
Bellachine launches Bellatar Town to make it easy to access its ecosystem

Bellachine launches Bellatar Town to make it easy to access its ecosystem

By Crypto Prune 8 months ago
cryptoprune

© 2025 All Rights reserved | Powered by Crypto Prune

  • Altcoins
  • Bitcoin
  • Blockchain
  • Cardano
  • Ethereum
  • Exchange
  • Market
  • Metaverse
  • Mining
  • News
  • Crypto
  • NFT
  • Solana
  • Regulation
  • Technology
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms of Service
Welcome Back!

Sign in to your account

Lost your password?