Skip to content

Latest commit

 

History

History
108 lines (66 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

108 lines (66 loc) · 2.72 KB

Changelog

[0.5.2] - 2024-12-05

Added

  • Refactor sidebar using shadcn/ui

[0.5.1] - 2024-10-17

Fixed

  • Fixed chain list that uses the wrong virtualized table

0.5.0 - 2024-10-14

Added

  • Devnet: Mine blocks
  • Devnet: Reset to specific block
  • Devnet: Send transactions
  • Devnet: Send batch transactions

0.4.3 - 2024-09-27

Fixed

  • Fixed duckdb timezone query panic
  • Fixed data visualization chart scale and overflow

0.4.2 - 2024-09-26

Fixed

  • Fixed CodeMirror style not being applied

0.4.1 - 2024-09-26

Fixed

  • Remove duplicate description tooltip in cast tool

0.4.0 - 2024-09-25

Added

  • Cast: Foundry Cast GUI
  • Anvil Methods Templates in RPC Client

0.3.0 - 2024-09-22

Added

  • Chain Extractor: Extract data from the blockchain using Cryo
  • Chain Analyzer: Analyze and visualize blockchain data using DuckDB

Fixed

  • HTTP request is not working

0.2.0 - 2024-09-18

Added

  • Transaction Pool: View and manage pending transactions in the node's transaction pool
  • Hex Converter: Convert between hex strings and numbers
  • Key Converter: Convert mnemonics or private keys to addresses

Fixed

  • Fixed RPC client not using the pasted request

0.1.1 - 2024-08-31

Fixed

  • Fixed contract map tool parsing panic

0.1.0 - 2024-08-31

image

Added

  • Initial release of RaaR, an Open-Source, Local-First Swiss Army Knife for Crypto Development
  • RPC Client: Interact with Ethereum nodes using JSON-RPC calls
  • Transaction Tracer: Analyze and trace Ethereum transactions
  • Chain List: View and manage information about different blockchain networks
  • Devnet Tool: Set up and manage local development networks using Anvil
  • Wallet Generator: Create and manage Ethereum wallets with support for multiple languages
  • Ethereum Unit Converter: Convert between different Ethereum units
  • Contract Interaction: Interact with smart contracts on various networks
  • 4bytes Decoder: Decode function signatures, calldata, and events
  • Multi-Chain Gas Tracker: Monitor gas prices across multiple chains
  • Contract Map: Visualize contract relationships (experimental feature)