Eric Frias
c78ec26b34
Update fc submodule
2015-08-25 17:31:04 -04:00
Eric Frias
20a0d2befe
update fc submodule
2015-08-15 19:15:03 -04:00
Eric Frias
65856bd4d2
Update fc submodule
2015-08-15 19:11:53 -04:00
Eric Frias
667196e281
Update fc submodule
2015-08-15 18:51:08 -04:00
Eric Frias
780100b4b8
Update fc submodule
2015-08-10 18:22:44 -04:00
Eric Frias
203b816694
Update fc submodule
2015-08-04 11:25:21 -04:00
Eric Frias
8927e800af
Merge branch 'github_master'
...
Conflicts:
CMakeLists.txt
libraries/fc
libraries/wallet/include/graphene/wallet/wallet.hpp
2015-07-14 17:33:03 -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
3c24e1251b
Update fc submodule
2015-07-14 10:52:02 -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
Vikram Rajkumar
34598df149
Fix a test failure
2015-07-13 16:08:16 -04:00
Vikram Rajkumar
cc300937c7
Update submodules
2015-07-13 16:08:16 -04:00
Daniel Larimer
4e3d75cb05
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-13 15:41:17 -04:00
Daniel Larimer
f01a5889e6
Added ability to fetch accounts
2015-07-13 15:41:06 -04:00
theoreticalbts
e876c5fb81
Organize temporary files under GRAPHENE_TEMPDIR (or /tmp/graphene-tmp if undefined)
2015-07-13 15:15:55 -04:00
Daniel Larimer
41de02aadb
this file shouldn't be here
2015-07-13 14:36:15 -04:00
Nathan Hourt
8108360a1b
[GUI] Remove datadir argument, set app metadata
2015-07-13 14:35:17 -04:00
Nathan Hourt
bca5eb1fc9
[GUI] Initial work on showing dialogs
2015-07-13 14:21:32 -04:00
Nathan Hourt
2fda814b76
[GUI] Ben: Y U Break my CMakeLists?
2015-07-13 14:20:36 -04:00
Daniel Larimer
bfd7f372b6
interthread communication added
2015-07-13 14:14:58 -04:00
Daniel Larimer
ef76b3daab
creating thread/basic linking
2015-07-13 13:56:30 -04:00
Daniel Larimer
1d50dcd17b
fix build
2015-07-13 13:24:30 -04:00
Nathan Hourt
7d18c286a4
[GUI] Build out infrastructure a bit
2015-07-13 13:19:10 -04:00
theoreticalbts
eb4f39e78c
wallet.cpp: Set correct expiration in register_account
2015-07-13 12:33:52 -04:00
theoreticalbts
38c68e1f5d
wallet.cpp: Implement suggest_brain_key
2015-07-13 12:33:52 -04:00
theoreticalbts
e201e59b3d
Define GRAPHENE_MIN_BLOCK_INTERVAL and use it to fix minimum_time_of_last_offered_block logic #154
2015-07-13 12:33:52 -04:00
Daniel Larimer
a05d88b044
Fix #151 - Witnesses do not produce consecutively
...
- added an option (on by default) to prevent a witness from signing two
blocks in a row because this most likely indicates they have been cut
off from the network.
- added an option where a witness will not produce a block if the
witness participation rate is below a configurable threshold (default
to 33%)
2015-07-13 09:47:03 -04:00
Daniel Larimer
f19ed0c697
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-13 08:24:23 -04:00
Daniel Larimer
068e579a5f
Update error message for #156
...
Made the error more human friendly.
2015-07-13 08:23:51 -04:00
theoreticalbts
af638cdd6d
light_client: Don't use AUTORCC as it requires CMake 3+
2015-07-11 16:31:40 -04:00
Nathan Hourt
8441df260c
[GUI] Remove MainForm.qml, persist geometry
2015-07-10 18:56:04 -04:00
Nathan Hourt
81dd83226b
Add simple demo GUI
2015-07-10 17:37:39 -04:00
Daniel Larimer
e8d2b45d67
improve authority checking performance, adding automatic transaction signing helpers
2015-07-10 15:56:44 -04:00