Nathan Hourt
a4e5a03973
Resolve #161 : Fix account creation fee scaling
2015-08-10 16:39:09 -04:00
theoreticalbts
0e76af1fe0
Add egenesis_none to targets in tests/ directory, fix #227
2015-08-10 12:38:01 -04:00
Nathan Hourt
9510960bf5
Resolve #193 : Test transfer with memo
2015-08-07 16:33:51 -04:00
theoreticalbts
0295f10387
block_tests.cpp: Implement optional_tapos test to ensure backend doesn't force TaPoS
2015-08-06 13:08:53 -04:00
theoreticalbts
2e9876b557
Implement chain-locked transactions
2015-08-06 12:56:37 -04:00
theoreticalbts
1b5a7cb213
Implement max_auth_exceeded exception, internal exc framework, small refactor
...
Refactor tasks:
- Delete obsolete, commented-out implementation of verify_authority
- Make verify_authority_accounts an implementation detail of account_evaluator.cpp
- Create internal_exception macros / header
- Implement max_auth_exceeded and auth_account_not_found exceptions
2015-07-28 17:10:52 -04:00
theoreticalbts
36e155bc0c
Implement tx_duplicate_sig exception, fix committee_authority test
2015-07-28 17:10:52 -04:00
theoreticalbts
54103da9a8
Implement tx_irrelevant_sig exception, fix assert_op_test
2015-07-28 17:10:52 -04:00
theoreticalbts
6bebdbad1c
Make unit tests query get_slot_time() instead of doing own time computations
...
Fixed unit tests: witness_apy_test, generate_empty_blocks, undo_block,
fork_blocks, undo_pending, switch_forks_undo_create, duplicate_transactions,
tapos, change_block_interval
2015-07-28 11:58:22 -04:00
theoreticalbts
5b9cd9122e
Implement skip_slots
2015-07-28 11:58:22 -04:00
Daniel Larimer
9aab9ffa68
fix #205 tests no longer attempt to validate empty transactions
2015-07-24 17:21:54 -04:00
theoreticalbts
d33e64e407
operation_tests2.cpp: Fix set_expiration logic in some tests broken by parent commit
...
Fixed tests: withdraw_permission_nominal_case, withdraw_permission_test, proposal_owner_authority_complete
2015-07-23 17:01:39 -04:00
theoreticalbts
86456ba6e0
tests: Set expirations with helper function instead of ad hoc in each test
2015-07-23 17:01:39 -04:00
Vikram Rajkumar
c14ac442f5
Simplify genesis state; #17
2015-07-23 11:53:36 -04:00
theoreticalbts
83c8b4c5f9
transaction.cpp: Implement minimize_required_signatures and nonminimal_sig_test
2015-07-22 17:13:45 -04:00
Daniel Larimer
6f19268ffd
Merge branch 'confidential'
2015-07-22 16:24:07 -04:00
theoreticalbts
9c1be851cd
authority_tests.cpp: Initial implementation of get_required_signatures_test #182
2015-07-22 16:01:14 -04:00
theoreticalbts
085013fbd8
database_fixture.hpp: Add {name}_public_key to fields defined by ACTOR macro
2015-07-22 16:01:14 -04:00
Daniel Larimer
be65c277c9
Implement and Test Confidential Transactions
...
This checkin contains a fully functional confidential transaction
integration with passing unit tests.
2015-07-22 14:45:13 -04:00
theoreticalbts
d827c5df28
block_tests.cpp: Remove redundant, unimplemented force_settlement test
2015-07-21 16:07:14 -04:00
theoreticalbts
f06a5dccda
operation_tests.cpp: Remove unimplemented bulk_discount_test #169
2015-07-21 16:07:14 -04:00
theoreticalbts
1430fab0f4
operation_tests.cpp: Add messages to update_uia test, fix check failing due to previous commit
2015-07-21 16:07:14 -04:00
theoreticalbts
5f12f3f445
operation_tests2.cpp: Implement force_settlement_test
2015-07-21 16:07:14 -04:00
theoreticalbts
cb2031a1e4
uia_tests.cpp: Remove mistakenly copy-pasted notes
2015-07-21 16:07:13 -04:00
Vikram Rajkumar
d0b8c66aad
Fix Linux Clang build with missing includes; resolve #174
2015-07-20 14:57:08 -04:00
theoreticalbts
c67acc0cf5
uia_tests.cpp: Implement transfer_restricted_test
2015-07-17 20:48:49 -04:00
theoreticalbts
5655d47a6f
operation_tests.cpp: Delete unimp_transfer_cashback_test, superseded by cashback_test
2015-07-17 19:15:29 -04:00
theoreticalbts
d52461b77b
operation_tests.cpp: Implement reserve_asset_test
2015-07-17 15:54:18 -04:00
Daniel Larimer
d065984854
fix crash due to bad cast
2015-07-17 01:32:52 -04:00
Daniel Larimer
8c6e0b9e55
Refactor Authority Checking
...
transaction_evaluation_state no longer tracks authority validation.
Authority validation is now compeltely independent of the database.
2015-07-17 00:41:43 -04:00
Daniel Larimer
dc8849f23b
Active key is not required when owner key present
...
- when updating account there is no need to sign with the active key if
the owner has signed.
- when updating an account the active key is enough to update the
active key.
2015-07-16 16:09:32 -04:00
theoreticalbts
c527b2d41e
operation_tests.cpp: Implement cover_with_collateral_test
2015-07-16 15:32:58 -04:00
theoreticalbts
bc9a3173ec
database_fixture: Make borrow() return object
2015-07-16 15:32:58 -04:00
theoreticalbts
a4496eccb8
Fix #162 by adding an active authority to tests that use account_create_op directly
2015-07-15 17:22:47 -04:00
theoreticalbts
6f4eb55756
operation_tests2.cpp: Set skip_flags to deal with gaps in balance_object_test
2015-07-15 17:02:24 -04:00
theoreticalbts
8cc683374a
operation_tests.cpp: set_expiration_time in transfer_core_asset test
2015-07-15 16:43:42 -04:00
theoreticalbts
8c91d17301
fee_tests.cpp: Rewrite cashback_test to compute ref amounts instead of using hardcoded numbers
2015-07-15 16:22:12 -04:00
Daniel Larimer
9671a92c43
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-15 14:18:32 -04:00
Daniel Larimer
7f54d3d077
Issue #160 - Dynamic Undo History / Minority Fork
...
The blockchain now has a minimal participation requirement that can only
be overridden with checkpoints. Any time participation falls below a
minimal level no new blocks may be added.
Currently it requires 66% participation and tolerates short periods of
time below 66% participation with a maximum of 500 consecutive blocks
missed. For every two blocks produced 1 can be missed with a slack of
999 bias.
2015-07-15 14:13:24 -04:00
theoreticalbts
15724170b8
Fix test failures due to now-required expiration
2015-07-15 13:53:55 -04:00
theoreticalbts
a751d90e00
Move witness pay to VBO, update test #142
2015-07-15 12:36:26 -04:00
Daniel Larimer
a60c506cc7
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-14 18:48:12 -04:00
Daniel Larimer
cfa95a3f57
Issue #157 - make trx expiration absolute
...
This is done to comply with the policy that transactions should be self
describing and not depend upon implied state. This makes things easier
for everyone to understand exactly when a transaction will be invalid
without having to refer to chain state.
2015-07-14 18:46:58 -04:00
theoreticalbts
cfd9dd0f75
app_test: Rewrite broken two_node_network test
2015-07-14 18:17:01 -04:00
theoreticalbts
6fd566e6f7
block_tests.cpp: Test witness participation rate
2015-07-13 17:02:00 -04:00
theoreticalbts
d48e97cab7
Test recent_slots_filled
2015-07-13 17:02:00 -04:00
Vikram Rajkumar
2f429e07f1
Rename bad references to delegate -> committee member; #147
2015-07-13 16:08:17 -04:00
Vikram Rajkumar
6043586d15
Rename bad references to delegate -> witness; #147
2015-07-13 16:08:17 -04:00
Vikram Rajkumar
70b77be3bc
Rename bad references to genesis account -> committee account; #147
2015-07-13 16:08:16 -04:00
Vikram Rajkumar
34598df149
Fix a test failure
2015-07-13 16:08:16 -04:00