Skip to content
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

v5 feat: support stc #4592

Closed
wants to merge 4 commits into from
Closed

v5 feat: support stc #4592

wants to merge 4 commits into from

Conversation

weatherstar
Copy link
Contributor

No description provided.

Copy link

codesandbox bot commented May 15, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

what-the-diff bot commented May 15, 2024

PR Summary

  • Importation and utilization of CoreChainStc in CoreChainApiHub.ts
    This means we're now using a new core chain component in the main program.
  • Code clean-up in CoreChainSoftware.ts
    Unnecessary bits of code have been removed, improving program readability.
  • New type IEncodedTxStc added to types.ts
    We now have a new type definition that improves the structure of our code.
  • Addition of BECH32 and HEX to EAddressEncodings in coreEnums.ts
    This represents the addition of two options for encoding addresses.
  • Inclusion of ethUtils in ProviderApiBase.ts
    This allows us for a more efficient management of Ethereum-based tasks.
  • Incorporation of method autoFixPersonalSignMessage in ProviderApiBase.ts
    This method enables us to automatically adjust specific message attributes.
  • Implementation of keyring functionality for STC (Starcoin) Blockchain
    Several scripts have been added to manage account preparations and transactions for the Starcoin blockchain.
  • Client Module for Starcoin Blockchain
    A new file ClientStc.ts was introduced to handle contract calls and responses specifically for the Starcoin blockchain.
  • Configuration and Utility scripts for Starcoin Blockchain
    Added settings and utility scripts specifically for boosting the efficiency of the Starcoin blockchain operations.
  • Including settings for STC Blockchain in settings.ts
    The settings for STC have been added to the main settings file, integrating it with the rest of the system.
  • Adding a new network in presetNetworks.ts
    A new network configuration for STC has been included in the preset networks file, expanding our blockchain network options.

@originalix originalix closed this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants