Skip to content

Commit

Permalink
Hello world!
Browse files Browse the repository at this point in the history
Removed non-eos chains and code
Removed non-privatekey account modes
Update several packages
Add eos/tlos/beos to config and blockchain factory
  • Loading branch information
grctest committed Oct 20, 2023
1 parent ec94092 commit 6d93c5d
Show file tree
Hide file tree
Showing 23 changed files with 1,587 additions and 7,581 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Beet Blockchain Companion</title>
<title>BeetEOS Blockchain Companion</title>
</head>
<body class="text-center">
<div class="main" id="app">
Expand Down
3,562 changes: 1,511 additions & 2,051 deletions package-lock.json

Large diffs are not rendered by default.

64 changes: 31 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "beet",
"productName": "Beet Blockchain Companion",
"version": "0.17.0-rc1",
"productName": "BeetEOS Blockchain Companion",
"version": "0.0.1",
"apiversion": 3,
"description": "Beet is a stand-alone key-manager and signing app for blockchains like BitShares, Bitcoin and others.",
"author": "clockworkgr <[email protected]>",
"description": "BeetEOS is a stand-alone key-manager and signing app for EOS based blockchains.",
"author": "BeetEOS team",
"license": "MIT",
"homepage": "https://github.com/bitshares/beet",
"repository": "github:bitshares/beet",
"homepage": "https://github.com/beetapp/beeteos",
"repository": "github:beetapp/beeteos",
"main": "app/background.js",
"build": {
"appId": "io.get-beet.beet",
"productName": "Beet Blockchain Companion",
"artifactName": "BeetSetup.${ext}",
"productName": "BeetEOS Blockchain Companion",
"artifactName": "BeetEOSSetup.${ext}",
"files": [
"app/**/*",
"node_modules/**/*",
Expand All @@ -37,7 +37,6 @@
}
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"start": "node build/start.js",
"compile": "webpack --config=build/webpack.app.config.js --env=production",
"build": "webpack --config=build/webpack.app.config.js --env=production && electron-builder --publish never",
Expand All @@ -52,54 +51,53 @@
"@babel/runtime": "^7.19.0",
"@noble/ed25519": "^1.6.1",
"@noble/secp256k1": "^1.6.3",
"balm-ui": "^10.9.3",
"bitcoinjs-lib": "^6.0.1",
"bitsharesjs": "https://github.com/bitshares/bitsharesjs#develop",
"balm-ui": "^10.23.2",
"crypto-js": "^4.1.1",
"dexie": "^3.2.2",
"dexie": "^3.2.4",
"electron-devtools-installer": "^3.2.0",
"linebyline": "^1.3.0",
"eosjs": "^22.1.0",
"eosjs-ecc": "^4.0.7",
"lzma": "^2.3.2",
"mitt": "^3.0.0",
"mitt": "^3.0.1",
"otpauth": "^8.0.1",
"query-string": "^7.1.1",
"simple-websocket": "^9.1.0",
"socket.io": "^4.6.1",
"socket.io": "^4.7.2",
"typeface-rajdhani": "1.1.13",
"typeface-roboto": "1.1.13",
"uuid": "^8.3.2",
"vue": "^3.2.37",
"vue": "^3.3.5",
"vue-i18n": "9",
"vue-qrcode-reader": "^4.0.0",
"vue-router": "^4.1.2",
"vuex": "^4.0.2"
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"css-loader": "^6.8.1",
"electron": "^24.2.0",
"electron-builder": "^23.1.0",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"file-loader": "^6.2.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"source-map-support": "^0.5.21",
"style-loader": "^3.3.1",
"style-loader": "^3.3.3",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.7.7",
"webpack": "^5.73.0",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"bufferutil": "^4.0.8",
"utf-8-validate": "^5.0.9"
}
}
35 changes: 3 additions & 32 deletions src/components/add-account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
import { ipcRenderer } from 'electron';
import { useI18n } from 'vue-i18n';
import ImportCloudPass from "./blockchains/bitshares/ImportCloudPass";
import ImportBinFile from "./blockchains/bitshares/ImportBinFile";
import ImportMemo from "./blockchains/bitshares/ImportMemo";
import ImportKeys from "./blockchains/ImportKeys";
import ImportAddressBased from "./blockchains/address/ImportAddressBased";
import store from '../store/index';
import router from '../router/index.js';
Expand Down Expand Up @@ -294,7 +290,7 @@
</span>
</option>
</select>
<div v-if="selectedImportOptions.length > 1">
<div v-if="selectedImportOptions.length > 0">
<p class="my-3 font-weight-bold">
{{ t('common.bts_importtype_cta') }}
</p>
Expand Down Expand Up @@ -338,7 +334,7 @@
</ui-button>
</router-link>

<span v-if="selectedImportOptions.length > 1">
<span v-if="selectedImportOptions.length > 0">
<span v-if="selectedImport != 0">
<ui-button
raised
Expand Down Expand Up @@ -387,33 +383,8 @@
v-else-if="step == 2"
id="step2"
>
<ImportAddressBased
v-if="selectedImportOption.type == 'address/ImportAddressBased'"
v-model="importMethod"
:chain="selectedChain"
/>
<ImportAddressBased
v-else-if="selectedImportOption.type == 'ImportAddressBased'"
v-model="importMethod"
:chain="selectedChain"
/>
<ImportKeys
v-else-if="selectedImportOption.type == 'ImportKeys'"
v-model="importMethod"
:chain="selectedChain"
/>
<ImportCloudPass
v-else-if="selectedImportOption.type == 'bitshares/ImportCloudPass'"
v-model="importMethod"
:chain="selectedChain"
/>
<ImportBinFile
v-else-if="selectedImportOption.type == 'bitshares/ImportBinFile'"
v-model="importMethod"
:chain="selectedChain"
/>
<ImportMemo
v-else-if="selectedImportOption.type == 'bitshares/ImportMemo'"
v-if="selectedImportOption.type == 'ImportKeys'"
v-model="importMethod"
:chain="selectedChain"
/>
Expand Down
117 changes: 0 additions & 117 deletions src/components/blockchains/address/ImportAddressBased.vue

This file was deleted.

Loading

0 comments on commit 6d93c5d

Please sign in to comment.