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

420 commits

Author SHA1 Message Date
8076eb6342 build.sh: support rpm for --pkg-type 2023-04-05 16:19:45 +02:00
2cc93efadf cmake/CPackConfig.cmake: Adding RPM stuff. 2023-04-05 16:19:16 +02:00
8bb1649974 .github/workflows/package.yml: set qt versions from ci.yml 2023-04-05 15:33:35 +02:00
aacfdbe4a9 cli/CMakeLists.txt: Minor whitespace fix. 2023-04-05 15:18:22 +02:00
9ad3d47d95 CMakeLists.txt: Compile position independent code. 2023-04-05 15:18:00 +02:00
71cb07e6e7 CMakeLists.txt: Set strip flag for GNU linkers on release config. 2023-04-05 15:16:12 +02:00
5fd76814c1 CMakeLists.txt: use COMPILE_LANG_AND_ID generator expression instead of just CXX_COMPILER_ID 2023-04-05 15:14:24 +02:00
cf104e1616 .github/workflows/ci.yml: fix qt package on ubuntu-22.04 2023-04-04 19:30:08 +02:00
8bc93c1bec .github/workflows: run on ubuntu-22.04 2023-04-04 19:19:20 +02:00
8d413941ed .github/workflows: remove ubuntu-18.04 as its is not supported anymore as github runner. 2023-04-04 19:19:20 +02:00
04b1d60f9b .github/workflows: Update jurplel/install-qt-action to v3 2023-04-04 19:15:54 +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