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
Vikram Rajkumar
a8b85f6dcc
Merge pull request #42 from pmconrad/getline_eof
...
Dont ignore EOF because users cannot distinguish EOF and empty input …
2015-06-21 22:15:05 -04:00
Peter Conrad
8ff0f3e764
Dont ignore EOF because users cannot distinguish EOF and empty input line
2015-06-21 15:33:50 +02:00
Eric Frias
dd1c77b327
Fix websocketpp build error on win32
2015-06-17 11:07:09 -04:00
Eric Frias
c425a019cd
Merge branch 'github_master'
2015-06-15 16:04:49 -04:00
Vikram Rajkumar
c09035dba0
Merge pull request #41 from emfrias/json_parser_mods
...
Json parser mods
2015-06-15 15:30:35 -04:00
Eric Frias
10e747409c
Fix FC win32 compiling (secp256k1 related errors)
2015-06-15 14:38:33 -04:00
Vikram Rajkumar
f7cf9abe55
Add secp256k1-zkp submodule
2015-06-13 15:28:40 -04:00
Vikram Rajkumar
488e1037d8
Update websocketpp submodule
2015-06-13 13:11:13 -04:00
Eric Frias
8161f3230c
Downgrade some websocket debugging wlog messages to ilogs
2015-06-12 14:08:16 -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
Eric Frias
e5a5323642
When formatting doubles as strings, use 17 digits of precision to ensure they are read back in without loss (up from 12 digits).
...
Add a mode to the JSON parser to parse all real numbers into strings, so we can later parse them into doubles or another fixed/floating point format to preserve as much precision as needed
2015-06-12 11:05:52 -04:00
Eric Frias
18e80eca23
Merge branch 'github_master'
2015-06-12 10:53:02 -04:00
Daniel Larimer
dde8ed9d7a
update default ecc implementation
2015-06-12 09:50:56 -04:00
Daniel Larimer
5c927d5df1
Merge branch 'master' of https://github.com/cryptonomex/fc
2015-06-12 09:49:44 -04:00
Daniel Larimer
3a392eba51
adding typdefs and exta testing
2015-06-12 09:49:40 -04:00
Vikram Rajkumar
a86608bb9c
Disable building broken test
2015-06-11 20:34:24 -04:00
Eric Frias
74a377aee5
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-11 19:22:22 -04:00
Daniel Larimer
d93744cf79
removing AGPL code
2015-06-11 09:10:38 -04:00
Daniel Larimer
8087aa66d0
removing AGPL code
2015-06-11 09:10:12 -04:00
Daniel Larimer
a824aa04a9
Mapping blinding crypto to fc ecc api
2015-06-10 18:34:19 -04:00
Eric Frias
1bd8672adf
Merge branch 'github_master'
2015-06-10 18:01:39 -04:00
Daniel Larimer
969768cdd5
Merge branch 'master' of https://github.com/cryptonomex/fc
2015-06-10 12:54:13 -04:00
Daniel Larimer
68410f35fe
defining new api calls
2015-06-10 12:54:12 -04:00
Nathan Hourt
80366e4346
Add missing time_point_sec operator overloads
2015-06-10 10:18:33 -04:00
Eric Frias
541118d89d
Merge branch 'master' into syncad_master
2015-06-04 17:14:37 -04:00
Nathan Hourt
1bbb748c4e
Optimize deque to/from variant
2015-06-04 10:42:59 -04:00
theoreticalbts
0ad91391c7
variant.hpp: Prettify includes
2015-06-01 17:13:51 -04:00
theoreticalbts
b391ecb4c7
deque: Add std::deque to serialization / reflection
2015-06-01 17:13:51 -04:00
Eric Frias
1f2593e764
Merge branch 'master' into syncad_master
2015-05-29 15:43:41 -04:00
Daniel Larimer
eb649ce89e
Merge branch 'master' of github.com:BitShares/fc
2015-05-29 12:11:25 -04:00
Daniel Larimer
01445529f0
handle messages async
2015-05-29 12:11:21 -04:00
Eric Frias
b899bbd476
Merge remote-tracking branch 'github/master'
2015-05-29 09:20:58 -04:00
theoreticalbts
af636c10a2
Add data_size() member to hash classes
2015-05-28 10:23:27 -04:00
Daniel Larimer
2d5f89bd17
Merge branch 'master' of github.com:BitShares/fc
2015-05-28 08:43:47 -04:00
Daniel Larimer
994c4097fa
fix build
2015-05-28 08:43:43 -04:00
Nathan Hourt
d0b4b64923
Remove log spam
2015-05-27 16:15:49 -04:00
Nathan Hourt
83d5bcb147
Mark websockets as logging to rpc
2015-05-27 15:04:34 -04:00
Nathan Hourt
8012ab4705
Fix crash on exit with websocket_client
2015-05-27 14:54:11 -04:00
Daniel Larimer
637f475e44
parse doubles as strings
2015-05-27 11:26:04 -04:00
Eric Frias
043ead5579
Fix compile with microsoft c++ which still doesn't support noexcept
2015-05-22 16:15:00 -04:00
Daniel Larimer
ccd14c7260
Merge pull request #4 from pmconrad/libsecp256k1
...
fc::ecc implementations based on libsecp256k1
2015-05-20 10:30:05 -04:00
Daniel Larimer
14052a8e46
Merge branch 'master' of github.com:BitShares/fc
2015-05-19 11:40:51 -04:00
Daniel Larimer
2cbb00426c
adding ability to get the count of items in a static variant
2015-05-19 11:40:47 -04:00
Eric Frias
3508e0c034
Add overloads of comparison operators to allow comparison of safe/uint128 and native integer classes
2015-05-19 10:03:03 -04:00
Daniel Larimer
71cca4559c
adding quotes around large integers
2015-05-18 15:05:25 -04:00
Daniel Larimer
a3c284408e
make CLI prompt configurable
2015-05-18 13:40:01 -04:00
Daniel Larimer
135949ee19
large integers are converted to strings in JSON printing
2015-05-15 15:58:47 -04:00