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

462 commits

Author SHA1 Message Date
6c4769a030 .github/workflows/package.yml: fix qt5 package for fedora 38 2023-08-27 14:19:35 +02:00
24136406a7 .github/workflows/package.yml: for ubuntu, use matrix includes for qt package instead of the if/else in bash. 2023-08-25 12:41:19 +02:00
7e8b1d6e66 README.md: fix link to CI tests. 2023-08-25 12:38:34 +02:00
8949a80b11 .github/workflows/package.yml: set-output command to environment variables. 2023-08-17 17:14:26 +02:00
2874862d70 .github/workflows/package.yml: Package for fedora 37 2023-08-17 16:55:05 +02:00
d03d27589e .github/workflows/package.yml: build and package for fedora 38 2023-08-16 18:57:48 +02:00
772d03a6e3 .github/workflows/package.yml: Typofix, change "DBM" to "DEB" 2023-08-16 18:57:33 +02:00
53644e9ceb .github/workflows/ci.yml: update actions/checkout to version 3. 2023-08-16 18:52:15 +02:00
1ef3424638 .github/workflows/ci.yml: Update qt version for windows/mac to 5.15.2 2023-08-16 18:52:15 +02:00
ad5d464792 .github/workflows/package.yml: Update actions/checkout to version 3 2023-08-16 18:52:15 +02:00
baaf7e5b54 common/cmake/libantelope.cmake: Use version 0.2.2 2023-08-16 16:00:10 +02:00
1c4e01a726
README.md: Fix link 2023-07-05 05:00:01 +02:00
83f09d494c common/cmake/libantelope.cmake: use version 0.2.1 2023-05-31 19:21:05 +02:00
b82ba44544 Version 1.1.0 2023-05-04 13:42:24 +02:00
54ca24bbd9 .github/workflows/package.yml: fix ls command for finding the package files. 2023-05-04 13:38:51 +02:00
8cab0cbced .github/workflows/package.yml: Use Environment files for output parameters 2023-05-04 13:37:51 +02:00
a421ceb5d8 .github/workflows/package.yml: bump cmake version for fedora 2023-05-04 13:11:40 +02:00
a73b52b987 CMakeLists.txt: Update project description 2023-05-04 12:55:21 +02:00
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