Skip to content

Releases: argentlabs/argent-starknet-recover

v0.5.0

17 Apr 10:02
fa02b46
Compare
Choose a tag to compare

What's Changed

  • BLO-1961 feat: use Rpc Provider by @simonheys in #9
  • BLO-1891 fix: bundle and use dotenv in binaries by @simonheys in #10
  • fix(recover): update snjs, rpc and add basic cairo 1 recovery by @simonheys in #14

New Contributors

Full Changelog: v0.4.4...v0.5.0

v0.4.4

03 Apr 03:07
Compare
Choose a tag to compare
  • Fix 429 issue
  • Send tx version 1 for new accounts
  • More efficient version detection

v0.4.3

02 Feb 17:25
Compare
Choose a tag to compare

Should discover and deploy undeployed accounts with balance

Full Changelog: v0.4.2...v0.4.3

v0.4.2

09 Dec 12:22
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

07 Dec 12:26
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.4.1

v0.4.0

06 Dec 12:38
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.4.0

v0.3.3

05 Dec 10:59
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Nov 15:04
Compare
Choose a tag to compare

Starknet Recovery CLI

This is a command line tool can be used to recover funds from old Starknet accounts.
After entering your seedphrase or private key it will scan for your accounts and potential funds and issues.
You can then choose to fix issues and recover your funds to a new account address.

Usage

It is simplest to download the latest release from the releases page.
After downloading the binary matching your machine you can run it inside a terminal.

If you have Node installed you can also clone this repo and run yarn && yarn start to run the CLI tool.

Use at your own risks

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Nov 08:13
Compare
Choose a tag to compare

Starknet Recovery CLI

This is a command line tool can be used to recover funds from old Starknet accounts.
After entering your seedphrase or private key it will scan for your accounts and potential funds and issues.
You can then choose to fix issues and recover your funds to a new account address.

Usage

It is simplest to download the latest release from the releases page.
After downloading the binary matching your machine you can run it inside a terminal.

If you have Node installed you can also clone this repo and run yarn && yarn start to run the CLI tool.

Use at your own risks

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Nov 11:52
Compare
Choose a tag to compare

Starknet Recovery CLI

This is a command line tool can be used to recover funds from old Starknet accounts.
After entering your seedphrase or private key it will scan for your accounts and potential funds and issues.
You can then choose to fix issues and recover your funds to a new account address.

Usage

It is simplest to download the latest release from the releases page.
After downloading the binary matching your machine you can run it inside a terminal.

If you have Node installed you can also clone this repo and run yarn && yarn start to run the CLI tool.

Use at your own risks

Full Changelog: v0.2.0...v0.3.0