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

41 commits

Author SHA1 Message Date
ec07b199ed cli/src/main.cpp: update program description 2023-05-04 12:54:47 +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
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
914205541a Update from libeosio v0.1.7 to libantelope v0.2.0 2023-04-06 15:11:20 +02:00
3d5b163e9f Merge branch 'k1' into develop 2023-04-05 19:20:45 +02:00
aacfdbe4a9 cli/CMakeLists.txt: Minor whitespace fix. 2023-04-05 15:18:22 +02:00
e18886e074 cli: implement support for K1 keys (default, can be switched with --legacy flag) 2023-04-04 19:06:00 +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
23a43ff6b3 cli/cmake/CPackComponentConfig.cmake.in: Add libssl1.1 or libssl3 as dependancies to debian package. 2022-11-11 12:38:05 +01:00
1ca85a37b8 cli/src/main.cpp: use new C++11 syntax to loop over vectors. 2022-09-22 12:42:15 +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
0e4a574f7a cli/src/main.cpp: fix indent in usage string. 2022-09-20 15:18:49 +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
010edeb2f5 cli/src/main.cpp: Improve usage text format. 2021-05-06 15:32:27 +02: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
8bc9a87cc9 Adding Sw/eden homepage to all my author lines. 2020-04-24 17:57:54 +02:00
c173c002f5 CMake: configure and install cli/docs/README.md.in 2020-04-24 17:57:54 +02:00
f1f5e50e9a Adding cli/docs/README.md.in 2020-04-24 17:57:54 +02:00
e0d4fbbdb7 cli/docs/eosio-keygen.1.in: Spelling fix. 2020-04-24 16:53:38 +02:00
37647685ea CMake: install license file for both cli and gui 2020-04-24 16:35:10 +02:00
178e71fbc7 cli/cmake/CPackComponentConfig.cmake.in: Set debian package name 2020-04-24 15:54:49 +02:00
e1bda4b846 cli/cmake/CPackComponentConfig.cmake.in: Set description. 2020-04-24 14:43:02 +02:00
4a83b06ef2 CMake: new CPack structure with config defined in sub directories. 2020-04-21 14:23:59 +02:00
884f8a6125 cli: move source files. 2020-04-21 10:06:10 +02:00
a85c9b5090 change remaining .h files to .hpp 2020-04-19 15:44:47 +02:00
e5cb4a72f6 libeosio .h files are renamed to .hpp 2020-04-19 11:17:15 +02:00
54d46004c1 cli: change .h to .hpp 2020-04-16 12:59:03 +02:00
ba0efa2dd7 move src dir to cli and add it's own cmake file. 2020-04-07 22:37:05 +02:00
1075481b2e move cli/src to src and combine all CMakeLists.txt 2020-03-16 14:10:10 +01:00
f601824e02 CMake: create packages with CPack and cpack_custom module. 2020-03-14 21:14:15 +01:00
04ac59aeac Merge remote-tracking branch 'origin/master' into develop
# Conflicts:
#	CMakeLists.txt
2020-03-12 21:17:40 +01:00
b52f61d319 cmake: split CMakeLists into multiple directories. 2020-03-11 12:00:16 +01:00