1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00
Commit graph

462 commits

Author SHA1 Message Date
e18886e074 cli: implement support for K1 keys (default, can be switched with --legacy flag) 2023-04-04 19:06:00 +02:00
cbe6902d03 common/cmake/libeosio.cmake: Use libeosio v0.1.7 2023-04-04 19:06:00 +02:00
d579879d71 common/include/eoskeygen/key_search.hpp: make prefix into a variable (we need it for k1 keys). 2023-04-04 14:58:36 +02:00
b39a2a09ae LICENSE: Update year. 2023-03-29 11:33:23 +02:00
e0a7d8fb21 gui/src/MainWindow.cpp: Make sure to call libeosio::ec_init() and ec_shutdown() 2023-03-29 11:31:42 +02:00
0781b7db80 cli/src/main.cpp: Make sure to call libeosio::ec_init() and ec_shutdown() 2023-03-29 11:31:21 +02:00
13a99e15d9 fix libeosio header includes. 2023-03-29 11:30:49 +02:00
b3378eda16 common/cmake/libeosio.cmake: Update to v0.1.6 2023-03-29 11:30:24 +02:00
864a55e485 gui/src/MainWindow.hpp: fix indentation 2023-03-29 11:28:03 +02:00
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