Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow same account in different wallet modes #1359

Open
wants to merge 569 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
569 commits
Select commit Hold shift + click to select a range
c2618a2
Fix request lookup params
aaroncox Jul 19, 2019
2fe952b
Resolves small errors
aaroncox Jul 23, 2019
fc19286
Allow an array of public keys for getAuthorizations
aaroncox Jul 26, 2019
819bf43
Adding path storage and comments
aaroncox Jul 26, 2019
521a6ce
Added get_keys_accounts lookup for new auto detection
aaroncox Jul 26, 2019
bb6413a
Moved import panel logic to own container
aaroncox Jul 26, 2019
1650045
Use new Import panel for both UIs
aaroncox Jul 26, 2019
d0bb5c3
Start of new key management interface
aaroncox Jul 26, 2019
0b3c481
New Key Generator
aaroncox Jul 26, 2019
41ac5c3
Moved password setup to own container
aaroncox Jul 26, 2019
ae6e7d8
Standard headers in each import section
aaroncox Jul 26, 2019
90c127d
An import existing that detects accounts based on public keys
aaroncox Jul 26, 2019
6e0c061
Add uniqueness to public keys during upgrade
aaroncox Jul 26, 2019
0604ee8
Public key import methods
aaroncox Jul 26, 2019
06c9917
When importing from a backup, ensure the path is being set in storage…
aaroncox Jul 26, 2019
b90cafc
loc strings
aaroncox Jul 26, 2019
b644b27
Added CircleCI base config
aaroncox Jul 26, 2019
066fcdc
Updated branches to build
aaroncox Jul 26, 2019
95ae21d
fix: fixes issue 640
dafuga Jul 9, 2019
45ec9a0
enhancement: using tx.actions to get requestedActor from prompt object
dafuga Jul 23, 2019
5f00ba6
setup: got unit testing setup
dafuga Jun 5, 2019
442d0e7
chore: added unit tests to more Global Component
dafuga Jun 7, 2019
57b55c1
chore: added tests for accounts actions
dafuga Jun 12, 2019
7ee657d
chore: added more tests to accounts actions
dafuga Jun 14, 2019
bf6e488
chore: added tests to accounts reducer
dafuga Jun 14, 2019
b7865b6
chore: added tests for bidname system action
dafuga Jun 18, 2019
418566d
cleanup: removed unnecessary __mocks__ folder
dafuga Jun 18, 2019
90be674
chore: wrote tests for eos helper with v2 param
dafuga Jun 18, 2019
9f9dff0
chore: added snapshot tests for Global/Button and Global/Data components
dafuga Jun 22, 2019
d078b41
chore: added snapshot tests for all Global/Form/Field component
dafuga Jun 25, 2019
400fe35
chore: added tests to Global/Fragment folder
dafuga Jun 28, 2019
15691b1
chore: added tests to Global/Message components
dafuga Jul 3, 2019
c52409d
chore: added snapshot tests for Global/Modal components
dafuga Jul 4, 2019
723b15a
chore: added tests for all Global/Transaction modals
dafuga Jul 6, 2019
a07572f
fix: got all tests passing
dafuga Jul 7, 2019
daaf5cc
deps: setting jest version to 24.7.0
dafuga Jul 13, 2019
6b22f47
chore: updated to jest 24.8
dafuga Jul 13, 2019
d3f1510
chore: got rid of warning logs on test run
dafuga Jul 15, 2019
1ab8bce
chore: merging with develop
dafuga Jul 27, 2019
2e3cc00
changed position for setup header
aaroncox Jul 27, 2019
4734630
added __permissions to key requests
aaroncox Jul 27, 2019
6b9429d
cleaned up default connection info
aaroncox Jul 27, 2019
b2f500d
Changed behaviour of WALLET_REMOVE
aaroncox Jul 27, 2019
09d37e9
Fixed missing component
aaroncox Jul 27, 2019
462fd57
Added optional cancel button
aaroncox Jul 27, 2019
f73d6ae
Allow floating
aaroncox Jul 27, 2019
11043e5
disable the dangle warning
aaroncox Jul 30, 2019
bc498e2
cleanup
aaroncox Jul 30, 2019
02de9f2
Reworked Wallet Setup
aaroncox Jul 30, 2019
e1430dc
Allow backup as a button only
aaroncox Jul 30, 2019
29a0651
enable key management even without wallets
aaroncox Jul 30, 2019
4a898e1
Added resources sidebar
aaroncox Jul 30, 2019
a19618a
Better enable/disable UI
aaroncox Jul 30, 2019
a528a86
Fixed quotes
aaroncox Jul 30, 2019
232658b
Merge 0.7.11 -> Anchor (#686)
aaroncox Jul 31, 2019
4aa9034
Use npm ci and official node docker image
jnordberg Jul 29, 2019
833d576
Sync package-lock.json to current package.json
jnordberg Jul 29, 2019
e7b63fd
Try installing app deps in ci
jnordberg Jul 29, 2019
de4dcc4
Add libusb build deps to test image
jnordberg Jul 29, 2019
d3dcf5c
Fix deps install
jnordberg Jul 29, 2019
554a347
Cache long npm ci call
jnordberg Jul 29, 2019
e712aa6
thx YAML
jnordberg Jul 29, 2019
d0e69b3
Upgraded delphioracle data format
aaroncox Aug 2, 2019
eae61e1
Added Appearance section with a Reset button.
aaroncox Aug 2, 2019
713b3bc
Automaticly show/hide ledger status while trying to connect
aaroncox Aug 9, 2019
846f2e7
Set state flag when init is complete
aaroncox Aug 27, 2019
bb68084
Added remme testnet
aaroncox Aug 27, 2019
1835d64
Moving handler logic to its own helper
aaroncox Sep 16, 2019
32b297c
Revamping URI signing prompt
aaroncox Sep 16, 2019
f8e05ae
Adding REX to overview and reworking fragment objects
aaroncox Sep 16, 2019
5616cbd
New interface for resources
aaroncox Sep 16, 2019
3b13562
Escaping account names for table result storage
aaroncox Sep 16, 2019
9a44fbd
Adding whitelist reducer
aaroncox Sep 16, 2019
d53d5d8
Start of reworked disconnection state
aaroncox Sep 16, 2019
52e6552
Account Link
aaroncox Sep 16, 2019
d9bdfd2
Broadcast Button
aaroncox Sep 16, 2019
087e9cd
Reworking old RAM components for new main interface
aaroncox Sep 16, 2019
e8905c5
Added Lynx & Remme testnets
aaroncox Sep 16, 2019
31ab66b
Simplify tray interaction until UI is created
aaroncox Sep 16, 2019
7ec9105
Retrieve RAM statistics globally
aaroncox Sep 16, 2019
0775daf
Load REX while processing accounts
aaroncox Sep 16, 2019
ce82f31
Set settings on swap
aaroncox Sep 16, 2019
79f28ed
Clear balances on swap
aaroncox Sep 16, 2019
47304ad
Fixed typos
aaroncox Sep 16, 2019
270cc1a
New types
aaroncox Sep 16, 2019
01cfa29
No need to retrieve anymoer
aaroncox Sep 16, 2019
dbad160
Fixes for delegated balances
aaroncox Sep 16, 2019
bf38468
Updated chain definitions
aaroncox Sep 16, 2019
bc78b09
Final step instruction added
aaroncox Sep 16, 2019
c2075d5
Version bump
aaroncox Sep 16, 2019
da5f004
Add node-notifier and humanize-duration
aaroncox Sep 16, 2019
c74901d
updating lock
aaroncox Sep 16, 2019
4b05b92
Fix webpack for new versions
aaroncox Sep 16, 2019
3b7a8e0
Stake/Unstake controls
aaroncox Oct 1, 2019
370aec5
Handling for JSON renderable entities
aaroncox Oct 1, 2019
2d02a4f
linting
aaroncox Oct 1, 2019
4a8b6f4
Display message when no tokens are available/tracked
aaroncox Oct 1, 2019
81d59f3
Allow editing directly via link
aaroncox Oct 1, 2019
c989c63
Updated Jungle information
aaroncox Oct 1, 2019
4619d52
Show hide API analysis based on chain features, and allow editing of …
aaroncox Oct 1, 2019
aab0a04
Fixed issue with Ping tool
aaroncox Oct 1, 2019
66dff5a
Updated Jungle logo
aaroncox Oct 1, 2019
0aa2757
Pass settings to avoid error
aaroncox Oct 1, 2019
e6ca84d
Check validation before proceeding
aaroncox Oct 1, 2019
d8a58d0
New global check to display block if wallet is locked.
aaroncox Oct 4, 2019
cf7876f
remove unused
aaroncox Oct 4, 2019
0bd5819
Added resource warnings
aaroncox Oct 6, 2019
23a6fcc
Removed link
aaroncox Oct 6, 2019
0ba6c2a
Reduced logo size
aaroncox Oct 6, 2019
8f7e1e3
Added refresh button
aaroncox Oct 6, 2019
36b6997
Reduced logo size
aaroncox Oct 6, 2019
aa9f45d
Moved reset button away
aaroncox Oct 6, 2019
34da74b
Cleanup
aaroncox Oct 6, 2019
cca6533
Cleanup Reset on Tools
aaroncox Oct 6, 2019
a1f7b46
reworked unlock mechanisms
aaroncox Oct 6, 2019
4a07fca
Added rental interfaces to resources section
aaroncox Oct 7, 2019
9e7c2ea
removed debugging
aaroncox Oct 7, 2019
8497986
Force retrieval of the ABI (since its often incorrect)
aaroncox Oct 8, 2019
a8693ba
Small UI design pass
aaroncox Oct 8, 2019
58b81ff
Added effectiveness to the voting panel
aaroncox Oct 8, 2019
a416bc9
Header of the prompt is now fixed in the UI
aaroncox Oct 9, 2019
7ce43dc
Moved error down by submit
aaroncox Oct 9, 2019
8f199ce
Slight UI changes for review screen
aaroncox Oct 9, 2019
d3eb41b
Look for authorization data in both the tx/req
aaroncox Oct 9, 2019
fd5e9aa
Handle URIs that launch the app + single instance
aaroncox Oct 9, 2019
78611f5
Pull latest updates from `newversion` in constants
aaroncox Oct 9, 2019
67d1a88
Added missing action
aaroncox Oct 9, 2019
738b38f
Producers cleanup
aaroncox Oct 9, 2019
bc20ef1
Changes for windows URI handler + window management
aaroncox Oct 9, 2019
1aa6152
Issue 671 (#693)
dafuga Oct 12, 2019
1679f67
Prevent flash of UI on windows + display when loading failed
aaroncox Oct 9, 2019
e9341d0
Add processing states to forms
aaroncox Oct 9, 2019
efc963d
Passing both the auth@perm and full tx back through while posting to …
aaroncox Oct 11, 2019
8f396f1
Updated jungle API endpoint
aaroncox Oct 15, 2019
a68f787
Remove unneeded node validation
aaroncox Oct 15, 2019
16ec549
Automatically select first wallet.
aaroncox Oct 15, 2019
2914e7d
Added balance check
aaroncox Oct 15, 2019
60525f8
Altering cold wallet signer to support new key structure
aaroncox Oct 15, 2019
c870a18
Ignore disconnected messages during cold wallet usage.
aaroncox Oct 15, 2019
00a67e4
Fixed errors with Producers
aaroncox Oct 15, 2019
e15da37
Ensure account is loaded before attempting to render voting strength
aaroncox Oct 16, 2019
fb638da
Fix for automatically detected accounts, which are hot wallets
aaroncox Oct 16, 2019
8624aac
Allow for opt-in of EEP-7 Signing Requests
aaroncox Oct 22, 2019
3136a54
Bumping to 1.0.0-rc1
aaroncox Oct 22, 2019
498745d
Fixed #706
aaroncox Oct 23, 2019
d8e7afe
Fixes #707
aaroncox Oct 23, 2019
cdbbc5b
Signing Request: Callback Processing
aaroncox Oct 23, 2019
4d6461b
Error prevention
aaroncox Oct 23, 2019
c0e3f4f
Incrementing Jungle ID
aaroncox Oct 23, 2019
b4e2fb1
Disabling get_currency_balances until we can optimize it.
aaroncox Oct 30, 2019
f6b3a95
changed bundle id
aaroncox Oct 30, 2019
38b708d
updated locks
aaroncox Oct 30, 2019
c167baa
Fixed proxy ui rendering
aaroncox Oct 30, 2019
bc6bb6b
bumped version
aaroncox Oct 30, 2019
25a36b0
updating lock
aaroncox Oct 31, 2019
5db4724
Initialize the app variables during welcome
aaroncox Nov 1, 2019
0983468
Updating node-hid support
aaroncox Nov 4, 2019
c7fec56
Develop (#741)
aaroncox Nov 29, 2019
c237f44
Upgraded electron
aaroncox Nov 29, 2019
7c82e17
Updating node-hid support
aaroncox Nov 4, 2019
3dadd4b
Reduce clutter and redundant information
aaroncox Nov 29, 2019
c55ae16
Find with matching chainId as well
aaroncox Nov 29, 2019
981f385
Allow manual importing of keys
aaroncox Nov 30, 2019
790139e
Update Telos Testnet
aaroncox Nov 30, 2019
f311f7d
Don't clear on failures
aaroncox Nov 30, 2019
0a2735f
Call getControlledAccounts on load
aaroncox Nov 30, 2019
7f90fb6
Fixed reversed logic
aaroncox Nov 30, 2019
140a565
Adjusted callback processing logic
aaroncox Nov 30, 2019
9f98b26
Disabled console logs
aaroncox Nov 30, 2019
0dfea83
Moved ESR requests to v20 for cosigning
aaroncox Dec 1, 2019
eb6f3d2
Updated eosio-signing-request
aaroncox Dec 2, 2019
10f5e38
Updated paths
aaroncox Dec 2, 2019
137b192
Updated callback processing
aaroncox Dec 2, 2019
598c463
Removed unused contract
aaroncox Dec 2, 2019
78fcbd4
refactored for new eosio-signing-request format
aaroncox Dec 2, 2019
7fba678
remove unused call
aaroncox Dec 2, 2019
ade542b
raised zindex of header/footer to be on top of loader
aaroncox Dec 2, 2019
6e0c84f
swapping from eosio:// to esr://
aaroncox Dec 7, 2019
ea99c30
Allow validation even if supportedContracts is missing
aaroncox Dec 7, 2019
af24cc7
version bump
aaroncox Dec 12, 2019
a8e33a3
Initial Fuel menu item integration
aaroncox Dec 13, 2019
940e803
include polyfill for ledger
aaroncox Dec 13, 2019
b8ff994
updated packages
aaroncox Dec 13, 2019
49f9766
Added FIO Testnet details
aaroncox Dec 13, 2019
01aac69
removed transport from helper
aaroncox Dec 15, 2019
a73040c
Initial EOSIO Handler for transaction processing
aaroncox Dec 15, 2019
6f60b14
modified voteproducer to use new handler
aaroncox Dec 15, 2019
c328497
Added EOSIO.to link to each unsigned tx
aaroncox Dec 15, 2019
9795d90
Improved Fuel support, still not complete
aaroncox Dec 15, 2019
c12c94f
cleaned up Ledger Status
aaroncox Dec 15, 2019
2de5ec4
Update package-lock.json
aaroncox Dec 15, 2019
48570fe
chore: converted bidname, buyram and buyrambytes to use eosjsv2
dafuga Dec 17, 2019
0702bf2
chore: converted claimairgrab, delegatebw, regproducer and regproxy
dafuga Dec 17, 2019
f73e03b
chore: simplified the rexcombo method
dafuga Dec 17, 2019
ff23fcf
chore: cleaned up the system/rexi.js file
dafuga Dec 17, 2019
d122d53
chore: converted all other system methods
dafuga Dec 17, 2019
1d3a1ee
chore: switching expireInSeconds for expireSeconds
dafuga Dec 17, 2019
acfffad
fix: handling case were proposal vote_json is empty string
dafuga Dec 18, 2019
0522ec5
cleanup: simplified claimgbmrewards
dafuga Dec 18, 2019
e27efbe
chore: converted accounts, chain, createaccout, stake and transfer to…
dafuga Dec 18, 2019
7723c41
chore: converted createaccount for beos to use eosjsv2
dafuga Dec 19, 2019
eaa9966
chore: converted beos transfer action to use eosjs v2
dafuga Dec 19, 2019
6105cbc
cleanup: code cleanup
dafuga Dec 19, 2019
397bfd5
Renamed variable
aaroncox Dec 19, 2019
40e80a8
Adjusted serializer to handle edge case without data
aaroncox Dec 19, 2019
12079ed
Updated props to use proper state
aaroncox Dec 19, 2019
8baed26
Proper retrieval of the transport
aaroncox Dec 19, 2019
2ea9a9b
removed debug
aaroncox Dec 19, 2019
716ae3a
Allow handling of both URI formats (for now)
aaroncox Dec 21, 2019
dc80166
Added more conditions to load fuel status
aaroncox Dec 21, 2019
1e92981
Enable Fuel on Jungle and EOS
aaroncox Dec 21, 2019
d3c6ffb
When the Fuel setting gets set, update existing connection
aaroncox Dec 21, 2019
9cd91ff
switch to deepClone
aaroncox Dec 21, 2019
3358bd1
fix: fixed the broadcast button
dafuga Dec 20, 2019
d18f370
fix: got the resource page loading properly
dafuga Jan 7, 2020
8a5a781
fix: handling case where ram is not loaded on resource page view
dafuga Jan 7, 2020
a394976
fix: be able to set multiple arrays on smart contract ui
dafuga Jan 8, 2020
bffa98b
Fixed an issue where if ESR broadcast was undefined, no broadcast wou…
aaroncox Jan 5, 2020
1f75575
Updated REX Savings data
aaroncox Jan 6, 2020
a57ee67
Cleanup ESR Share display
aaroncox Jan 6, 2020
d8d3c6d
Cleanup ESR error display
aaroncox Jan 6, 2020
29e32ea
Add specific endpoints, which are now forced while using Fuel
aaroncox Jan 6, 2020
3078970
RC3
aaroncox Jan 6, 2020
ed6bf0a
Added claim button for pending refunds
aaroncox Jan 7, 2020
1280854
Better error handlers
aaroncox Jan 7, 2020
3ba66c9
Extend tapos instead of picking one
aaroncox Jan 7, 2020
b5cfbac
Fixes for zero balances
aaroncox Jan 7, 2020
27d7cb5
Clarify the window to change this in
aaroncox Jan 7, 2020
ec3d54a
Use the global error handler, and make that better
aaroncox Jan 7, 2020
824bf67
Catching when no staked resources exist.
aaroncox Jan 7, 2020
8dc12bb
Fixing the fix, for when the RAM data is undefined
aaroncox Jan 9, 2020
1b3c232
Fix for TokenBalance with no accounts loaded
aaroncox Jan 9, 2020
a5d9444
Changed wording
aaroncox Jan 9, 2020
222abcd
Implement global function to check for unlocked state
aaroncox Jan 9, 2020
f5db717
Implement new isUnlocked call to hide buttons
aaroncox Jan 9, 2020
db3c856
Updated menu bar lock to use new method
aaroncox Jan 9, 2020
1e1c5c9
Removed debugging
aaroncox Jan 9, 2020
cce0e59
More debugging removal
aaroncox Jan 9, 2020
05e8575
Identity Request handler - initial commit
aaroncox Jan 10, 2020
fa93b2a
Temporary fixes for Ledger + Identity Requests
aaroncox Jan 10, 2020
d151d49
Error handler for when the Ledger is busy
aaroncox Jan 10, 2020
973027a
Removed logging
aaroncox Jan 10, 2020
d7d9f40
Fixed reversed ordering
aaroncox Jan 10, 2020
3d3ce32
Ledger wallets should return that they are always unlocked
aaroncox Jan 10, 2020
a492224
enhancement: allowing same account in different modes
dafuga Jan 11, 2020
ecf3b06
fix: fixed swapping between two accounts with same name
dafuga Jan 11, 2020
2357796
fix: disabling wallet button properly on wallet management page
dafuga Jan 11, 2020
e1d1335
fix: displaying correct wallets on menu account dropdown
dafuga Jan 11, 2020
33f8946
fix: passing connection sign and broadcast options to voteproducer ac…
dafuga Jan 13, 2020
0d51f1e
cleanup: removed console statements
dafuga Jan 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
jobs:
node8:
docker:
- image: node:8
steps:
- run: apt-get update && apt-get install build-essential libudev-dev
- checkout
- restore_cache:
keys:
- node8-build-deps-{{ checksum "package-lock.json" }}
- node8-build-deps-
- run: npm ci
- save_cache:
paths:
- node_modules
key: node8-build-deps-{{ checksum "package-lock.json" }}
- run: cd app && npm ci
- run: npm test
workflows:
version: 2
build:
jobs:
- node8
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"comma-dangle": "off",
"generator-star-spacing": "off",
"import/no-unresolved": "error",
"no-underscore-dangle": "off",
"import/no-extraneous-dependencies": "off",
"jsx-a11y/anchor-is-valid": "off",
"no-console": "off",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ main.js.map

.idea
npm-debug.log.*
.env
66 changes: 33 additions & 33 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

### リリース

現在の 0.7.11 リリースのダウンロード:
現在の 0.7.12 リリースのダウンロード:

- [Windowsインストーラ](https://github.com/greymass/eos-voter/releases/download/v0.7.11/win-eos-voter-0.7.11.exe)
- [macOSパッケージ](https://github.com/greymass/eos-voter/releases/download/v0.7.11/mac-eos-voter-0.7.11.dmg)
- [Linux (deb)](https://github.com/greymass/eos-voter/releases/download/v0.7.11/linux-eos-voter-0.7.11-amd64.deb)
- [Linux (snap)](https://github.com/greymass/eos-voter/releases/download/v0.7.11/linux-eos-voter-0.7.11-amd64.snap)
- [Windowsインストーラ](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/win-eos-voter-0.7.11.exe)
- [macOSパッケージ](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/mac-eos-voter-0.7.11.dmg)
- [Linux (deb)](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/linux-eos-voter-0.7.11-amd64.deb)
- [Linux (snap)](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/linux-eos-voter-0.7.11-amd64.snap)

最新のリリースはこのリポジトリのリリースページでいつでも利用可能です:

Expand Down Expand Up @@ -98,36 +98,36 @@ Signed by [jesta on keybase](https://keybase.io/jesta)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

shasum -b -a 512 linux-eos-voter-0.7.11-amd64.deb
3543bfce0ac2e452ac82be539da1ea35ffecb5cd2802135362570f44a38fa46290fc42d5f80546024d3df0edef1bc90e90c6031452c2c102aa153933d6684de9 *linux-eos-voter-0.7.11-amd64.deb
shasum -b -a 512 linux-eos-voter-0.7.11-arm64.deb
1d70270a7f37f2e4caaa3fb2b5df761091dd6c711cb23aefe87965ec790b1cbdc46bc3079548d862e803e3e0e5887da69653b98959c3112aeee9fd4152f3d874 *linux-eos-voter-0.7.11-arm64.deb
shasum -b -a 512 linux-eos-voter-0.7.11-armv7l.deb
2e6f10ac7ba5b5c43d1f16935e62d34c922cdd48f4f31e6bb1d697e2e35cc3473b4e083e4bdcac34273b81aaf7255ec4acc2bb42f9c0cc3dca8b9bf516cc2f74 *linux-eos-voter-0.7.11-armv7l.deb
shasum -b -a 512 linux-eos-voter-0.7.11-x86_64.AppImage
6fb76795a66231a8809acbad2709edf94789e7a0cf36a2fa3a9defc472c7f4d70ec4bb0d9e458d8330fa384b5c15d64c454cb429cf24de9a679dfd89febbf634 *linux-eos-voter-0.7.11-x86_64.AppImage
shasum -b -a 512 mac-eos-voter-0.7.11.dmg
fc814169319bfdf91b52e2f5ac18115431734552f8c18dbf8f43367113641946b6670dcb7805c1cfd9c37604af5adc0013e4634732d6abc450819e0f7b26dc3b *mac-eos-voter-0.7.11.dmg
shasum -b -a 512 mac-eos-voter-0.7.11.zip
eb6e193ce91e4e1992059067f985595d7ff4da2a50e8c25a1e1cbc3302937fbfcfd7e2b3117f776b690a9247f0392e4035e7f9c78e2c678497e0f308c6154309 *mac-eos-voter-0.7.11.zip
shasum -b -a 512 win-eos-voter-0.7.11.exe
97edf7aaac9a0265f8ae21d70ce021294ac427342353bb306f1b87cb19b10c1f8dbb50a1b51807587ae4c40dc92fbe06f70053343b93d54b2ec2675569dfef9e *win-eos-voter-0.7.11.exe
shasum -b -a 512 linux-eos-voter-0.7.12-amd64.deb
db3e39af4aa36711c5c0af4b5e63d5eaad091ca65da5540b40302d29b2a220a47234459557610706c8f4ec6eabec92bb5cd0beda51986bdbfad3d3b74c10009e *linux-eos-voter-0.7.12-amd64.deb
shasum -b -a 512 linux-eos-voter-0.7.12-arm64.deb
3ee2ca8f7e5cfc59cd40da84ec55e72732ee147cef35225a5f2d4e7047c3c71d38d7792e45b6423727cc7dc5769ee2bfa7f56e13323678b10641a2c27c780b70 *linux-eos-voter-0.7.12-arm64.deb
shasum -b -a 512 linux-eos-voter-0.7.12-armv7l.deb
ced69a3c32905299849c1b6ff68b282ccfd1d89659bb33f67fb7c16c30ef2af314a865da1f35d2e7c4f6a3e53ad9e6401c61a7225002515e797972b1f93ab190 *linux-eos-voter-0.7.12-armv7l.deb
shasum -b -a 512 linux-eos-voter-0.7.12-x86_64.AppImage
19e03748b6d5e9d42ceddf60855727b37941bcf807d040c5705421ad5e9e11d80118fe5458107ea8316a4f1bd4b44ecca314bf47c3b18bdfb5cc0fc2a241a1a3 *linux-eos-voter-0.7.12-x86_64.AppImage
shasum -b -a 512 mac-eos-voter-0.7.12.dmg
036f4217729acf50a4065698d5972dff92063653ea969a2c31320fe585ba308aaa7f1ca2143cbae415cea0f0f343d26f20fa5edc5ef9c14a8e1aa02208655461 *mac-eos-voter-0.7.12.dmg
shasum -b -a 512 mac-eos-voter-0.7.12.zip
752debf045e6c0105e80fcf02f1b3218d3c44af4accc4cbd9d24f68937253ecd90161e8be497aa2ff16edaf051230d6fc4ac4df4d3c7b1f2f1c2260b62523275 *mac-eos-voter-0.7.12.zip
shasum -b -a 512 win-eos-voter-0.7.12.exe
bb36acad70b528d28ad096a53bd41b83cf6963dbc8578dcdc3b3929ae2ca9392003bca1fba46d0bcdca975744a1febdd6edd78cc5d6a9a675466a92ca2b700aa *win-eos-voter-0.7.12.exe
-----BEGIN PGP SIGNATURE-----
Version: Keybase OpenPGP v2.1.0
Version: Keybase OpenPGP v2.1.3
Comment: https://keybase.io/crypto

wsFcBAABCgAGBQJdQNYzAAoJECyLxnO05hN92H0P/315x1SHKABthYnHbDj70pqe
rkkHFNSfGD0kiAkeAqCh8gPxCcMnP1xqMlM4cMnY2OHwOt0jjmQxcixcIrWZdhmA
7wKTvLa/A2OfinRQ/+EX6K79iSTjbLYYDeuS9ko4eQNLcPFJ+gnEx0bjQZKaVtzs
A8ULSWXpWqOZ4mR9ZH8BkY9RO4zhFEZUzp4kmGGeJmDWKbRq5pGuH7713XKwewAY
ZuClxF5slcRcLvKx2H/IJgfYU4sPK8YhlPX3Kkr3spKJs3pctNyBUxsadmjKZ/1C
gXWKpjIbFOQTcoetYccdJe5fT7vdKZv7Fv7SszCRLAUEMyZxcTW7f6nj46hIKsIs
PWgWegdO6JCN09KC1zfslTv6UpJI6uSb42CPq49EcL1FKsJ2X2B4sA4GLmwmsQSx
DtEaZcOvnC46rCuuhEZx7EXRPcixdIuuJosqv6qn2KKSqU2e9oyLfcPKy0nQ7H+p
DBp+1kbEp5bd/QxSdaGE1ohOH2Tf1JNP+fWSXOiRh5987IC9xFOtl53hv+P/nTlP
KdUo5l2UsjR4qv1TrFUg1s/MeMk+36ZSMkN9zqIG/nyMn2/EwGftqb3xqflm0lu6
fcgm44kM1bx00DdRAseR+Wa8aZ5SR7ALKewvQU6+3br9hWS5lkv9vdpzdA7oWXHl
fcHjrk15VeLqUpVLiFM1
=7eTt
wsFcBAABCgAGBQJdteGYAAoJECyLxnO05hN998wQAJ58csR7u39piEpumRLiX9/Q
pGJ6Kmbq1SrmxvXsDOAUPJT53KWNSuTll526Joq/a/TlR7NEx/fxvVi+cOGnNCmj
HdxLNoaExeY5HCDV1/hc5x+3P0VDF5wIfrN2YHh+de0yNXmr7cr0lgoJlR19dzf2
LzlKd1+8DcLc5JyZ14+Fv7WKeFvWwEZNY4KtRNrEXhqv7wX9b1snKVy5AqxGEHoT
1bVdt8uiiwvDVlTTKEDkc6lDNkaY+V3C41CtQliSqjzbJmfJYbGDuh4xGo+kf2l4
OBSq38jfF23wSzP1JEzipPZHKsxlm0rA3RuXYLWOO9UP1AMR1esUGiQ7Q8+iBebK
SYsju5AYfgpyrgC7C0fop/IZsp0N7sr5Mp+OdjHrkOy6TNNDtVRdj9b2yQuKu6ds
UQe7MpLY/n/PRt2b05xMiIDNOe+Juf4vvWuARXGYec8nm7VI0v/Rf7F+BF0XNvgI
bI0wnlp8YPbkeCRvRv+IbzqhL/sYLBMay2j7C2czxxXnSlWcis3cSUDfFF4obw/g
SRxBag6/Yr0kXYN8vkwpjbkZXBqdL8fVC2RW9RZ1CXzCxyRyyQR/BAJg5xUIKuCz
b+RBC1Lbp0AsfN+NnnEl+QZNnnipz+S6yJFNjE5c1q/rbJSEE/jeUfJhstc80jpk
r41s5ya+FBzxIX3SLUsp
=vZcm
-----END PGP SIGNATURE-----
```
66 changes: 33 additions & 33 deletions README.kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

### 가장 최근 버전

현재 0.7.11 버전 다운로드 :
현재 0.7.12 버전 다운로드 :

- [Windows 사용자](https://github.com/greymass/eos-voter/releases/download/v0.7.11/win-eos-voter-0.7.11.exe)
- [macOS 사용자](https://github.com/greymass/eos-voter/releases/download/v0.7.11/mac-eos-voter-0.7.11.dmg)
- [Linux 사용자 (deb)](https://github.com/greymass/eos-voter/releases/download/v0.7.11/linux-eos-voter-0.7.11-amd64.snap)
- [Linux 사용자 (snap)](https://github.com/greymass/eos-voter/releases/download/v0.7.11/linux-eos-voter-0.7.11-amd64.snap)
- [Windows 사용자](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/win-eos-voter-0.7.11.exe)
- [macOS 사용자](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/mac-eos-voter-0.7.11.dmg)
- [Linux 사용자 (deb)](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/linux-eos-voter-0.7.11-amd64.snap)
- [Linux 사용자 (snap)](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/linux-eos-voter-0.7.11-amd64.snap)

최신 버전은 항상이 저장소의 릴리스 페이지에서 제공됩니다:

Expand Down Expand Up @@ -91,36 +91,36 @@ Signed by [jesta on keybase](https://keybase.io/jesta)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

shasum -b -a 512 linux-eos-voter-0.7.11-amd64.deb
3543bfce0ac2e452ac82be539da1ea35ffecb5cd2802135362570f44a38fa46290fc42d5f80546024d3df0edef1bc90e90c6031452c2c102aa153933d6684de9 *linux-eos-voter-0.7.11-amd64.deb
shasum -b -a 512 linux-eos-voter-0.7.11-arm64.deb
1d70270a7f37f2e4caaa3fb2b5df761091dd6c711cb23aefe87965ec790b1cbdc46bc3079548d862e803e3e0e5887da69653b98959c3112aeee9fd4152f3d874 *linux-eos-voter-0.7.11-arm64.deb
shasum -b -a 512 linux-eos-voter-0.7.11-armv7l.deb
2e6f10ac7ba5b5c43d1f16935e62d34c922cdd48f4f31e6bb1d697e2e35cc3473b4e083e4bdcac34273b81aaf7255ec4acc2bb42f9c0cc3dca8b9bf516cc2f74 *linux-eos-voter-0.7.11-armv7l.deb
shasum -b -a 512 linux-eos-voter-0.7.11-x86_64.AppImage
6fb76795a66231a8809acbad2709edf94789e7a0cf36a2fa3a9defc472c7f4d70ec4bb0d9e458d8330fa384b5c15d64c454cb429cf24de9a679dfd89febbf634 *linux-eos-voter-0.7.11-x86_64.AppImage
shasum -b -a 512 mac-eos-voter-0.7.11.dmg
fc814169319bfdf91b52e2f5ac18115431734552f8c18dbf8f43367113641946b6670dcb7805c1cfd9c37604af5adc0013e4634732d6abc450819e0f7b26dc3b *mac-eos-voter-0.7.11.dmg
shasum -b -a 512 mac-eos-voter-0.7.11.zip
eb6e193ce91e4e1992059067f985595d7ff4da2a50e8c25a1e1cbc3302937fbfcfd7e2b3117f776b690a9247f0392e4035e7f9c78e2c678497e0f308c6154309 *mac-eos-voter-0.7.11.zip
shasum -b -a 512 win-eos-voter-0.7.11.exe
97edf7aaac9a0265f8ae21d70ce021294ac427342353bb306f1b87cb19b10c1f8dbb50a1b51807587ae4c40dc92fbe06f70053343b93d54b2ec2675569dfef9e *win-eos-voter-0.7.11.exe
shasum -b -a 512 linux-eos-voter-0.7.12-amd64.deb
db3e39af4aa36711c5c0af4b5e63d5eaad091ca65da5540b40302d29b2a220a47234459557610706c8f4ec6eabec92bb5cd0beda51986bdbfad3d3b74c10009e *linux-eos-voter-0.7.12-amd64.deb
shasum -b -a 512 linux-eos-voter-0.7.12-arm64.deb
3ee2ca8f7e5cfc59cd40da84ec55e72732ee147cef35225a5f2d4e7047c3c71d38d7792e45b6423727cc7dc5769ee2bfa7f56e13323678b10641a2c27c780b70 *linux-eos-voter-0.7.12-arm64.deb
shasum -b -a 512 linux-eos-voter-0.7.12-armv7l.deb
ced69a3c32905299849c1b6ff68b282ccfd1d89659bb33f67fb7c16c30ef2af314a865da1f35d2e7c4f6a3e53ad9e6401c61a7225002515e797972b1f93ab190 *linux-eos-voter-0.7.12-armv7l.deb
shasum -b -a 512 linux-eos-voter-0.7.12-x86_64.AppImage
19e03748b6d5e9d42ceddf60855727b37941bcf807d040c5705421ad5e9e11d80118fe5458107ea8316a4f1bd4b44ecca314bf47c3b18bdfb5cc0fc2a241a1a3 *linux-eos-voter-0.7.12-x86_64.AppImage
shasum -b -a 512 mac-eos-voter-0.7.12.dmg
036f4217729acf50a4065698d5972dff92063653ea969a2c31320fe585ba308aaa7f1ca2143cbae415cea0f0f343d26f20fa5edc5ef9c14a8e1aa02208655461 *mac-eos-voter-0.7.12.dmg
shasum -b -a 512 mac-eos-voter-0.7.12.zip
752debf045e6c0105e80fcf02f1b3218d3c44af4accc4cbd9d24f68937253ecd90161e8be497aa2ff16edaf051230d6fc4ac4df4d3c7b1f2f1c2260b62523275 *mac-eos-voter-0.7.12.zip
shasum -b -a 512 win-eos-voter-0.7.12.exe
bb36acad70b528d28ad096a53bd41b83cf6963dbc8578dcdc3b3929ae2ca9392003bca1fba46d0bcdca975744a1febdd6edd78cc5d6a9a675466a92ca2b700aa *win-eos-voter-0.7.12.exe
-----BEGIN PGP SIGNATURE-----
Version: Keybase OpenPGP v2.1.0
Version: Keybase OpenPGP v2.1.3
Comment: https://keybase.io/crypto

wsFcBAABCgAGBQJdQNYzAAoJECyLxnO05hN92H0P/315x1SHKABthYnHbDj70pqe
rkkHFNSfGD0kiAkeAqCh8gPxCcMnP1xqMlM4cMnY2OHwOt0jjmQxcixcIrWZdhmA
7wKTvLa/A2OfinRQ/+EX6K79iSTjbLYYDeuS9ko4eQNLcPFJ+gnEx0bjQZKaVtzs
A8ULSWXpWqOZ4mR9ZH8BkY9RO4zhFEZUzp4kmGGeJmDWKbRq5pGuH7713XKwewAY
ZuClxF5slcRcLvKx2H/IJgfYU4sPK8YhlPX3Kkr3spKJs3pctNyBUxsadmjKZ/1C
gXWKpjIbFOQTcoetYccdJe5fT7vdKZv7Fv7SszCRLAUEMyZxcTW7f6nj46hIKsIs
PWgWegdO6JCN09KC1zfslTv6UpJI6uSb42CPq49EcL1FKsJ2X2B4sA4GLmwmsQSx
DtEaZcOvnC46rCuuhEZx7EXRPcixdIuuJosqv6qn2KKSqU2e9oyLfcPKy0nQ7H+p
DBp+1kbEp5bd/QxSdaGE1ohOH2Tf1JNP+fWSXOiRh5987IC9xFOtl53hv+P/nTlP
KdUo5l2UsjR4qv1TrFUg1s/MeMk+36ZSMkN9zqIG/nyMn2/EwGftqb3xqflm0lu6
fcgm44kM1bx00DdRAseR+Wa8aZ5SR7ALKewvQU6+3br9hWS5lkv9vdpzdA7oWXHl
fcHjrk15VeLqUpVLiFM1
=7eTt
wsFcBAABCgAGBQJdteGYAAoJECyLxnO05hN998wQAJ58csR7u39piEpumRLiX9/Q
pGJ6Kmbq1SrmxvXsDOAUPJT53KWNSuTll526Joq/a/TlR7NEx/fxvVi+cOGnNCmj
HdxLNoaExeY5HCDV1/hc5x+3P0VDF5wIfrN2YHh+de0yNXmr7cr0lgoJlR19dzf2
LzlKd1+8DcLc5JyZ14+Fv7WKeFvWwEZNY4KtRNrEXhqv7wX9b1snKVy5AqxGEHoT
1bVdt8uiiwvDVlTTKEDkc6lDNkaY+V3C41CtQliSqjzbJmfJYbGDuh4xGo+kf2l4
OBSq38jfF23wSzP1JEzipPZHKsxlm0rA3RuXYLWOO9UP1AMR1esUGiQ7Q8+iBebK
SYsju5AYfgpyrgC7C0fop/IZsp0N7sr5Mp+OdjHrkOy6TNNDtVRdj9b2yQuKu6ds
UQe7MpLY/n/PRt2b05xMiIDNOe+Juf4vvWuARXGYec8nm7VI0v/Rf7F+BF0XNvgI
bI0wnlp8YPbkeCRvRv+IbzqhL/sYLBMay2j7C2czxxXnSlWcis3cSUDfFF4obw/g
SRxBag6/Yr0kXYN8vkwpjbkZXBqdL8fVC2RW9RZ1CXzCxyRyyQR/BAJg5xUIKuCz
b+RBC1Lbp0AsfN+NnnEl+QZNnnipz+S6yJFNjE5c1q/rbJSEE/jeUfJhstc80jpk
r41s5ya+FBzxIX3SLUsp
=vZcm
-----END PGP SIGNATURE-----
```
66 changes: 33 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

### Releases

Current 0.7.11 release downloads:
Current 0.7.12 release downloads:

- [Windows Installer](https://github.com/greymass/eos-voter/releases/download/v0.7.11/win-eos-voter-0.7.11.exe)
- [macOS Package](https://github.com/greymass/eos-voter/releases/download/v0.7.11/mac-eos-voter-0.7.11.dmg)
- [Linux (deb)](https://github.com/greymass/eos-voter/releases/download/v0.7.11/linux-eos-voter-0.7.11-amd64.deb)
- [Linux (snap)](https://github.com/greymass/eos-voter/releases/download/v0.7.11/linux-eos-voter-0.7.11-amd64.snap)
- [Windows Installer](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/win-eos-voter-0.7.11.exe)
- [macOS Package](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/mac-eos-voter-0.7.11.dmg)
- [Linux (deb)](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/linux-eos-voter-0.7.11-amd64.deb)
- [Linux (snap)](https://github.com/greymass/eos-voter/releases/download/v1.0.0-rc3/linux-eos-voter-0.7.11-amd64.snap)

The latest release will always be available on the releases page of this repository:

Expand Down Expand Up @@ -103,36 +103,36 @@ Signed by [jesta on keybase](https://keybase.io/jesta)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

shasum -b -a 512 linux-eos-voter-0.7.11-amd64.deb
3543bfce0ac2e452ac82be539da1ea35ffecb5cd2802135362570f44a38fa46290fc42d5f80546024d3df0edef1bc90e90c6031452c2c102aa153933d6684de9 *linux-eos-voter-0.7.11-amd64.deb
shasum -b -a 512 linux-eos-voter-0.7.11-arm64.deb
1d70270a7f37f2e4caaa3fb2b5df761091dd6c711cb23aefe87965ec790b1cbdc46bc3079548d862e803e3e0e5887da69653b98959c3112aeee9fd4152f3d874 *linux-eos-voter-0.7.11-arm64.deb
shasum -b -a 512 linux-eos-voter-0.7.11-armv7l.deb
2e6f10ac7ba5b5c43d1f16935e62d34c922cdd48f4f31e6bb1d697e2e35cc3473b4e083e4bdcac34273b81aaf7255ec4acc2bb42f9c0cc3dca8b9bf516cc2f74 *linux-eos-voter-0.7.11-armv7l.deb
shasum -b -a 512 linux-eos-voter-0.7.11-x86_64.AppImage
6fb76795a66231a8809acbad2709edf94789e7a0cf36a2fa3a9defc472c7f4d70ec4bb0d9e458d8330fa384b5c15d64c454cb429cf24de9a679dfd89febbf634 *linux-eos-voter-0.7.11-x86_64.AppImage
shasum -b -a 512 mac-eos-voter-0.7.11.dmg
fc814169319bfdf91b52e2f5ac18115431734552f8c18dbf8f43367113641946b6670dcb7805c1cfd9c37604af5adc0013e4634732d6abc450819e0f7b26dc3b *mac-eos-voter-0.7.11.dmg
shasum -b -a 512 mac-eos-voter-0.7.11.zip
eb6e193ce91e4e1992059067f985595d7ff4da2a50e8c25a1e1cbc3302937fbfcfd7e2b3117f776b690a9247f0392e4035e7f9c78e2c678497e0f308c6154309 *mac-eos-voter-0.7.11.zip
shasum -b -a 512 win-eos-voter-0.7.11.exe
97edf7aaac9a0265f8ae21d70ce021294ac427342353bb306f1b87cb19b10c1f8dbb50a1b51807587ae4c40dc92fbe06f70053343b93d54b2ec2675569dfef9e *win-eos-voter-0.7.11.exe
shasum -b -a 512 linux-eos-voter-0.7.12-amd64.deb
db3e39af4aa36711c5c0af4b5e63d5eaad091ca65da5540b40302d29b2a220a47234459557610706c8f4ec6eabec92bb5cd0beda51986bdbfad3d3b74c10009e *linux-eos-voter-0.7.12-amd64.deb
shasum -b -a 512 linux-eos-voter-0.7.12-arm64.deb
3ee2ca8f7e5cfc59cd40da84ec55e72732ee147cef35225a5f2d4e7047c3c71d38d7792e45b6423727cc7dc5769ee2bfa7f56e13323678b10641a2c27c780b70 *linux-eos-voter-0.7.12-arm64.deb
shasum -b -a 512 linux-eos-voter-0.7.12-armv7l.deb
ced69a3c32905299849c1b6ff68b282ccfd1d89659bb33f67fb7c16c30ef2af314a865da1f35d2e7c4f6a3e53ad9e6401c61a7225002515e797972b1f93ab190 *linux-eos-voter-0.7.12-armv7l.deb
shasum -b -a 512 linux-eos-voter-0.7.12-x86_64.AppImage
19e03748b6d5e9d42ceddf60855727b37941bcf807d040c5705421ad5e9e11d80118fe5458107ea8316a4f1bd4b44ecca314bf47c3b18bdfb5cc0fc2a241a1a3 *linux-eos-voter-0.7.12-x86_64.AppImage
shasum -b -a 512 mac-eos-voter-0.7.12.dmg
036f4217729acf50a4065698d5972dff92063653ea969a2c31320fe585ba308aaa7f1ca2143cbae415cea0f0f343d26f20fa5edc5ef9c14a8e1aa02208655461 *mac-eos-voter-0.7.12.dmg
shasum -b -a 512 mac-eos-voter-0.7.12.zip
752debf045e6c0105e80fcf02f1b3218d3c44af4accc4cbd9d24f68937253ecd90161e8be497aa2ff16edaf051230d6fc4ac4df4d3c7b1f2f1c2260b62523275 *mac-eos-voter-0.7.12.zip
shasum -b -a 512 win-eos-voter-0.7.12.exe
bb36acad70b528d28ad096a53bd41b83cf6963dbc8578dcdc3b3929ae2ca9392003bca1fba46d0bcdca975744a1febdd6edd78cc5d6a9a675466a92ca2b700aa *win-eos-voter-0.7.12.exe
-----BEGIN PGP SIGNATURE-----
Version: Keybase OpenPGP v2.1.0
Version: Keybase OpenPGP v2.1.3
Comment: https://keybase.io/crypto

wsFcBAABCgAGBQJdQNYzAAoJECyLxnO05hN92H0P/315x1SHKABthYnHbDj70pqe
rkkHFNSfGD0kiAkeAqCh8gPxCcMnP1xqMlM4cMnY2OHwOt0jjmQxcixcIrWZdhmA
7wKTvLa/A2OfinRQ/+EX6K79iSTjbLYYDeuS9ko4eQNLcPFJ+gnEx0bjQZKaVtzs
A8ULSWXpWqOZ4mR9ZH8BkY9RO4zhFEZUzp4kmGGeJmDWKbRq5pGuH7713XKwewAY
ZuClxF5slcRcLvKx2H/IJgfYU4sPK8YhlPX3Kkr3spKJs3pctNyBUxsadmjKZ/1C
gXWKpjIbFOQTcoetYccdJe5fT7vdKZv7Fv7SszCRLAUEMyZxcTW7f6nj46hIKsIs
PWgWegdO6JCN09KC1zfslTv6UpJI6uSb42CPq49EcL1FKsJ2X2B4sA4GLmwmsQSx
DtEaZcOvnC46rCuuhEZx7EXRPcixdIuuJosqv6qn2KKSqU2e9oyLfcPKy0nQ7H+p
DBp+1kbEp5bd/QxSdaGE1ohOH2Tf1JNP+fWSXOiRh5987IC9xFOtl53hv+P/nTlP
KdUo5l2UsjR4qv1TrFUg1s/MeMk+36ZSMkN9zqIG/nyMn2/EwGftqb3xqflm0lu6
fcgm44kM1bx00DdRAseR+Wa8aZ5SR7ALKewvQU6+3br9hWS5lkv9vdpzdA7oWXHl
fcHjrk15VeLqUpVLiFM1
=7eTt
wsFcBAABCgAGBQJdteGYAAoJECyLxnO05hN998wQAJ58csR7u39piEpumRLiX9/Q
pGJ6Kmbq1SrmxvXsDOAUPJT53KWNSuTll526Joq/a/TlR7NEx/fxvVi+cOGnNCmj
HdxLNoaExeY5HCDV1/hc5x+3P0VDF5wIfrN2YHh+de0yNXmr7cr0lgoJlR19dzf2
LzlKd1+8DcLc5JyZ14+Fv7WKeFvWwEZNY4KtRNrEXhqv7wX9b1snKVy5AqxGEHoT
1bVdt8uiiwvDVlTTKEDkc6lDNkaY+V3C41CtQliSqjzbJmfJYbGDuh4xGo+kf2l4
OBSq38jfF23wSzP1JEzipPZHKsxlm0rA3RuXYLWOO9UP1AMR1esUGiQ7Q8+iBebK
SYsju5AYfgpyrgC7C0fop/IZsp0N7sr5Mp+OdjHrkOy6TNNDtVRdj9b2yQuKu6ds
UQe7MpLY/n/PRt2b05xMiIDNOe+Juf4vvWuARXGYec8nm7VI0v/Rf7F+BF0XNvgI
bI0wnlp8YPbkeCRvRv+IbzqhL/sYLBMay2j7C2czxxXnSlWcis3cSUDfFF4obw/g
SRxBag6/Yr0kXYN8vkwpjbkZXBqdL8fVC2RW9RZ1CXzCxyRyyQR/BAJg5xUIKuCz
b+RBC1Lbp0AsfN+NnnEl+QZNnnipz+S6yJFNjE5c1q/rbJSEE/jeUfJhstc80jpk
r41s5ya+FBzxIX3SLUsp
=vZcm
-----END PGP SIGNATURE-----
```
Loading