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
38263a421c
README.md: Adding a note about Ubuntu 18.04 support.
2020-04-27 12:33:24 +02:00
282028793b
CMake: bundle eosio-extras on windows.
2020-04-27 12:23:08 +02:00
e20023cf31
adding cmake/extras.cmake
2020-04-27 12:23:08 +02:00
b7c3fc0506
gui/cmake/CPackComponentConfig.cmake.in: explicitly depend on qt >= 5.9.5 and libssl >= 1.1
2020-04-27 12:23:08 +02:00
2ec874607f
Github Actions: pin qt5-default to 5.9.5 on ubuntu.
2020-04-27 12:23:08 +02:00
dce6f58607
Github Actions: skip building for Ubuntu 16.04
...
First, 16.04 only supports libssl 1.0 (officially) that links fine but will not find the library at runtime.
Second, 16.04 is old (LTS is still valid tho).
If requested, we could consider supporting it but no point going through the hassle if it has no users.
2020-04-27 12:23:08 +02:00
6f1359444a
.github/workflows/package.yml: fixing windows build (must have --config Release everywhere)
2020-04-27 12:23:08 +02:00