By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
bitcoin
Bitcoin (BTC) $ 66,706.00
ethereum
Ethereum (ETH) $ 1,981.04
xrp
XRP (XRP) $ 1.38
tether
Tether (USDT) $ 1.00
solana
Solana (SOL) $ 84.64
bnb
BNB (BNB) $ 615.28
usd-coin
USDC (USDC) $ 0.999903
dogecoin
Dogecoin (DOGE) $ 0.095705
cardano
Cardano (ADA) $ 0.283055
staked-ether
Lido Staked Ether (STETH) $ 2,265.05
tron
TRON (TRX) $ 0.285042
chainlink
Chainlink (LINK) $ 8.88
avalanche-2
Avalanche (AVAX) $ 9.11
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67
the-open-network
Toncoin (TON) $ 1.29
stellar
Stellar (XLM) $ 0.159037
hedera-hashgraph
Hedera (HBAR) $ 0.09957
sui
Sui (SUI) $ 0.91261
shiba-inu
Shiba Inu (SHIB) $ 0.000006
weth
WETH (WETH) $ 2,268.37
leo-token
LEO Token (LEO) $ 8.73
polkadot
Polkadot (DOT) $ 1.54
litecoin
Litecoin (LTC) $ 54.51
bitget-token
Bitget Token (BGB) $ 2.21
bitcoin-cash
Bitcoin Cash (BCH) $ 481.01
hyperliquid
Hyperliquid (HYPE) $ 27.96
usds
USDS (USDS) $ 0.999861
uniswap
Uniswap (UNI) $ 3.74
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
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
image
VeChain wins for institutional investors as VET enters bull list of regulated exchanges
© 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

24 minutes 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  South Korea, a country that affects the crypto sector, has announced its presidential election winner. Here's his cryptocurrency opinion

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  The role of sovereign EVM

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  Keeta Price hits the newest height ever, among 14% spikes

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

XRP wins top spots in grayscale weekly Crypto Snapshot

By Crypto Prune 6 months ago
The DTCC patent reveals tokenized payment plans featuring Ripple (XRP) and Stellar (XLM)

The DTCC patent reveals tokenized payment plans featuring Ripple (XRP) and Stellar (XLM)

By Crypto Prune 9 months ago
How can you connect cryptography to real life?

How can you connect cryptography to real life?

By Crypto Prune 9 months ago
A list of 15 Altcoins developers that focused mostly last week in its release

The UK-based investment company is believed to have secretly bought the altcoin and lost money.

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?