Vikram Rajkumar
b3b4428abd
Merge remote-tracking branch 'steem/develop'
2017-05-21 14:31:17 -05:00
Vikram Rajkumar
453b3de77e
Better fix for Clang 4+
2017-04-26 12:20:58 -05:00
Vikram Rajkumar
91af0e7edb
Fix compilation on Clang 4+
2017-04-26 11:58:32 -05:00
Vikram Rajkumar
6d386e442b
Revert "...Fix build?"
...
This reverts commit 908762d687 .
2017-04-25 20:22:31 -05:00
Nathan Hourt
fee06a4c75
Add OpenSSL 1.1.0 support
...
These changes should add support for openssl 1.1.0 while maintaining
compatibility with 1.0.2
2017-04-25 15:50:56 -05:00
Nathan Hourt
908762d687
...Fix build?
2017-04-25 15:39:42 -05:00
Vikram Rajkumar
1f41494f36
Merge branch 'master' of github.com:steemit/fc
2017-03-18 11:38:57 -05:00
Vikram Rajkumar
f5f19d2c37
Merge pull request #3 from oxarbitrage/patch-1
...
struct range_proof_info change int to int64_t
2017-03-18 11:31:34 -05:00
oxarbitrage
25d7b3055f
struct range_proof_info change int to int64_t
...
https://github.com/bitshares/bitshares-core/issues/160
2017-03-17 18:31:45 -03:00
Vikram Rajkumar
0d0b485f3a
Remove GNTP (unrelated to NTP)
2017-03-16 12:33:30 -05:00
Vikram Rajkumar
fe82998021
Remove NTP
2017-03-16 12:29:57 -05:00
Michael Vandeberg
5cfcb5c0d6
Merge pull request #11 from steemit/9-log-api-times
...
Actually log methods and params #9
2017-02-01 11:37:39 -05:00
Vikram Rajkumar
e3238628fc
Merge pull request #2 from elmato/named-api-call
...
Replace the call to get_api_by_name
2017-01-30 18:11:55 -06:00
Vikram Rajkumar
e1d6182763
Merge pull request #1 from elmato/websocket-header-access
...
Add access to HTTP request headers in websocket_connection
2017-01-30 18:11:45 -06:00
Michael Vandeberg
7144cdc20b
Actually log methods and params #9
2017-01-27 12:07:50 -05:00
elmato
dd36202e74
Replace the call to get_api_by_name with a direct call to the functions that return fc::api<> in the login_api.
...
If the call to any of this functions succeed (because they where previously enabled),
the api will auto-register itself in the websocket_api_connection/http_api_connection and will return an api_id_type.
2017-01-27 06:03:36 +00:00
Michael Vandeberg
ca4f950195
Merge pull request #10 from steemit/9-log-api-times
...
Log API Times
2017-01-25 12:40:02 -05:00
Michael Vandeberg
c1a0dca92f
Refactor to use cmake build options #9
2017-01-25 11:16:52 -05:00
Michael Vandeberg
0688b7eb64
Time execution of rpc API call and log long executing calls. #9
2017-01-25 10:16:02 -05:00
elmato
aed35f5b06
Add access to HTTP request headers in websocket_connection
2017-01-16 19:55:17 +00:00
Vikram Rajkumar
c1361d8cf9
Add fork note to README
2017-01-15 18:18:55 -06:00
Vikram Rajkumar
b973a4432d
Update submodules
2017-01-15 18:18:55 -06:00
Vikram Rajkumar
2b26a51b6c
Remove unused ssh code
2017-01-13 14:29:22 -06:00
Vikram Rajkumar
7f10088db8
Merge commit 'ca9a6977d93df48e12d92e675c1a66fa9f6065cf'
2017-01-13 13:36:30 -06:00
Vikram Rajkumar
326140a931
Remove leftover udt code
2017-01-13 13:36:21 -06:00
Vikram Rajkumar
d1faea2bde
Revert incorrect start of boost compatibility update
2017-01-13 13:36:13 -06:00
Vikram Rajkumar
9d383077fa
Revert "change json seralization of map<string,T> to be object rather than array of pairs"
...
This reverts commit a421e28048 .
2017-01-13 13:35:48 -06:00
Vikram Rajkumar
0e4181fbbc
Merge commit '72cd69bed9c818ea6294019e4911825736b367d4'
2017-01-13 13:35:25 -06:00
Vikram Rajkumar
df2642e931
Revert "Windows build fixes (disable compiling permessage-deflate, which isn't very useful right now. The build error will probably be resolved in websocketpp by the time we need it)"
...
This reverts commit 2bd8e92a75 .
2017-01-13 13:34:44 -06:00
Michael Vandeberg
72cd69bed9
Merge pull request #7 from steemit/equihash_security
...
Implement test_canonical_order and test_intermediate_zeros for equihash
2017-01-05 14:18:12 -05:00
Michael Vandeberg
b4b7904c2e
Merge pull request #8 from steemit/rpc-catch-all
...
Wrap non-FC exceptions thrown by client methods
2017-01-05 14:18:02 -05:00
Nathan Hourt
ca9a6977d9
Add cryptonomex's custom secp256k1 to install on non-Windows
...
This should be done on Windows too, but I don't know how and I don't
have a Windows test box anyways.
2017-01-04 15:09:56 -06:00
Nathan Hourt
159daffb25
Fix installation
...
FC now installs properly with a `make install`
2017-01-04 15:09:50 -06:00
Nathan Hourt
5e83b581c0
Prevent websocketpp from polluting installs
...
When clients of fc (such as graphene) do an install (via `make install` or similar), websocketpp was installing as well. This commit prevents this from happening.
2017-01-04 15:09:46 -06:00
Daniel Larimer
b07f429556
remove udt and make websocketpp includes public
2017-01-03 15:13:22 -05:00
theoreticalbts
d37811afdf
Merge pull request #6 from steemit/rpc-catch-all
...
Wrap non-FC exceptions thrown by client methods
2016-12-22 12:48:02 -05:00
theoreticalbts
beca6a8264
Add debug logging
2016-12-14 13:10:09 -05:00
theoreticalbts
ad3efeb28a
Add comments and minor refactoring of canonization methods for clarity
...
Also guard against out-of-bounds access for untrusted input
2016-12-14 13:08:51 -05:00
theoreticalbts
fe8710a7aa
Implement test_canonical_order and test_intermediate_zeros for equihash
2016-12-13 15:27:44 -05:00
theoreticalbts
cfc53e8b82
Wrap non-FC exceptions thrown by client methods
2016-12-07 15:27:09 -05:00
Michael Vandeberg
2f202e017c
Include is needed for some gcc build environments
2016-12-02 16:15:35 -05:00
theoreticalbts
d7276e2d15
Add -std=c99 when compiling equihash, needed by gcc 4.8
2016-11-22 13:36:05 -05:00
Michael Vandeberg
9bc8991f23
Merge commit '463f242ffa4132d22a5006d653bc67b5b703851f'
2016-11-16 11:24:29 -05:00
Michael Vandeberg
50dbc2b139
Add equihash
2016-11-16 11:23:33 -05:00
theoreticalbts
463f242ffa
Implement parse_size() function
2016-11-07 14:35:05 -05:00
Michael Vandeberg
0e5a4fea68
Remove rapid JSON dependency
2016-10-27 12:52:44 -04:00
theoreticalbts
3dc9639bdd
api_connection.hpp: Handle deserialization of null api_ptr
2016-10-26 13:17:48 -04:00
Daniel Larimer
0f9a96314e
Merge branch 'master' of https://github.com/steemit/fc
2016-10-24 17:44:59 -04:00
Daniel Larimer
ee6ee27290
clean up tests and add some utility methods
2016-10-24 17:44:53 -04:00
Michael Vandeberg
013fbfb6a7
Remove logging on successful thread creation
2016-10-21 14:06:22 -04:00