theoreticalbts
|
38419164b6
|
optional.hpp: Allow easy access to contained type
|
2016-02-26 14:26:58 -05:00 |
|
theoreticalbts
|
232d59525a
|
raw.hpp: Use fc::raw:: namespace explicitly everywhere, cleanup whitespace
|
2016-02-19 16:36:29 -05:00 |
|
Daniel Larimer
|
bde8a7f424
|
fixes updates for deque to variant
|
2016-02-11 17:16:39 -05:00 |
|
Daniel Larimer
|
7840ef16e9
|
adding rshift
|
2016-02-04 16:32:13 -05:00 |
|
Daniel Larimer
|
4438c8aa80
|
fix include dependency and redundancy of to_variant
|
2016-02-02 13:36:48 -05:00 |
|
Daniel Larimer
|
845f8388c4
|
add deque support to variant
|
2016-02-01 18:29:30 -05:00 |
|
theoreticalbts
|
8eec508b8c
|
iostream.hpp: Add get(char&) override to allow unpack(fc::istream, unsigned_int)
|
2016-01-08 11:20:38 -05:00 |
|
theoreticalbts
|
7b6431f20e
|
raw.hpp: Add pack() override for shared_ptr<T>
|
2016-01-08 11:20:32 -05:00 |
|
Daniel Larimer
|
cb27b810e3
|
adding support for unpacking shared_ptr
|
2015-11-25 12:49:49 -05:00 |
|
theoreticalbts
|
1e10d3dc47
|
raw.hpp: Require high bits to be 0 when unpacking bool
|
2015-10-12 10:09:08 -04:00 |
|
Daniel Larimer
|
6495004302
|
move potential yields outside of catch
|
2015-10-09 17:08:03 -04:00 |
|
Daniel Larimer
|
7e32df4978
|
Merge pull request #46 from pmconrad/blinding
Blinding a la Oleg Andreev
|
2015-10-01 09:55:28 -04:00 |
|
Daniel Larimer
|
483b348878
|
Merge branch 'master' of https://github.com/cryptonomex/fc
|
2015-09-11 08:55:02 -04:00 |
|
Daniel Larimer
|
99e1c1fd52
|
fix warnings
|
2015-09-11 08:54:51 -04:00 |
|
theoreticalbts
|
80d967a70d
|
variant_object: Implement operator() overload to copy a variant_object
|
2015-08-28 22:14:27 -04:00 |
|
theoreticalbts
|
cb006ba03c
|
api_connection.hpp: Possibly fix previous commit, see https://github.com/cryptonomex/graphene/issues/232
|
2015-08-12 13:45:33 -04:00 |
|
theoreticalbts
|
3cd9ed4386
|
api_connection.hpp: Properly lock connection object for callbacks
|
2015-08-10 15:17:21 -04:00 |
|
theoreticalbts
|
c16bb206a3
|
fstream: Implement read_file_contents
|
2015-08-06 14:47:15 -04:00 |
|
Peter Conrad
|
e3fc463efc
|
Initialize openssl properly, use ssl wrapper types instead of ..._free, unify DH_check
|
2015-07-30 17:43:43 +02:00 |
|
Peter Conrad
|
ef92e68146
|
Created + added test vectors, various fixes - working!
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
622de81402
|
Added tests, fixes (sig format, canonicalization)
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
56e98e136a
|
Initial blinding implementation, untested
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
5ecdcba4b6
|
Some refactoring
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
0f67ca751e
|
Implemented extended keys
|
2015-07-29 20:59:32 +02:00 |
|
Peter Conrad
|
0575840a9c
|
Implemented HMAC template + test
|
2015-07-29 20:58:44 +02:00 |
|
theoreticalbts
|
d11b48a015
|
exception.hpp: Implement exception constructors for const log_messages&
|
2015-07-28 17:01:59 -04:00 |
|
Daniel Larimer
|
e9eeb3300c
|
adding tab completion to CLI
|
2015-07-27 09:11:20 -04:00 |
|
Daniel Larimer
|
d76a15ec89
|
adding child key derivation for ecc keys
|
2015-07-23 18:45:35 -04:00 |
|
Daniel Larimer
|
7fc2cc43f1
|
Adding multi_index to/from variant support
|
2015-07-23 13:16:19 -04:00 |
|
Eric Frias
|
2593760687
|
Add overloads for comparing safe<T> with T
|
2015-07-14 10:45:36 -04:00 |
|
theoreticalbts
|
5f43c06bae
|
uint128: Implement popcount()
|
2015-07-13 17:01:11 -04:00 |
|
Vikram Rajkumar
|
0391665471
|
Fix and cleanup safe spec; cryptonomex/graphene#10
|
2015-07-13 14:28:44 -04:00 |
|
Daniel Larimer
|
2ef7583f90
|
adding missing smart_ref files
|
2015-07-09 13:39:55 -04:00 |
|
Daniel Larimer
|
935e90c1ec
|
fix bug with optional that resulted in 8x more memory than necessary being reserved
|
2015-07-09 13:39:20 -04:00 |
|
Daniel Larimer
|
8d13f292b8
|
Merge branch 'master' of https://github.com/cryptonomex/fc
|
2015-07-08 16:43:29 -04:00 |
|
Daniel Larimer
|
63677c47d9
|
helper for smart_ref
|
2015-07-08 16:43:25 -04:00 |
|
theoreticalbts
|
787e4abf3f
|
exception.hpp: Allow enable/disable assert trip notifications with only one dirty file
|
2015-07-07 21:50:26 -04:00 |
|
theoreticalbts
|
46d85a3462
|
exception.hpp: Add assert_trip debug logging for exceptions
|
2015-07-07 21:49:42 -04:00 |
|
Daniel Larimer
|
e2e0f38dc6
|
Merge branch 'master' of https://github.com/cryptonomex/fc
|
2015-07-07 18:30:49 -04:00 |
|
Daniel Larimer
|
7c3260e965
|
Made static variants compareable based upon type.
|
2015-07-07 18:30:18 -04:00 |
|
Scott Howard
|
153d3f0433
|
Fix cryptonomex/graphene#107: Define char as signed when comparing against EOF
|
2015-07-05 15:44:32 -04:00 |
|
theoreticalbts
|
443544be4f
|
bitutil.h: Implement endian reversal inline functions
|
2015-07-02 15:24:02 -04:00 |
|
Eric Frias
|
d462be0e92
|
Quiet harmless compiler warnings
|
2015-07-01 11:21:15 -04:00 |
|
theoreticalbts
|
7bd47af88e
|
rpc: Move many method implementations from headers to cpp files
|
2015-06-30 15:54:29 -04:00 |
|
theoreticalbts
|
f461dee432
|
http_api: Implement http_api_connection class to serve RPC over HTTP
|
2015-06-30 03:00:43 -04:00 |
|
Eric Frias
|
707b9497c6
|
Increase space reserved for stringstream fwd, cryptonomex/graphene#86
|
2015-06-25 09:27:24 -04:00 |
|
Vikram Rajkumar
|
701b9ac00c
|
Remove problematic easylzma
|
2015-06-23 16:19:36 -04:00 |
|
Vikram Rajkumar
|
943fe5150e
|
Remove unused salsa20
See https://github.com/bitshares/bitshares/issues/1089
|
2015-06-23 15:43:36 -04:00 |
|
Vikram Rajkumar
|
43f3aff577
|
Remove unused scrypt-jane
See https://github.com/bitshares/bitshares/issues/1016
|
2015-06-23 15:34:28 -04:00 |
|
Eric Frias
|
c2451f30f1
|
Add a new mode to the variant->json generator to restore the normal
behavior of writing numbers out as numbers instead of strings
|
2015-06-12 11:05:58 -04:00 |
|