Skip to main content

2 posts tagged with "sdk"

View All Tags

๐ŸŽ‰ NeoRust v0.4.2 Released - Production-Ready with 135 Passing Doc Tests

ยท 6 min read
NeoRust Team
Core Development Team

We're thrilled to announce the release of NeoRust v0.4.2, a major milestone that marks our transition to production-ready status. This release represents months of dedicated work focusing on code quality, documentation completeness, and rock-solid stability.

๐ŸŒŸ What Makes v0.4.2 Specialโ€‹

๐Ÿ“š 135 Passing Documentation Testsโ€‹

The crown jewel of this release is our comprehensive documentation testing suite. We now have 135 out of 150 documentation tests passing, ensuring that:

  • Every code example in our documentation actually works
  • API usage patterns are verified and tested
  • Breaking changes are caught before they affect users
  • New developers can trust our examples to work out of the box

๐Ÿ›ก๏ธ Production-Ready Stabilityโ€‹

This release focuses heavily on reliability and robustness:

  • Enhanced Error Handling: More descriptive error messages with better context
  • Memory Safety: Additional safeguards for cryptographic operations
  • Thread Safety: Improved concurrent access patterns
  • Resource Management: Better cleanup and resource disposal

๐ŸŽ‰ NeoRust v0.4.1 Released - Production-Ready Neo N3 Development

ยท 4 min read
NeoRust Team
Core Development Team

We're excited to announce the release of NeoRust v0.4.1, marking a significant milestone in Neo N3 blockchain development with Rust. This release brings enhanced cross-platform compatibility, security improvements, and a completely redesigned developer experience.

๐ŸŒŸ What's New in v0.4.1โ€‹

Enhanced Cross-Platform Supportโ€‹

  • Windows, macOS, Linux: Full compatibility across all major platforms
  • ARM64 Support: Native support for Apple Silicon and ARM-based systems
  • WebAssembly: Run NeoRust applications in browsers with WASM compilation

Security Enhancementsโ€‹

  • Audit Improvements: Enhanced security based on recent audit findings
  • Memory Safety: Additional safeguards for cryptographic operations
  • Hardware Wallet Integration: Improved Ledger device support

Developer Experienceโ€‹

  • New Desktop GUI: Beautiful, modern interface for wallet management
  • CLI Tools: Comprehensive command-line utilities for developers
  • Enhanced Documentation: Complete guides, examples, and API reference