make-software / casper-wallet

Securely manage your CSPR tokens, interact with dapps, and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper Network.
https://casperwallet.io
Apache License 2.0
21 stars 4 forks source link

Update transfer and deploy functionality, refactor code #961

Closed ost-ptk closed 5 months ago

ost-ptk commented 5 months ago

Make sure to fill in all the below sections.

Description

The changes centralize all deploy-making methods into the deployer service to improve maintainability and anticipate future modifications. Asynchronous calls replace synchronous for improved performance, addressing the casper-node synchronization issue by fetching the timestamp directly from the node instead of the date library.

Linked tickets

WALLET-315

Checklist