Commit graph

2483 commits

Author SHA1 Message Date
Eric Frias
90553db95b Update key core asset and key prefix to PPY.
Add BitShares sharedrop balances, PEERPLAYS token balances, and reserved
accounts for exchanges to genesis file.
2017-05-24 13:19:02 -04:00
Roman Olearski
cd67d72fee converting bitcoin addresses in genesis.json 2017-05-24 09:57:30 +02:00
Roman Olearski
c6b44ccd38 extending genesis.json initial_vesting_balances with begin_balance 2017-05-23 22:03:12 +02:00
Roman Olearski
0612986e82 added bitcoin initial balances to genesis 2017-05-23 21:48:21 +02:00
Roman Olearski
8d73141d8b preparing genesis.json db_init.cpp for PPY 2017-05-23 18:21:51 +02:00
Vikram Rajkumar
9d2e5ca45a Merge pull request #286 from SahkanDesertHawk/patch-1
Update application.cpp
2017-05-22 20:34:40 -05:00
Sigve Kvalsvik
f90eea1238 Update gui_version 2017-05-22 21:55:17 +02:00
Roman Olearski
b6929c9f5e Merge branch 'rock-paper-scissors-ro' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into rock-paper-scissors-ro 2017-05-22 20:15:13 +02:00
Roman Olearski
0c14896a3d done acounts_list_plugin 2017-05-22 19:49:10 +02:00
Roman Olearski
fcc1cb28bd Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into rock-paper-scissors 2017-05-22 17:59:03 +02:00
Roman Olearski
3e4d9c2aa3 added acounts_list_plugin 2017-05-22 17:57:35 +02:00
Roman Olearski
0329c0eadd added acounts_list_plugin 2017-05-22 17:47:48 +02:00
SahkanDesertHawk
68247a9ec9 Update application.cpp 2017-05-21 18:34:19 -10:00
Vikram Rajkumar
5e095b0da7 Update docs submodule 2017-05-21 20:04:18 -05:00
Vikram Rajkumar
5ba307e7ea Placeholder to list contributors 2017-05-21 18:46:27 -05:00
Vikram Rajkumar
f13698370b Clean up replay logic; resolve #175 2017-05-21 18:40:54 -05:00
Vikram Rajkumar
aaf6c5e8f8 Merge remote-tracking branch 'cnx/587-bugfix-witness-reindex-logic' 2017-05-21 17:10:10 -05:00
Vikram Rajkumar
c3d8311303 Merge remote-tracking branch 'cnx/master' 2017-05-21 14:58:45 -05:00
Vikram Rajkumar
1288a86af6 Update fc submodule 2017-05-21 14:54:51 -05:00
Roman Olearski
3f62223b18 added betting methods to the cli_wallet 2 2017-05-20 11:36:00 +02:00
Roman Olearski
b2e9af164c added betting methods to the cli_wallet 2017-05-18 13:06:35 +02:00
Vikram Rajkumar
cda895abd6 Update seed node 2017-05-16 13:18:38 -05:00
Fabian Schuh
9b80bbb5bb Merge pull request #677 from ryanRfox/676-apply_block-validate-tx-sig
_apply_block: don't skip trx signature validation
2017-05-15 06:32:38 +02:00
Ryan R. Fox
a61b360eed Update db_block.cpp
Ensure the transaction signature is validated.
2017-05-12 13:39:37 -05:00
Vikram Rajkumar
6e9c0adf5d Update seed nodes 2017-05-10 15:52:10 -05:00
Abit
8c0668de36 Merge pull request #272 from charles-cooper/master
Fix typo in README.md (LICENSE location)
2017-05-10 20:23:52 +02:00
Abit
42afa14012 Merge pull request #274 from bitshares/273-sync-error
Fix `block_num != 0` syncing issue #273
2017-05-10 20:22:36 +02:00
Abit
db9669a264 _apply_block: don't skip trx signature validation 2017-05-10 20:20:18 +02:00
oxarbitrage
8dd663aaf6 get_relative_account_history: adding limit > 0 check #279 (#281) 2017-05-10 17:33:40 +02:00
oxarbitrage
d482273add Expose get_relative_account_history to cli_wallet (#277) 2017-05-10 01:58:42 +02:00
Abit
fb825774c0 Merge pull request #280 from oxarbitrage/patch-9
fix get_relative_account_history node api call #279
2017-05-10 01:56:58 +02:00
oxarbitrage
13c3fa0af7 fix get_relative_account_history node api call
for issue https://github.com/bitshares/bitshares-core/issues/279 and as discussed in telegram with @abitmore.
2017-05-09 20:20:19 -03:00
Roman Olearski
afd03f90ae Merge branch 'betting' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting 2017-05-09 13:50:47 +02:00
Roman Olearski
c18945f592 added reflections for betting API Calls 2017-05-09 13:49:41 +02:00
Eric Frias
428911db02 Fix an bug that was accounting for bets that couldn't be placed due to insufficient
funds.  Implement (commented-out) automatic random bets, along with invariant
checks between each bet.
2017-05-09 13:46:51 +02:00
Abit
27f2808520 Fix block_num != 0 syncing issue #273 2017-05-06 23:46:09 +02:00
Charles Cooper
68659edc9a Fix typo in README.md (LICENSE location) 2017-05-05 15:46:30 -07:00
Eric Frias
dd3b9ee536 Fix an bug that was accounting for bets that couldn't be placed due to insufficient
funds.  Implement (commented-out) automatic random bets, along with invariant
checks between each bet.
2017-05-02 19:24:03 -04:00
Eric Frias
c706310632 Random bet generation. In the complex system, simulate backs first and also lays first to see if there's
a difference.  Stop if we detect an error during random bets
2017-04-27 19:29:26 -04:00
Eric Frias
4f3a5a8b01 Add cancel bet, invariants 2017-04-27 19:29:26 -04:00
Eric Frias
04f5e9744b Update the engine to use the new simplified calculation method. 2017-04-27 19:29:26 -04:00
Eric Frias
4074b40adf Update to prototype of new betting algorithm 2017-04-27 19:29:26 -04:00
Eric Frias
e1f79dc58b Initial sandbox for testing betting algorithms (uses the original simplified
algorithm that doesn't allow you to place bets you can't immediately fund)
2017-04-27 19:29:26 -04:00
Vikram Rajkumar
175d3d22da Update README 2017-04-26 12:47:43 -05:00
Vikram Rajkumar
7d77cbf15b Better fix for Clang 4+ 2017-04-26 12:22:54 -05:00
Vikram Rajkumar
5437722299 Fix compilation on Clang 4+ 2017-04-26 11:59:20 -05:00
Vikram Rajkumar
365987e77f Update fc submodule 2017-04-25 21:18:47 -05:00
Vikram Rajkumar
cfb2718a1e Fix build; #262 2017-04-25 21:18:16 -05:00
Vikram Rajkumar
b50409de37 Merge pull request #263 from oxarbitrage/issue262_2
added get_block_header issue #262
2017-04-21 14:34:51 -05:00
Vikram Rajkumar
192a891792 Merge pull request #264 from oxarbitrage/patch-5
additional console log for already in use p2p port
2017-04-21 13:31:36 -05:00