1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 11:44:55 +02:00
Commit graph

23 commits

Author SHA1 Message Date
ae4dd4027f Add support for testing and add simple testcase for base58 2023-02-17 11:24:01 +01:00
d23aea0d19 README.md: Adding Supported Ubuntu versions 20.04 and 22.04 2022-09-23 12:52:38 +02:00
7f0e3ec5f7 .github/workflows/package.yml: Package for ubuntu 20.04 and 22.04 2022-09-23 12:52:04 +02:00
c5409589b5 .github/workflows/CI.yml: Build for Ubuntu 20.04 and 22.04 2022-09-23 12:29:54 +02:00
40b60c19be Version 0.1.4 2022-09-21 10:41:05 +02:00
a41b79967a CMakeLists.txt: Adding OPENSSL_API_COMPAT compiler flag. 2022-09-21 10:36:24 +02:00
569c1989a4 Version 0.1.3 2021-05-07 13:45:37 +02:00
3b7cb0f4f6 include/libeosio/base58.hpp: minor copy/paste error in comment. 2021-05-07 13:45:37 +02:00
2fa6220cea include/libeosio/ec.hpp: minor copy/paste error in comment. 2021-05-07 13:45:37 +02:00
0af91b4fc6 include/libeosio/hash.hpp: minor documentation fixes. 2021-05-07 13:45:37 +02:00
eab4aee8af WIF: add optional prefix parameter to wif_pub_encode() and wif_print_key(), defaults to "EOS" 2021-05-07 13:45:37 +02:00
19f6149e1e
README.md: Fixing a link 2021-04-03 11:59:02 +02:00
aa70efe4ea Version 0.1.2 2021-02-24 13:59:50 +01:00
56f056551e Update copyright year. 2021-02-24 13:58:47 +01:00
000f35cd9c src/WIF.cpp: include cstring instead of string.h 2021-02-24 13:56:55 +01:00
e7e92d2321 include/libeosio/WIF.hpp: need to include string 2021-02-24 13:51:58 +01:00
c785da97de Version 0.1.1 2020-05-22 16:18:04 +02:00
b619ab78d4 Adding/Updating comments in public header files. 2020-05-19 14:55:57 +02:00
45ae0b5791 README.md: Add information about what Linux distros/versions are officially supported. 2020-04-26 13:20:25 +02:00
010cd3a370 Github Actions: skip building/package for Ubuntu 16.04
16.04 only supports libssl 1.0 (officially).
If requested, we could consider supporting it but no point going through the hassle if it has no users.
2020-04-26 13:10:32 +02:00
a3aad06ba7 .github/workflows/package.yml: find the right .zip file :) 2020-04-19 11:31:36 +02:00
aa7f304118 Rename .h files to .hpp 2020-04-19 11:09:32 +02:00
137d5cbe31 Initial Commit 2020-04-05 13:11:07 +02:00