-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update add-account.vue Fix BTC key import * Update BitShares.js * Update beautify.js add operations fix nft beautify function * Update en.json add operations * Updated operation translations * Further changes Add extension localization Comment out console logs Remove duplicate bitshares asset key strings * Update beautify.js * Update package.json * Further suez support Correctly render fee amount for all operations Correctly beautify operation 77 Add new fields keys to the asset/account batch fetcher Added missing locale strings * Update beautify.js fixes to limit order update operation
- Loading branch information
Showing
18 changed files
with
11,364 additions
and
7,846 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "beet", | ||
"productName": "Beet Blockchain Companion", | ||
"version": "0.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"apiversion": 3, | ||
"description": "Beet is a stand-alone key-manager and signing app for blockchains like BitShares, Bitcoin and others.", | ||
"author": "clockworkgr <[email protected]>", | ||
|
@@ -102,4 +102,4 @@ | |
"bufferutil": "^4.0.6", | ||
"utf-8-validate": "^5.0.9" | ||
} | ||
} | ||
} |
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.