Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 883 Bytes

CHANGES.md

File metadata and controls

39 lines (27 loc) · 883 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2025-02-05

0.3.0 - 2025-02-02

Added

  • Implement block data accessors
  • Implement transaction data accessors
  • Implement action parsing

Changed

  • Adopt Faraday as the HTTP client
  • Improve HTTP error handling and retries

0.2.0 - 2025-01-29

Added

  • Network#fetch(block)
  • NEAR.testnet, NEAR.mainnet

Changed

  • Use the NEAR_CLI environmnet variable, if set
  • Use a temporary file for call_function
  • Enhance call_function()
  • Enhance create_account_with_funding()
  • Enhance delete_account()

Fixed

  • Fix the formatting of balances

0.1.0 - 2025-01-19

0.0.0 - 2025-01-11