Extension of SuiSignTx message
New fields 'data_initial_chunk' and 'data_length' have been added to the SuiSignTx message. This helps in better handling and organization of data within the message.
Introduction of new MessageType Enum Types
MessageType now includes 'MessageType_SuiTxRequest' and 'MessageType_SuiTxAck'. Adding these types enhances the messaging capabilities of the system.
Inclusion of the "Celestia" Network
This update brings a new network called "Celestia", broadening the scope of the networks that the system can interact with.
Helper File Enhancements
The helper.py file now includes 'PRIMARY_COLOR_MAMTA' and 'ICON_MANTA' along with 'SuiTxRequest', 'SuiTxAck', 'PrimaryColor_MANTA', and 'ICON_MANTA'. This change adds newly needed utilities in the system.
Transaction Deserialization Methods for "Manta" Network
New methods for the deserialization of transactions for the "Manta" network have been added. This allows the system to handle 'Manta' network related transactions more efficiently.
New Message Types in Messages.py File
The addition of 'SuiTxAck' and 'SuiTxRequest' message types expands the variety of message types that can be used in the system.
Sign_tx Functionality Expansion
The 'sign_tx' function has been updated and a new function 'send_request_chunk' has been added in the 'sign_tx.py' file improving the transaction signing capabilities.
New image Chain-Manta.png
The inclusion of 'chain-manta.png' image file in the 'res' directory contributes to the visual resources of the project.
New CLI Command 'sign_tx_v2'
'sign_tx_v2' is a new CLI command added in the 'sui.py' file, enhancing the system's command-line interface functionalities.
Updated Version.sh Script
The 'version.sh' script has been updated for maintaining the correct version and dependencies.
PR Summary
Extension of SuiSignTx message New fields 'data_initial_chunk' and 'data_length' have been added to the SuiSignTx message. This helps in better handling and organization of data within the message.
Introduction of new MessageType Enum Types MessageType now includes 'MessageType_SuiTxRequest' and 'MessageType_SuiTxAck'. Adding these types enhances the messaging capabilities of the system.
Inclusion of the "Celestia" Network This update brings a new network called "Celestia", broadening the scope of the networks that the system can interact with.
Helper File Enhancements The helper.py file now includes 'PRIMARY_COLOR_MAMTA' and 'ICON_MANTA' along with 'SuiTxRequest', 'SuiTxAck', 'PrimaryColor_MANTA', and 'ICON_MANTA'. This change adds newly needed utilities in the system.
Transaction Deserialization Methods for "Manta" Network New methods for the deserialization of transactions for the "Manta" network have been added. This allows the system to handle 'Manta' network related transactions more efficiently.
New Message Types in Messages.py File The addition of 'SuiTxAck' and 'SuiTxRequest' message types expands the variety of message types that can be used in the system.
Sign_tx Functionality Expansion The 'sign_tx' function has been updated and a new function 'send_request_chunk' has been added in the 'sign_tx.py' file improving the transaction signing capabilities.
New image Chain-Manta.png The inclusion of 'chain-manta.png' image file in the 'res' directory contributes to the visual resources of the project.
New CLI Command 'sign_tx_v2' 'sign_tx_v2' is a new CLI command added in the 'sui.py' file, enhancing the system's command-line interface functionalities.
Updated Version.sh Script The 'version.sh' script has been updated for maintaining the correct version and dependencies.