Skip to content
  • Hernando Castano's avatar
    Cross-Chain Transfer Generator (#535) · 5de2bc3d
    Hernando Castano authored
    * Attempt at adding Cross-Chain Transfer Generator
    
    * Add Transfer subcommand for sending messages to Rialto
    
    * Add temp helper script for sending messages
    
    * Remove Message and Lane Ids from Dispatch Event
    
    * Increase transfer amount used by script
    
    * Endow derived Dave account on Rialto with funds
    
    * Update Message generator to send more types of messages
    
    This commit first of all updates the script to use the new CLI
    commands for sending messages. Second, it adds messages which are
    sent from both Target and Source origins.
    
    * Generate messages from Root origin
    
    * Remove dbg! logs from relayer
    
    * Log AccountId as well as HexId
    
    * Remove Balances logs
    
    * Add InstanceId and MessageId back to Dispatch Event
    
    * Add InstanceId and MessageId types for Apps
    
    * Add missing comment
    
    * Document derived accounts as tests
    
    * Move shared commands to variables
    
    * Add example usage for send_message script
    
    * Add docs to message variants
    
    * Fix Clippy complaint
    5de2bc3d