|
|
d3fd36ef0e
|
.github/workflows/package.yml: update QT versions
|
2022-11-11 13:20:13 +01:00 |
|
|
|
1d6fc76eca
|
Version 1.0.8
|
2022-11-11 13:02:22 +01:00 |
|
|
|
23a43ff6b3
|
cli/cmake/CPackComponentConfig.cmake.in: Add libssl1.1 or libssl3 as dependancies to debian package.
|
2022-11-11 12:38:05 +01:00 |
|
|
|
40831b6941
|
common/cmake/libeosio.cmake: minor indent fix.
|
2022-11-11 12:36:06 +01:00 |
|
|
|
1ca85a37b8
|
cli/src/main.cpp: use new C++11 syntax to loop over vectors.
|
2022-09-22 12:42:15 +02:00 |
|
|
|
8e2378cfe8
|
common/cmake/libeosio.cmake: update to v0.1.4
|
2022-09-21 10:51:04 +02:00 |
|
|
|
6273b048bb
|
CMakeLists.txt: remove -Werror flag for GNU compilers.
|
2022-09-21 10:21:19 +02:00 |
|
|
|
f5d733a4f1
|
.github/workflows/ci.yml: disable fail-fast.
|
2022-09-21 10:20:48 +02:00 |
|
|
|
e41def2149
|
.github/workflows/ci.yml: run apt-get update
|
2022-09-21 10:17:12 +02:00 |
|
|
|
a92cb0c1d9
|
.github/workflows/ci.yml: Update QT on ubuntu-18.04
|
2022-09-21 09:55:38 +02:00 |
|
|
|
f40c680ad1
|
.github/workflows/ci.yml: Update QT on ubuntu-20.04
|
2022-09-21 09:50:52 +02:00 |
|
|
|
6a7454875c
|
cli/src/main.cpp: use CLI11 to parse cli args.
|
2022-09-20 18:54:51 +02:00 |
|
|
|
81007003d7
|
cli/CMakeLists.txt: Link with CLI11 and install it's license file.
|
2022-09-20 17:54:29 +02:00 |
|
|
|
4a3e7d8fa4
|
common/src/key_search.hpp: Adding getThreadCount()
|
2022-09-20 17:47:06 +02:00 |
|
|
|
1d923d3dd8
|
Adding lib/CLI11
|
2022-09-20 15:18:49 +02:00 |
|
|
|
0e4a574f7a
|
cli/src/main.cpp: fix indent in usage string.
|
2022-09-20 15:18:49 +02:00 |
|
|
|
a73689e275
|
Merge pull request #35 from eosswedenorg/fio
Adding FIO support
|
2021-05-07 13:59:51 +02:00 |
|
|
|
7fb1774359
|
gui/src/MainWindow: Add menu item to switch between FIO/EOS key prefixes.
|
2021-05-07 13:50:27 +02:00 |
|
|
|
6bd84b1d8d
|
gui/src/GenerateWindow.cpp: Check Settings::shouldGenerateFioKeys() if we should use "FIO" or "EOS" prefix.
|
2021-05-07 13:50:27 +02:00 |
|
|
|
8c9047d716
|
gui/src/SearchWindow.cpp: Check Settings::shouldGenerateFioKeys() to know if we should use "FIO" or "EOS" prefix.
|
2021-05-07 13:50:27 +02:00 |
|
|
|
f7b84c7752
|
GUI: Adding Settings Component.
|
2021-05-07 13:50:27 +02:00 |
|
|
|
486d2c5030
|
cli/src/main.cpp: implement "--fio" option to generate FIO keys.
|
2021-05-07 13:50:27 +02:00 |
|
|
|
52e255850a
|
cli/src/cli_key_search_result: Add prefix parameter to constructor.
|
2021-05-07 13:50:27 +02:00 |
|
|
|
554cfd5884
|
common/cmake/libeosio.cmake: set v0.1.3 needed for prefix parameter to wif_print_key()
|
2021-05-07 13:50:27 +02:00 |
|
|
|
95849b1e32
|
build.sh: adding --libeosio flag
|
2021-05-06 18:05:39 +02:00 |
|
|
|
010edeb2f5
|
cli/src/main.cpp: Improve usage text format.
|
2021-05-06 15:32:27 +02:00 |
|
|
|
e4dbcbdc0a
|
Version 1.0.7
|
2021-02-24 14:23:40 +01:00 |
|
|
|
09e287733c
|
.github/workflows/package.yml: Build package for Ubuntu 20.04
|
2021-02-24 14:17:30 +01:00 |
|
|
|
145769970f
|
.github/workflows/ci.yml: Adding support for Ubuntu 20.04
|
2021-02-24 14:07:16 +01:00 |
|
|
|
5bd72cec19
|
common/cmake/libeosio.cmake: use v0.1.2
|
2021-02-24 14:05:42 +01:00 |
|
|
|
32967fdaac
|
cli/src/benchmark.cpp: Minor cleanup, stop using the keyword "using" :)
|
2021-01-04 16:16:34 +01:00 |
|
|
|
56a5c226bd
|
Updated year in headers.
|
2021-01-04 15:16:27 +01:00 |
|
|
|
51883f42ca
|
cli/src/main.cpp: move usage() function to the top.
|
2021-01-04 13:05:08 +01:00 |
|
|
|
73ccd4be02
|
common/cmake/libeosio.cmake: use v0.1.1
|
2020-05-22 16:23:55 +02:00 |
|
|
|
cb181bea21
|
Version 1.0.6
|
2020-05-15 14:48:55 +02:00 |
|
|
|
227ce91c98
|
Merge pull request #34 from pnx/gui-help-text
GUI: Helptext for dictionary widgets.
|
2020-05-15 14:46:29 +02:00 |
|
|
|
e0a388dac1
|
gui/src/SearchWindow.cpp: show tooltip for dictionary widgets.
|
2020-05-15 14:04:58 +02:00 |
|
|
|
88bd1217ba
|
gui/gui_text.h.in: define tooltip text for dictionary widgets.
|
2020-05-15 14:04:58 +02:00 |
|
|
|
f6554a924a
|
gui/gui_about.h.in: rename to gui_text.h.in
|
2020-05-15 14:04:58 +02:00 |
|
|
|
0a2ad12700
|
.github/workflows/ci.yml: trigger on pull requests also.
|
2020-05-15 14:04:35 +02:00 |
|
|
|
cf6c1a4854
|
remove common/include/eoskeygen/config.h (old autogenerated file)
|
2020-05-15 13:54:07 +02:00 |
|
|
|
1cb6ddabd6
|
gui/src/SearchWindow.cpp: implement "Cancel" button. stopping the search operation.
|
2020-04-28 10:23:13 +02:00 |
|
|
|
7c2545cdc2
|
common/include/eoskeygen/key_search.hpp: adding abort()
|
2020-04-28 10:23:13 +02:00 |
|
|
|
2a528e0eb0
|
common/include/eoskeygen/key_search.hpp: add max and count variables to the class.
This is done so that m_max can be set to zero from another method. stopping a find() operation. (for threaded operations)
|
2020-04-28 10:23:13 +02:00 |
|
|
|
3cc6a2530e
|
gui/src/SearchWindow.cpp: Pass a pointer to m_ksearch in call to QtConocurrent::run()
It's not passed by reference otherwise. so it will copy the whole object.
|
2020-04-28 09:48:04 +02:00 |
|
|
|
a3be286579
|
.github/workflows/package.yml: fix job name for ubuntu.
|
2020-04-27 14:29:15 +02:00 |
|
|
|
4c67cbf905
|
Version 1.0.5
|
2020-04-27 14:26:00 +02:00 |
|
|
|
464a0c1801
|
README.md: simplify windows example.
|
2020-04-27 13:12:47 +02:00 |
|
|
|
e26bc8097f
|
README.md: Adding documentation for Qt.
|
2020-04-27 13:11:46 +02:00 |
|
|
|
a6c0cbcc4e
|
README.md: Adding notice about MacOS support.
|
2020-04-27 13:00:09 +02:00 |
|