Vikram Rajkumar
d9855f9023
Clean up some TODOs; #77
2015-07-15 18:15:41 -04:00
Nathan Hourt
b056b0f499
[GUI] Tweaks to the identicon behavior
2015-07-15 18:14:48 -04:00
Nathan Hourt
05efa54598
[GUI] Add memo field to transfer form
2015-07-15 17:55:16 -04:00
Nathan Hourt
b433f90a55
[GUI] Use assets and balances in transfer form
2015-07-15 17:55:16 -04:00
theoreticalbts
2ec17e2254
wallet.cpp: Use reflection in get_prototype_operation()
2015-07-15 17:52:57 -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
8aa048661f
Remove unused undo_block and undo_transaction skip flags
2015-07-15 17:09:53 -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
Eric Frias
b6a5119226
Allow using hostnames for seed nodes
2015-07-15 15:48:01 -04:00
Eric Frias
8944facd41
Fix signed/unsigned mismatch warning
2015-07-15 14:53:43 -04:00
Eric Frias
aa794e7836
By default, log p2p messages to logs/p2p/p2p.log, default to stderr,
...
progress on #149
2015-07-15 14:38:46 -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
Nathan Hourt
b24006cca3
[GUI] Fix build
2015-07-15 00:33:33 -04:00
Nathan Hourt
59f65d1411
[GUI] Fix ownership of asset objects
2015-07-15 00:25:46 -04:00
Daniel Larimer
e5f8d0f548
removing unecessary field
2015-07-14 18:50:03 -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
Daniel Larimer
da254cdbff
Fix #158 - block summary database now only has 2^16 entries
2015-07-14 17:56:42 -04:00
Daniel Larimer
b9f6ee4f2c
adding asset fetching
2015-07-14 17:36:18 -04:00
Daniel Larimer
80319893c2
updating UI for asset supprot
2015-07-14 17:30:15 -04:00
Daniel Larimer
d1c3c7a698
Issue #157 - TAPOS Refinements
...
1. Implement a TaPoS assert operation predicate that offers full block ID
validation for transactions that want the added security. This is only
required for transactions that are of high value and transfer control of
funds to a newly created identifier and where the witnesses cannot be
trusted.
2. Remove the full block ID from the transaction digest generation.
2015-07-14 17:28:26 -04:00
Nathan Hourt
d176429dad
[GUI] Add connection loss detection and reestablishment
2015-07-14 16:50:31 -04:00
Nathan Hourt
1813e9f5f6
[GUI] Fix crash from user-after-free
...
The QML engine was taking ownership of Account objects, and garbage
collecting them when it was done with them, thus causing a crash when
the C++ accessed them. Fix by explicitly marking Account objects as
being owned by the C++ so QML doesn't garbage collect them.
2015-07-14 16:08:54 -04:00
Nathan Hourt
419ab4f932
[GUI] UX tweaks
2015-07-14 15:36:19 -04:00
Vikram Rajkumar
04392d3598
Fix witness production with 1 second block intervals
2015-07-14 15:23:55 -04:00
Nathan Hourt
5f5f376ed3
[GUI] More work on transfer form
2015-07-14 15:06:00 -04:00
Nathan Hourt
f57205a2e6
[GUI] Fix CMake error, add README.md
2015-07-14 13:06:32 -04:00
Nathan Hourt
72f5284e49
Fix build
2015-07-14 12:38:59 -04:00
Eric Frias
2f97a84cb2
Update fc submodule to fix win32 builds
2015-07-14 10:49:45 -04:00
Daniel Larimer
957381968b
lookup of account by name and id work
2015-07-14 09:46:38 -04:00
Daniel Larimer
98e761c9c2
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-13 17:24:29 -04:00
Daniel Larimer
3b1fb47872
Crazy Bug
2015-07-13 17:24:25 -04:00
Nathan Hourt
3ad1c1715d
[GUI] Add name field and identicon to transfer form
2015-07-13 17:22:17 -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
theoreticalbts
c019f18bd4
Implement recent_slots_filled and use it to measure witness participation
2015-07-13 17:02:00 -04:00
theoreticalbts
78f0cfa5cc
account_evaluator.cpp: Remove unused global_property_object
2015-07-13 16:48:16 -04:00
Daniel Larimer
0beeac94aa
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-13 16:23:22 -04:00
Daniel Larimer
8faec763c8
Names must now be unique.
2015-07-13 16:23:12 -04:00
Nathan Hourt
b8bd8a1905
[GUI] Add debugging UI for fetching accounts
2015-07-13 16:21:05 -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
12d8f3732e
Minor
2015-07-13 16:08:16 -04:00