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

226 commits

Author SHA1 Message Date
d9634f334b Decouple key_search_result() and KeySearch class with an interface. 2020-03-19 18:12:33 +01:00
a417390bb7 refactor struct key_search_result from src/key_search_helpers.h to include/eoskeygen/key_search.h 2020-03-19 15:43:49 +01:00
8035e3233c move some of the headers that should be included in the library to "include/eoskeygen" folder. 2020-03-19 09:14:08 +01:00
6bf611f7d0 src/key_search.h: include the right file. 2020-03-19 07:25:10 +01:00
f5ab96e04f Merge branch 'cpack' into develop 2020-03-16 15:09:51 +01:00
ac4e2f9e9d CMakeModules/cpack_custom.cmake: include else case for CPACK_PACKAGE_FILE_NAME if CPACK_SYSTEM_VERSION is not set. 2020-03-16 14:31:27 +01:00
51081aaf3c CMakeModules/cpack_custom.cmake: set CPACK_SYSTEM_ARCH and append to CPACK_PACKAGE_FILE_NAME 2020-03-16 14:29:51 +01:00
1075481b2e move cli/src to src and combine all CMakeLists.txt 2020-03-16 14:10:10 +01:00
c3640c034f .github/workflows/package.yml: update to trigger CPack for building packages. 2020-03-14 21:14:15 +01:00
006fb94786 build.sh: Adding pkg-type option. 2020-03-14 21:14:15 +01:00
f601824e02 CMake: create packages with CPack and cpack_custom module. 2020-03-14 21:14:15 +01:00
df7a8a3c8c Add CMakeModules/cpack_custom.cmake 2020-03-14 21:10:25 +01:00
9a0bd26f83 build.sh: Should not assume that cmake generates a Makefile. use cmake only commands to configure/build. 2020-03-14 21:10:08 +01:00
72a74fcb5a build.sh: fixing getopts. 2020-03-14 13:31:47 +01:00
2aaebdf5e2 remove "extras". it exists in it's own repo now. 2020-03-14 13:25:37 +01:00
04ac59aeac Merge remote-tracking branch 'origin/master' into develop
# Conflicts:
#	CMakeLists.txt
2020-03-12 21:17:40 +01:00
7b58c691b5 Merge branch 'hotfix-sha246d' 2020-03-12 21:13:47 +01:00
13b2ff871f Version 1.0.3 2020-03-12 21:13:31 +01:00
18ccb1f8d2 src/crypto/openssl/hash.cpp: in sha256() should have out->data as input the second time. 2020-03-12 21:05:58 +01:00
13e3cde4b7 CMakeLists.txt: move PROJECT_DESCRIPTION and PROJECT_HOMEPAGE_URL to project() function. 2020-03-11 13:59:33 +01:00
66f6c5a9de CMakeModules/package.cmake: fixing paths. 2020-03-11 12:09:21 +01:00
b52f61d319 cmake: split CMakeLists into multiple directories. 2020-03-11 12:00:16 +01:00
7c2629427d gitignore: ignore .vscode directory. 2020-03-11 11:10:14 +01:00
840c6ae69a main.cpp: Remove unwanted output. 2020-03-11 00:41:43 +01:00
dbf4e56e52 config.h.in: prefix header guard. 2020-03-04 15:53:13 +01:00
f0d3f355cc Version 1.0.2 2020-03-03 11:54:14 +01:00
8b5ac3b18b
Merge pull request #29 from eosswedenorg/only-color-tty
Closes #26
2020-03-02 15:52:44 +01:00
53fcc9df53 src/console_win32.cpp: define _getNativeHandle() and use that instead of hard coded stdout. 2020-03-02 14:44:53 +01:00
26b96add30 console_win32.cpp: use isColorsSupported() instead of disable_color 2020-03-02 14:38:25 +01:00
f630a8344c console_ansi.cpp: use isColorsSupported() instead of disable_color 2020-03-02 14:38:08 +01:00
f676f2e7ca console: add isColorsSupported() 2020-03-02 14:36:41 +01:00
f7858cb5bd adding core/isatty 2020-03-02 13:50:35 +01:00
bde7afbc4e README.md: more restructure of the compile steps. 2020-02-28 12:55:11 +01:00
48f89105c6 README.md: Minor fixes. 2020-02-28 12:40:51 +01:00
aa7b49437a README.md: Document manual install of cmake for macos 2020-02-28 12:39:56 +01:00
3f1e657649 README.md: prefix linux sections with "linux" 2020-02-28 12:39:56 +01:00
de6b62a5bd README.md: Document manual install of cmake on linux. 2020-02-28 12:39:56 +01:00
9e9b3b7309 Version 1.0.1 2020-02-27 11:03:50 +01:00
d642bfe89f .github/workflows/package.yml: fixing ubuntu package command. 2020-02-27 10:54:02 +01:00
c59190b7ea .github/workflows/package.yml: update command for ubuntu package. 2020-02-27 10:49:29 +01:00
7a95dd035e remove scripts/generate_deb.sh.in and implement in CMakeModules/package.cmake instead. 2020-02-27 10:49:29 +01:00
062ce45798 README.md: document cmake version and custom apt for ubuntu 16.04 and 18.04 2020-02-27 10:46:04 +01:00
787c5e4bf5 CMake: set minimum version to 3.15 (this version support cmake --install) 2020-02-27 10:46:04 +01:00
e099ba1ed3 README.md: adding some shields. 2020-02-26 15:43:30 +01:00
fd91419642 core/dictionary.h: Documentation 2020-02-26 15:23:38 +01:00
3505af5c1f core/dictionary.h: remove commented out code 2020-02-26 15:13:39 +01:00
a9f153212b key_search.cpp: in addWord() do not apply base58_strip(). client code should validate it. 2020-02-26 15:09:41 +01:00
64f9026f96 main.cpp: validate word list for non base58 characters. 2020-02-26 15:09:16 +01:00
dcde774eac crypto/base58: adding is_base58() string version. 2020-02-26 15:07:03 +01:00
4a64da310b core/string.h: move base58 functions to crypto/base58.h 2020-02-26 15:05:55 +01:00