-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/sync dec with master v1 51 1 #233
Conversation
Update README.md
… release/release_distribution_exchange_examples
…on_exchange_examples Release/release distribution exchange examples
fix/fix_readme_installation
… release/v1_51_chain_upgrade_1_13_master
…e_1_13_master release/v1.51 chain upgrade 1.13 to master
…d in the chain upgrade v1.13. Added unit tests and example scripts
…_from_v1_13 feat/add_exchange_messages_from_v1_13
Caution Review failedThe pull request is closed. WalkthroughThe recent changes enhance the trading system's configurability and functionality, introducing a Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI
participant Blockchain
participant MarketAssistant
User->>CLI: Launch trading action
CLI->>MarketAssistant: Get market parameters
MarketAssistant->>CLI: Return market info
CLI->>Blockchain: Send transaction with parameters
Blockchain-->>CLI: Confirm transaction
CLI-->>User: Display transaction status
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
dev
branch with the latest release in master (v1.51.1)Summary by CodeRabbit
New Features
MinNotional
parameter across multiple trading assets, allowing for minimum transaction size requirements.Documentation
Bug Fixes