Eric Frias
72df62826e
Add a --version command to the witness node to print what git revision was used to build it
2017-08-09 18:16:52 -04:00
Eric Frias
c4470131ac
Enable building bookie plugin, add API for bookie plugin, and implement a
...
function for getting binned order books (as yet untested)
2017-07-27 19:36:31 -04:00
Roman Olearski
d3482f3a08
Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge
2017-07-13 16:07:30 +02:00
Eric Frias
cd2940c8a8
Remove competitor and market options objects from the blockchain
2017-07-06 11:57:45 -04:00
Eric Frias
5a99abc3de
Merge commit '0053613b38e81719c198f36c748e181cc44635b2' into betting
2017-06-20 18:57:23 -04:00
Eric Frias
bd525ef55d
Merge commit 'c777a88649d50edf6c5e4a8c3b13dda88a66e9d0' into betting
2017-06-20 18:15:43 -04:00
Roman Olearski
eb4c8f75d1
Merge branch 'rock-paper-scissors-ro' into rock-paper-scissors
...
Conflicts:
programs/witness_node/main.cpp
2017-06-09 12:17:26 +02:00
Eric Frias
f6bf447820
Add functionality to genesis_update.cpp that replaces all keys in a genesis file with
...
newly-generated dev keys for testing.
2017-06-02 19:12:12 -04:00
Eric Frias
36bcada8fa
Add 'generate_uia_sharedrop_genesis_plugin' used for generating the initial PPY
...
balances based on the BitShares PEERPLAYS UIA.
Modify the other generate_genesis plugin to be able to run disabled.
2017-06-01 11:05:43 -04:00
Roman Olearski
3e4d9c2aa3
added acounts_list_plugin
2017-05-22 17:57:35 +02:00
Eric Frias
65aa509ec9
Support enums in blockchain objects (fix serialization)
2017-03-21 09:24:08 -04:00
Eric Frias
2470af6eb9
Initial work on creating blockchain objects for sports betting
2017-03-15 17:04:27 -04:00
Roman Olearski
787019617f
Summary commiting changes made since the last commit
...
modified: libraries/app/impacted.cpp
modified: libraries/chain/db_init.cpp
modified: libraries/chain/db_maint.cpp
modified: libraries/chain/game_object.cpp
modified: libraries/chain/include/graphene/chain/protocol/operations.hpp
modified: libraries/chain/include/graphene/chain/protocol/tournament.hpp
modified: libraries/chain/protocol/tournament.cpp
modified: libraries/chain/tournament_object.cpp
modified: libraries/wallet/wallet.cpp
modified: programs/witness_node/main.cpp
modified: tests/CMakeLists.txt
modified: tests/common/database_fixture.cpp
new file: tests/tournament/tournament_tests.cpp
2016-11-28 12:36:18 +01:00
Vikram Rajkumar
7d721a1654
Decrease default p2p log level to avoid filling disk on initial sync
2016-11-18 17:07:19 -06:00
Roman Olearski
7f36b261bf
Merge remote-tracking branch 'origin/dividends' into rock-paper-scissors
...
Adding new chain parameters
Distribute prize money when a tournament ends
2016-11-02 15:30:18 +01:00
Eric Frias
c4ad900026
Fix build error in member_enumerator when an operation includes an enum.
...
Implement the commit/reveal timeouts in RPS games, and generate automatic
("insurance") moves. Make the CLI wallet watch for new games in
tournaments you're registered for.
2016-10-18 17:36:59 -04:00
Eric Frias
baab40070d
Many changes, including a start to supporting peerplays games in the cli wallet
2016-10-03 12:14:48 -04:00
Eric Frias
eb8929f6fa
Separate match object out from tournament and give it a fsm,
...
start changing genesis json
2016-09-20 14:36:06 -04:00
theoreticalbts
0f7f8acc03
debug_node: Create README.md
2016-03-28 15:54:32 -04:00
theoreticalbts
77ac461a8a
Implement debug_node target #606
2016-03-15 13:36:29 -04:00
Eric Frias
a7f84df957
Allow disabling building test executables
2016-02-26 13:38:11 -05:00
Eric Frias
d3c6cbf4de
Compile fixes for win32 and out-of-source builds
2016-02-17 09:17:00 -05:00
theoreticalbts
d280a57af0
js_operation_serializer: Add missing include #561 , broken by #563
2016-02-15 21:30:00 -05:00
theoreticalbts
fe0920ddc8
Merge branches '538-fork-buyback', '562-util-check-reflection' and '575-bugfix-settle-reflect' into develop
...
Fix reflection bugs and enhance check_reflect.py
2016-02-15 15:37:50 -05:00
theoreticalbts
2cc0d73609
check_reflect.py: Detect #575 (*_object using FC_REFLECT rather than FC_REFLECT_DERIVED)
2016-02-14 17:22:23 -05:00
theoreticalbts
2eaa1b553b
Merge branch 'check_reflection' into develop #562
2016-02-09 11:02:07 -05:00
theoreticalbts
078e63a79f
Merge many bugfix branches into develop
...
Merged:
492-bugfix-open-fail #492
523-bugfix-multiple-blind-xfer #523
537-cleanup-remove-operation_get_required_authorities #537
540-cleanup-settle-volume-spam #540
542-bugfix-cancel-fee #542
557-bugfix-pts-address #557
559-test-fix-zero-block-wait #559
561-bugfix-serializer-build-broken #561
562-bugfix-unreflected-fields #562
2016-02-09 10:57:21 -05:00
theoreticalbts
2822aca94d
Implement rough Python regular expression based reflection checker #562
...
Ironically this doesn't use the member_enumerator implemented in previous commit
2016-02-09 03:44:41 -05:00
theoreticalbts
915ebb5815
Implement member_enumerator to have FC dump class members #562
2016-02-09 03:44:39 -05:00
theoreticalbts
fe67b18065
js_operation_serializer: Add missing includes #466 #561
2016-02-08 15:39:01 -05:00
theoreticalbts
3edaf15652
Generate hardfork.hpp from hardfork.d directory #511
2016-01-11 10:09:03 -05:00
theoreticalbts
f1b19b1562
Merge branch '496-cleanup-license-header' into develop
2016-01-07 13:38:52 -05:00
Fabian Schuh
5111084730
[License] Modify cpp and hpp headers to MIT #496
2016-01-07 11:44:52 -05:00
theoreticalbts
3c4764ce5a
Merge branch '457-cleanup-remove-full-web-node' into develop
2016-01-07 11:32:57 -05:00
theoreticalbts
39220456ce
Remove light_client
2015-11-23 10:04:54 -05:00
theoreticalbts
751d68789a
Remove full_web_node #457
2015-11-23 10:04:26 -05:00
James Calfee
ed3ccca357
JavaScript serilizer generator updates #439
2015-11-09 17:26:51 -06:00
theoreticalbts
76ba85f93e
genesis_util: Implement generate_init_config.py
2015-10-30 10:23:21 -04:00
theoreticalbts
7d9d96fe63
genesis_util: apply_patch appends to empty list with warning
2015-10-30 10:23:21 -04:00
theoreticalbts
e564539f88
change_asset_symbol.py: Fix permissions
2015-10-23 17:38:11 -04:00
theoreticalbts
f8b8f01a78
genesis_util: Implement some more genesis utilities
2015-10-23 15:00:31 -04:00
theoreticalbts
fc13ce4478
genesis_util: Implement create_bloom_filter
2015-10-21 13:29:31 -04:00
Daniel Larimer
1423f80f40
adding support for SIGTERM to exit witness cleanly from docker
2015-10-14 16:25:37 -04:00
theoreticalbts
fc95e83732
Merge remote-tracking branch 'graphene/master' into master
2015-10-14 14:41:59 -04:00
theoreticalbts
6dced3c54a
genesis_util: Implement many new genesis utilities
2015-10-14 14:28:45 -04:00
theoreticalbts
73150e3c71
initialize initial_active_witnesses
2015-10-12 19:43:03 -04:00
theoreticalbts
5c0e5746e8
fix committee member format
2015-10-12 19:30:47 -04:00
theoreticalbts
f57cd74f1b
generate_init_patch.py: Fix small problems
2015-10-12 18:04:43 -04:00
theoreticalbts
59758802d3
Implement new genesis_util's
2015-10-12 17:01:16 -04:00
theoreticalbts
d0609e8e74
Update copyright notice for BitShares
2015-10-12 13:48:40 -04:00