bigger-tech / simple-stellar-signer

A wallet aggregator and transaction signer for the Stellar Network
MIT License
19 stars 10 forks source link

Feat/show invokehostfunction info #214

Closed CERP27 closed 5 months ago

CERP27 commented 5 months ago

Summary

This PR is responsible for displaying detailed information about the operations that arrive at Simple Signer when they are of type invokeHostFunction. We use the Soroban server to review the contract to which the operation is directed in order to retrieve the names of the parameters used by the method called within the contract, whether it is a Smart Contract or a Stellar Asset Contract

Details

Evidence

image image image

bigger-tech-ci-bot commented 5 months ago

Build completed successfully

View details ### Snyk Report Results No high or critical severity vulnerabilities ### Coverage Report Results

=============================== Coverage summary ===============================
Statements   : 65.49% ( 279/426 )
Branches     : 62.19% ( 51/82 )
Functions    : 44.33% ( 47/106 )
Lines        : 65.51% ( 266/406 )
================================================================================