-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: 📝 updated contribution doc * fix: csv macro protection * chore: bump versions * chore: bump electorn version * chore: bump zod version * chore: bump graphql version * chore: bump cosmjs/stargate version * refactor(@fireblocks/recovery-shared): ♻️ changed variable names * refactor(@fireblocks/asset-config): ♻️ change utxo asset configuration * fix(@fireblocks/recovery-shared): 🐛 fixed address validation for testnet and btc assets * refactor(@fireblocks/recovery-utility): ♻️ refactor derivation and signing code for btc-like * refactor(@fireblocks/recovery-relay): ♻️ refactored btc-like information query code on relay * feat(@fireblocks/recovery-utility): ✨ added DASH signing support * fix(@fireblocks/recovery-relay): 🐛 fetched UTXOs are now only confirmed ones * chore: bump nextron version for `yarn dev` * fix(@fireblocks/recovery-utility): 🐛 consecutive withdrawals don't work * fix(@fireblocks/recovery-relay): 💄 withdrawal dialog reflected errors in broadcast * fix(@fireblocks/recovery-relay): 🐛 fixed relay failure due to bigint in logger.info call * fix(@fireblocks/recovery-shared): 🐛 fixed explorer URL for avax testnet * test(@fireblocks/e2e-tests): ✅ fixed test detection of failed tx broadcast * fix(@fireblocks/recovery-relay): 🐛 consecutive EVM withdrawals fail due to provider caching * refactor(@fireblocks/e2e-tests): ♻️ allow e2e tests to send to alternative address * fix(@fireblocks/recovery-relay): 🐛 xrp don't wait on tx to be confirmed * Update xrp relay broadcast * chore(@fireblocks/recovery-relay): 🧵 web request goes through main instead of renderer * fix(@fireblocks/recovery-relay): 🐛 added bsv broadcast function and cleanup * fix(@fireblocks/recovery-relay): 🐛 fixed broadcast override for btc relay wallet * chore(@fireblocks/recovery-relay): ✨ allow btc relay wallet to route reqs through main proc * feat(@fireblocks/recovery-utility): ✨ implemented BSV tx creation and signing * chore: ⬆️ update yarn.lock * fix(@fireblocks/asset-config): 🐛 updated doge explorer link * fix(@fireblocks/recovery-relay): 🐛 show broadcast error in case one happened * chore(@fireblocks/recovery-relay): ♻️ refactored doge relay wallet * fix(@fireblocks/recovery-relay): 🐛 fixed broadcast failure due to missing baseurl * feat(@fireblocks/recovery-utility): ✨ implemented doge coin tx signing * feat(@fireblocks/recovery-relay): ✨ added update alert * fix: correct LTC wallet derivation and tx signing * feat(@fireblocks/recovery-utility): ✨ added ability to provide xprv/fprv * chore(@fireblocks/recovery-utility): 🔇 removed log flooding print * chore: update beta warning * fix(@fireblocks/recovery-shared): 🐛 do not load csv if asset is missing derivation path * WIP: implement ZEC (#55) WIP: implement ZEC * fix(@fireblocks/recovery-utility): 🐛 fixed linux relaunch failure * chore(@fireblocks/recovery-utility): ♻️ export ncw master key as part of recovery * feat(@fireblocks/recovery-utility): ✨ added NCW recovery functionality * test(@fireblocks/recovery-utility): ✅ added NCW tests * feat(@fireblocks/recovery-utility): ✨ allow to only recover NCW keys * refactor(@fireblocks/recovery-utility): ♻️ refactor ncw naming and fix chaincode * fix(@fireblocks/recovery-relay): 🐛 added zec tx generation code but disabled zec transfer * chore: 🔖 bump versions --------- Co-authored-by: agoltzman <[email protected]> Co-authored-by: Ariel <[email protected]> Co-authored-by: Dain Kang <[email protected]>
- Loading branch information
1 parent
c1b9f08
commit c2bb413
Showing
112 changed files
with
3,357 additions
and
2,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@fireblocks/extended-key-recovery': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
allow manual input of xprv and fprv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
fixed btc relay wallet broadcast failure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
added alert for new version availability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
--- | ||
|
||
Implemented BSV transaction creation, serialization and signing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
reflect broadcast error in case occurred |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
prevent loading csv if asset is missing derivation path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/e2e-tests': minor | ||
--- | ||
|
||
tests now take into account broadcast errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/asset-config': minor | ||
--- | ||
|
||
fixed AVAX testnet explorer URL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
fixed address validation for testnet assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
changed variable names |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
refactored btc-like information query code on relay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
--- | ||
|
||
implemented doge tx signing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
'@fireblocks/recovery-relay': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
fix: consecutive withdrawals don't work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
allowed btc relay utils to pipe web req through main proc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
--- | ||
|
||
implemented DASH signing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
fixed fetching UTXO to only confirmed ones |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/asset-config': minor | ||
--- | ||
|
||
updated doge explorer link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/wallet-derivation': minor | ||
--- | ||
|
||
added NCW tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
--- | ||
|
||
fix linux appimage relaunch failure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
refactored doge relay wallet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
added bsv broadcast function and cleanup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@fireblocks/wallet-derivation': minor | ||
'@fireblocks/recovery-utility': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
added ncw recovery functionality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
ripple tx broadcast and result without waiting for confirmation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
fixed EVM provider caching and funds broadcast error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@fireblocks/extended-key-recovery': minor | ||
'@fireblocks/recovery-utility': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
added functionality to only recover NCW keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@fireblocks/wallet-derivation': minor | ||
'@fireblocks/recovery-utility': minor | ||
--- | ||
|
||
refactor derivation and signing code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@fireblocks/extended-key-recovery': minor | ||
'@fireblocks/wallet-derivation': minor | ||
'@fireblocks/recovery-utility': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
update type naming |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/asset-config': minor | ||
--- | ||
|
||
Disabled transfer for testnet assets and re-enabled transfer for UTXO assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
updated withdrawal modal to reflect errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
execute web requests through main process instead of renderer for SOL and BSV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
'@fireblocks/recovery-shared': minor | ||
--- | ||
|
||
export NCW master wallet from recovery to workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-utility': minor | ||
--- | ||
|
||
remove log flooding print |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
fix error due to bigint in info call |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/recovery-relay': minor | ||
--- | ||
|
||
fixed btc relay wallet to use overwritten broadcast function in case available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fireblocks/e2e-tests': minor | ||
--- | ||
|
||
allowed for alternative to address in tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.