Commit graph

2039 commits

Author SHA1 Message Date
Peter Conrad
005aa69c0a Attempt to fix tests 2019-11-18 17:19:19 +01:00
Peter Conrad
f7f64ee1fd Add ccache 2019-11-18 17:19:19 +01:00
Peter Conrad
540a99670b Build and run in parallel 2019-11-18 17:16:59 +01:00
Peter Conrad
453345cedf Install boost 2019-11-18 17:16:22 +01:00
Peter Conrad
0e0bc44651 Added initial workflow 2019-11-18 17:16:22 +01:00
satyakoneru
4beb698268 GRPH-46-AddQuitCommandToCliWallet - Add Quit command to CLI Wallet 2019-11-12 13:46:20 +03:00
Sandip Patel
d16ee316c9 Fix memory leak. Not all tasks are deleted in thread_d dtor 2019-11-12 12:08:29 +05:30
Abit
2568867f2f
Merge pull request #178 from bitshares/abitmore-patch-1
Fix potential out-of-bounds access
2019-11-08 16:23:38 +01:00
Abit
1d028b3c15
Fix potential out-of-bounds access
Thanks to Beosin(https://github.com/Lianantech)
2019-11-08 12:13:36 +01:00
Peter Conrad
ad3c881aa2
Merge pull request #13 from bitshares/oxarbitrage-patch-2
add license mit
2019-11-07 17:44:01 +01:00
Peter Conrad
61f16df040 Replaced "regime" 2019-11-07 13:18:49 +01:00
Peter Conrad
ca43b6c6df License clarification 2019-11-06 18:39:03 +01:00
Peter Conrad
0633515d7b Fixed stacktrace license 2019-11-06 18:39:03 +01:00
Peter Conrad
8c9b8a95f5 Updated license file 2019-11-06 18:39:03 +01:00
abitmore
9c3428096a Update copyright notice 2019-11-06 18:39:03 +01:00
Peter Conrad
35b3c0336c Document licensing and history 2019-11-06 18:39:03 +01:00
oxarbitrage
2ae775bdb3 add license mit 2019-11-06 18:39:03 +01:00
Peter Conrad
e5ab69acff
Merge pull request #176 from bitshares/bloom_update
Updated bloom_filter.hpp…
2019-11-06 18:38:14 +01:00
Peter Conrad
41aaa6cb1f
Merge pull request #177 from bitshares/cmake_simplification
Get rid of most extra cmake modules
2019-11-06 15:50:18 +01:00
Peter Conrad
cdbe881996 Removed unused reflection 2019-11-06 15:49:16 +01:00
Bobinson K B
1f76279f63
Merge pull request #7 from satyakoneru/latest-fc
GRPH134-Witness High CPU Issue, websocket changes
2019-11-06 20:14:16 +05:30
satyakoneru
2f79730323 GRPH134-Witness High CPU Issue, websocket changes 2019-11-06 11:18:04 +00:00
Nathan Hourt
e48941b87e
Merge pull request #175 from bitshares/nathanhourt-fix-warnings
Fix warning in zeroed_array.hpp
2019-11-05 11:06:47 -06:00
Peter Conrad
7e07bc4514 Get rid of most extra cmake modules 2019-11-04 08:21:57 +01:00
Peter Conrad
1d59bb3d47 Updated bloom_filter.hpp from c89c2912c4/bloom_filter.hpp 2019-11-04 08:18:34 +01:00
Nathan Hourt
6e22341d9f
Fix warning in zeroed_array.hpp
Only one template declaration is needed here, I think. Clang gives many, many warnings over it.
2019-11-01 15:14:46 -05:00
pbattu123
6096e94e1b
Merge pull request #10 from peerplays-network/feature/SON-137
[SON-137] Fixed fc tests
2019-10-09 09:33:08 -03:00
Sandip Patel
ea4aebf760 Fixed fc tests 2019-10-08 12:13:42 +05:30
pbattu123
f13d0632b0
Merge pull request #4 from Noughmad/GRPH-50-network_broadcast_api-fix
[GRPH-50] network broadcast api fix
2019-10-04 09:24:17 -03:00
pbattu123
209bca8d84
Merge pull request #9 from peerplays-network/feature/GRPH-2
[GRPH-2] Fixed log appending issue.
2019-10-03 11:12:52 -03:00
Peter Conrad
dd257e5c0b
Merge pull request #171 from pmconrad/obsolete_boost
Removed checks for obsolete boost version numbers
2019-09-25 07:33:19 +02:00
Peter Conrad
4bdab0bb0a Removed checks for obsolete boost version numbers 2019-09-24 17:24:38 +02:00
Abit
2f776301cd
Merge pull request #169 from bitshares/for-core-3-3
Merge 3.3.x branch to master branch
2019-09-23 17:02:18 +02:00
Peter Conrad
9593e5d3bb
Merge pull request #170 from pmconrad/node_crashes
Make for-core-3-3 branch mergable with master
2019-09-23 07:59:51 +02:00
Peter Conrad
ec77b4943c Added std::tuple_size for master compatibility 2019-09-22 10:03:29 +02:00
Peter Conrad
6d8d0307a2
Merge pull request #165 from pmconrad/node_crashes
Changes wrt recent crashes of nodes
2019-09-21 09:17:46 +02:00
Sandip Patel
9da11c44ed Fixed log appending issue. 2019-09-20 19:04:24 +05:30
Peter Conrad
ed479c8c3e Reformatting 2019-09-20 09:27:57 +02:00
Peter Conrad
afc0e00700 Added zero_initialized_array template to restore functionality of fc::array<unsigned char,N> 2019-09-20 09:27:57 +02:00
Peter Conrad
253c1d56b9 Added test for zero-initialized arrays 2019-09-20 09:27:57 +02:00
gladcow
2343ab74f3 fix compilation errors 2019-09-19 18:21:50 +03:00
Peter Conrad
5c0b9ed4e3
Merge pull request #164 from pmconrad/1895_namespaces
Move stuff into namespaces
2019-09-19 16:15:43 +02:00
Peter Conrad
b986bab004
Merge pull request #167 from pmconrad/exception_format_fix
Exception format fix
2019-09-19 08:20:27 +02:00
Miha Čančula
243690c67d Small compile fix 2019-09-18 17:19:47 +02:00
Miha Čančula
50932bb5ff Merge branch 'master' into GRPH-50-network_broadcast_api-fix 2019-09-18 15:17:58 +02:00
Peter Conrad
2cc32d79ba Fixed assert 2019-09-18 15:12:27 +02:00
Peter Conrad
9077892d87 Log stacktrace instead of writing to stderr 2019-09-18 15:12:27 +02:00
Peter Conrad
4ce3775630 Clean up before returning 2019-09-18 15:12:27 +02:00
Peter Conrad
eb42ebb528 Add log message 2019-09-18 15:12:27 +02:00
Peter Conrad
ef52b39036 Preserve crash in debug mode 2019-09-18 15:12:27 +02:00