Open
Conversation
- Add new simulate command to test transactions without execution - Support both RBTC and ERC20 token transfer simulation - Provide detailed gas estimation and cost analysis - Include comprehensive simulation results with network details - Add proper TypeScript types for simulation data - Update README with complete documentation and examples - Support both mainnet and testnet networks - Include advanced options for custom gas settings This feature allows users to safely test transactions before execution, preventing costly mistakes and providing accurate cost estimates.
- Add new gas command to get current gas prices and recommendations - Support both mainnet and testnet networks - Provide three gas price tiers: slow, standard, and fast - Include cost estimates for different transaction types - Add speed preference options (slow|standard|fast) - Display real-time gas prices with confirmation time estimates - Add comprehensive TypeScript types for gas price data - Update README with complete documentation and examples This feature helps users optimize transaction costs by providing: - Real-time gas price data from RSK network - Smart recommendations based on user preferences - Cost estimates for RBTC transfers, ERC20 transfers, and contract interactions - Time estimates for transaction confirmation Usage examples: - rsk-cli gas --testnet - rsk-cli gas --estimate - rsk-cli gas --speed fast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features Added
This feature helps devs optimise transaction costs by providing real-time gas price data and smart recommendations for different transaction types.