|
|
ec07b199ed
|
cli/src/main.cpp: update program description
|
2023-05-04 12:54:47 +02:00 |
|
|
|
9a83929029
|
gui/README.md: Update security notice.
|
2023-04-10 16:40:02 +02:00 |
|
|
|
19f8b67fdd
|
gui/README.md: change from eosio-keygen to antelope-keygen
|
2023-04-10 16:39:20 +02:00 |
|
|
|
133aa230fb
|
cli/docs/antelope-keygen.1.in: remove subcommands and refer to their man pages. update security notice and some formatting fixes.
|
2023-04-10 16:36:20 +02:00 |
|
|
|
3a2c80e9b5
|
cli/docs: adding antelope-keygen-benchmark.1.in and antelope-keygen-search.1.in
|
2023-04-10 16:35:15 +02:00 |
|
|
|
6554e6c806
|
cli/docs/README.md.in: use @PROJECT_NAME@ in some missed places that used hardcoded values.
|
2023-04-10 16:33:43 +02:00 |
|
|
|
2f92e6b2b2
|
cli/docs/README.md.in: Update to reflect new cli syntax and security notice.
|
2023-04-10 16:31:53 +02:00 |
|
|
|
25025c21b4
|
README.md: Update security notice.
|
2023-04-10 16:10:54 +02:00 |
|
|
|
10ec4355e6
|
cli/docs/antelope-keygen.1.in: Update to reflect new cli syntax and change eosio to antelope.
|
2023-04-10 15:41:56 +02:00 |
|
|
|
2b4ab78176
|
rename namespace and header guards from eosio to antelope
|
2023-04-10 14:53:26 +02:00 |
|
|
|
2679dc6ef4
|
README.md: change "EOS Sweden" to "Sw/eden"
|
2023-04-06 15:23:37 +02:00 |
|
|
|
4b26e277f8
|
README.md: Update documentation for libeosio to use libantelope instead.
|
2023-04-06 15:22:01 +02:00 |
|
|
|
914205541a
|
Update from libeosio v0.1.7 to libantelope v0.2.0
|
2023-04-06 15:11:20 +02:00 |
|
|
|
d5da7d1491
|
README.md: Update info about supported Linux distros/versions.
|
2023-04-05 21:14:57 +02:00 |
|
|
|
61ce4c751d
|
Merge branch 'rpm-pkg' into develop
|
2023-04-05 19:38:21 +02:00 |
|
|
|
6589011be5
|
gui/src/GenerateWindow.cpp: Make the key fields abit longer.
|
2023-04-05 19:37:40 +02:00 |
|
|
|
3ae2c00faa
|
gui/src/GenerateWindow.cpp: set fixed font (monospace) for the key fQLineEdit fields.
|
2023-04-05 19:36:36 +02:00 |
|
|
|
3d5b163e9f
|
Merge branch 'k1' into develop
|
2023-04-05 19:20:45 +02:00 |
|
|
|
9ed6e6ab80
|
gui: implement support for K1 keys.
|
2023-04-05 19:20:16 +02:00 |
|
|
|
90f5aa17a8
|
build.sh: set default TARGET value to "all"
|
2023-04-05 19:17:45 +02:00 |
|
|
|
85955baf42
|
.github/workflows/package.yml: add RPM package.
|
2023-04-05 19:16:48 +02:00 |
|
|
|
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 |
|
|
|
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 |
|