Nathan Hourt
be5a67763b
Add new min and max methods on safe
2015-05-12 13:06:11 -04:00
Daniel Larimer
812b42dbe6
adding default
2015-05-12 12:59:14 -04:00
Daniel Larimer
4f0919c493
adding sanity checks to string->json parsing
2015-05-12 12:58:47 -04:00
Peter Conrad
d9f6b7a526
Rebase + upgrade to latest libsecp256k1 API
2015-05-07 15:59:21 +02:00
Peter Conrad
a164a55c86
Fixed move constructor + assignment
2015-05-07 14:51:03 +02:00
Peter Conrad
5782fd42af
Added missing constructors + pubkey::valid
2015-05-07 14:51:03 +02:00
Peter Conrad
05dee8669f
Much refactoring
...
Fixed Move semantics in openssl impl
Use in-place construction for secp256k1
Swapped implementations in mixed - sign with libsecp256k1, verify with openssl
2015-05-07 14:51:03 +02:00
Peter Conrad
10897adf1e
Hopefully this is more thread-safe
2015-05-07 14:51:03 +02:00
Peter Conrad
d69e67c032
Work around too deterministic nonce
2015-05-07 14:51:03 +02:00
Peter Conrad
1de9a3ba87
Bugfix
2015-05-07 14:51:03 +02:00
Peter Conrad
66e6475600
Fixed wording
2015-05-07 14:51:02 +02:00
Peter Conrad
abab7617c8
Minor fixes
2015-05-07 14:51:02 +02:00
Peter Conrad
2f383f078f
More refactoring
2015-05-07 14:51:02 +02:00
Peter Conrad
bab3864437
Added mixed implementation, fixed interop test script
2015-05-07 14:51:02 +02:00
Peter Conrad
55f9cf5e16
Added mixed implementation, fixed interop test script
2015-05-07 14:51:02 +02:00
Peter Conrad
414617d8e3
Refactoring, step 2
2015-05-07 14:51:02 +02:00
Peter Conrad
55c5773a46
Started refactoring
2015-05-07 14:51:02 +02:00
Peter Conrad
20230b761e
Added documentation + automated interop test
2015-05-07 14:51:02 +02:00
Peter Conrad
7b15098f3a
Woot!
2015-05-07 14:49:52 +02:00
Peter Conrad
34af5d98ec
Intermediate version
2015-05-07 14:49:52 +02:00
Peter Conrad
f17444d90b
Added ECC_IMPL switch + interop test
2015-05-07 14:48:00 +02:00
Peter Conrad
8bcaa01541
Mark internal helper functions as static
2015-05-07 14:48:00 +02:00
theoreticalbts
7dcfa9a910
safe.hpp: Add comment noting that safe is not compatible with uint128_t
2015-05-06 16:52:49 -04:00
theoreticalbts
3bf3b0c9b4
uint128.hpp: Reflect uint128
2015-05-06 16:52:49 -04:00
Daniel Larimer
5dabe6ba2c
better error messages
2015-05-06 16:37:38 -04:00
Daniel Larimer
4df08d8efe
fix crash in websocket
2015-05-06 16:34:55 -04:00
Daniel Larimer
3599850bb9
Merge commit '72288a2'
2015-05-04 14:07:51 -04:00
Daniel Larimer
72288a25b1
making sure getline doesn't blog
2015-05-04 14:07:22 -04:00
Eric Frias
e9824e1740
Add missing include for isatty on win32
2015-05-04 13:36:15 -04:00
Nathan Hourt
2e7e14df1c
Add missing #include
2015-05-02 15:37:36 -04:00
Nathan Hourt
2195f191e4
Add increment/decrement to safe
2015-05-01 16:18:15 -04:00
theoreticalbts
80de0987d7
Add readline support to fc::rpc::cli
2015-04-29 16:37:54 -04:00
Daniel Larimer
35d4893069
Merge branch 'master' of github.com:BitShares/fc
2015-04-29 13:18:02 -04:00
Daniel Larimer
6c589678df
adding extra reflection helpers
2015-04-29 13:17:38 -04:00
Vikram Rajkumar
d7751bc71d
Merge pull request #5 from pmconrad/dynamic_boost
...
Dynamic boost
2015-04-27 13:09:14 -04:00
Peter Conrad
b8341a006e
Set Boost_USE_STATIC_LIBS to previous default ON but configurable
2015-04-27 14:57:45 +02:00
Peter Conrad
8e8dd9265a
Handle .lib on windows
2015-04-23 21:09:36 +02:00
Peter Conrad
3e7b554f65
Fixed variable case
2015-04-23 21:09:36 +02:00
Peter Conrad
381a1258d1
Disable boost static linking, workaround for BOOST_TEST_DYN_LINK
2015-04-23 21:09:36 +02:00
theoreticalbts
18a484e4bf
cli.hpp: Fix include
2015-04-21 15:01:25 -04:00
Daniel Larimer
f146127706
Merge branch 'master' of github.com:BitShares/fc
2015-04-01 17:24:37 -04:00
Daniel Larimer
a0192d1081
unique_ptr to/from variant
2015-04-01 17:24:33 -04:00
Eric Frias
0e5474e152
Fix non-void function that didn't return a value
2015-04-01 17:06:13 -04:00
Daniel Larimer
257ac52b91
fix build issue
2015-04-01 11:30:47 -04:00
Daniel Larimer
c8200afade
better close notification and error handling
2015-04-01 10:25:57 -04:00
Daniel Larimer
8b5e2e7613
adding helper to get a list of variants from a string
2015-03-31 18:46:05 -04:00
Daniel Larimer
633ab3f32d
Adding cli wrapper to expose APIs to the CLI
2015-03-31 17:45:08 -04:00
Daniel Larimer
55ee57040a
added support for unhandled extension and mapping the first registered API to global namespace
2015-03-31 17:45:01 -04:00
Daniel Larimer
1fb31737a7
RPC now supports remote callbacks
...
to_variant now skips null optional members on reflected objects.
2015-03-31 11:31:56 -04:00
Daniel Larimer
bcd642e31f
fix memory leak in circular shared ptrs
2015-03-30 18:34:04 -04:00