Commit graph

483 commits

Author SHA1 Message Date
Michael Neynens
f950eb3c25 Fixed app_test by adding genesis file generator 2019-04-02 23:34:32 -07:00
Michael Neynens
3b83fb9330 Made GRAPHENE_TESTING_GENESIS_TIMESTAMP % 5 == 0. 5 is GRAPHENE_DEFAULT_BLOCK_INTERVAL 2019-04-02 23:33:25 -07:00
Fabian Schuh
c9dd3aea66
Fix unittest 2019-02-07 15:42:01 +01:00
Fabian Schuh
6f3ddc0719
Merge branch 'hardfork' into feature/duplicate-operation-check-hardfork 2019-02-07 15:34:16 +01:00
dimfred
75e339e42f Fixed network_broadcast_tests, added cases 2019-02-06 14:25:37 +01:00
Fabian Schuh
74f295ba40
Merge branch 'beatrice' into develop 2019-01-28 09:45:57 +01:00
dimfred
4875c7a0f9 Fix Duplication operation check 2018-12-20 09:58:57 +01:00
Fabian Schuh
381946bab7
Merge pull request #1 from oxarbitrage/dividends_testcases
Dividends testcases fixes
2018-12-18 15:53:08 +01:00
Alfredo
0b1e53234f add last_vote_time to account statistics 2018-12-17 18:50:05 -03:00
Alfredo
23750be366 remove more not needed includes from dividend tests 2018-12-15 23:15:19 -03:00
Alfredo
8112a8347a remove not needed includes 2018-12-15 21:53:07 -03:00
Alfredo
7606eb634a move and fix dividend tests 2018-12-15 20:36:35 -03:00
Alfredo
100a415825 comment out fee_pool core check 2018-12-15 20:35:47 -03:00
Alfredo
33a4759f31 make GRAPHENE_TESTING_GENESIS_TIMESTAMP divisible by 3 2018-12-15 16:20:14 -03:00
Fabian Schuh
a7b145002d
fix unit tests 2018-10-12 07:53:01 +02:00
Fabian Schuh
cc7953672c
Merge remote-tracking branch 'origin/fix_asset_create_fee' into testnet-beatrice 2018-10-11 14:22:33 +02:00
Fabian Schuh
d8f3f6b399
Merge remote-tracking branch 'origin/list_pending_proposals_api' into testnet-beatrice 2018-10-11 14:20:53 +02:00
Fabian Schuh
7d6432e4bf
Merge remote-tracking branch 'origin/sport_n_events_api_extension_release' into beatrice 2018-10-11 14:08:23 +02:00
Fabian Schuh
d0c6c49e44
Merge remote-tracking branch 'origin/broadcast-api-operations-duplication-check' into beatrice 2018-10-11 13:54:31 +02:00
Fabian Schuh
fc21e79206
Fix rebase 2018-10-11 13:36:49 +02:00
Peter Conrad
b40e823875
Added unit test for affiliate_stats plugin and API 2018-10-10 14:26:38 +02:00
Peter Conrad
ac078afff0
More refactoring 2018-10-10 14:26:38 +02:00
Peter Conrad
95844b3ef3
Refactored tests, step 1 2018-10-10 14:26:38 +02:00
Peter Conrad
9cfd190fa1
Added bookie payout test 2018-10-10 14:26:21 +02:00
Peter Conrad
abf909803c
Refactored betting market macros into common header 2018-10-10 14:26:21 +02:00
Peter Conrad
d8828dc3a9
Refactored betting market macros into common header 2018-10-10 14:26:20 +02:00
Peter Conrad
55fb6c4ce2
Test affiliate payout in RPS tournament 2018-10-10 14:25:57 +02:00
Peter Conrad
d25604e467
Refactored tournament_helper into common files 2018-10-10 14:25:57 +02:00
Peter Conrad
517c86c60f
Refactored handling of asset_id 2018-10-10 14:25:57 +02:00
Peter Conrad
2ecde50d48
Added test for payout helper 2018-10-10 14:25:56 +02:00
Peter Conrad
86fdba0782
Added unit tests for setting affiliate_distribution during account creation 2018-10-10 14:24:42 +02:00
Andrew Moore
da799f84b0 Updating licensing 2018-10-09 11:33:31 -03:00
Peter Conrad
b0afddaa6b Move new chain parameters into extensions 2018-09-05 16:43:35 +02:00
Peter Conrad
0a2af8afb2 Merge remote-tracking branch 'origin/baxter' 2018-09-04 14:52:48 +02:00
Apr Team
6d1538166a Removed licence header from unit-tests. 2018-07-13 13:13:55 +03:00
Apr Team
63f4c7f2c5 Added pending list check. 2018-07-12 17:18:55 +03:00
Apr Team
7c47df8a6b Added test for serveral proposals with several operations of mixed types. 2018-07-06 16:40:05 +03:00
Apr Team
8094431613 Refactoring after review. 2018-07-06 15:29:15 +03:00
Apr Team
e6f56af1b6 Fixed small issue in test + removed explicit check for duplicates in pending transactions.
They are covered by proposal storage check.
2018-07-05 16:16:16 +03:00
Apr Team
140ecd7532 Added more tests. Fixed offsets in the db file. Pathced the network_broadcast_api. 2018-07-05 13:58:36 +03:00
Apr Team
1c74bba60d Moved check for duplicates to the database. Removed code duplication from unit-tests 2018-07-05 12:58:59 +03:00
Apr Team
9fd4fe6713 Added couple of tests. 2018-07-04 19:49:05 +03:00
Apr Team
4a9ca67b60 Added check for operation existing in pending proposals. 2018-07-04 19:31:32 +03:00
Apr Team
f90949c666 Added correct test for canceled matched bets. 2018-06-21 17:58:01 +03:00
Apr Team
287f716133 Refactroed tests for canceling various events, markets and market groups. 2018-06-15 16:57:11 +03:00
Apr Team
7cc47abc4a Added tests for various merket groups states. 2018-06-15 16:03:59 +03:00
Apr Team
7009922ac5 Added tests for various events state canceling. 2018-06-15 15:46:08 +03:00
Apr Team
9ace0af43f Added tests for absent sport and event group deletion. 2018-06-15 13:51:03 +03:00
Eric Frias
ef369658ea Restore the original bet matching for back taker bets 2018-05-30 18:22:10 -07:00
Michael Neynens
c7e63f08cb Fixed operation_tests 2018-05-24 17:03:03 -07:00