Commit graph

39 commits

Author SHA1 Message Date
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
Eric Frias
6237740ebc Fix compile error introduced in a799f064d4 2015-07-10 11:46:24 -04:00
Daniel Larimer
a799f064d4 Adding extension points #141 2015-07-09 17:29:30 -04:00
Daniel Larimer
84a83042ff update js operation seralizer 2015-07-09 12:21:56 -04:00
Daniel Larimer
786c65d4b4 Merge branch 'master' into fee_refactor 2015-07-09 08:43:45 -04:00
Daniel Larimer
fdcf821c41 Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
Nathan Hourt
6436f0142f Fix witness/delegate count voting; fix unclean witness shutdown on mac 2015-07-08 16:00:22 -04:00
theoreticalbts
7bb608a305 types.hpp: Remove parameter_extension as it breaks js_operation_serializer 2015-07-07 22:28:43 -04:00
theoreticalbts
ad7d0841c2 saltpass.py: Implement simple salted hash script 2015-07-07 16:04:32 -04:00
Daniel Larimer
86df9c04fd Progress #141 - defining extension parameters 2015-07-07 09:02:36 -04:00
Vikram Rajkumar
29d4820fb9 Move CLI wallet cookbook to docs submodule 2015-07-02 13:33:13 -04:00
Daniel Larimer
892f3250b8 partial updates to the wallet cookbook 2015-07-02 13:10:12 -04:00
Daniel Larimer
871aa734ae Update documentation and fix error messages, Fix #127 2015-07-02 12:11:43 -04:00
Daniel Larimer
c8839ef403 fix #128 js serializer generation 2015-07-02 10:52:16 -04:00
Daniel Larimer
fefa0f65f8 Issue #106 - Removing KeyObject
- this is a major refactor of the code and may have broken some behavior
in the wallet or witness nodes.
- this commit changes the serialization of operations
- the chain_tests pass
2015-07-02 01:52:45 -04:00
Daniel Larimer
9c9f843d08 creating single-process wallet/full node 2015-07-01 15:22:04 -04:00
Daniel Larimer
e336691e59 Fix #116 and fix build 2015-07-01 13:51:35 -04:00
Eric Frias
67bda9075f Display error message for invalid command line arguments instead of crashing 2015-07-01 09:55:41 -04:00
Eric Frias
9856d5e8fd Fix CLI commands for creating witnesses, add commands for listing
witnesses, registering witness url.
Derive memo, witness, etc. keys from the active key.
Make witness_create_operation accept relative key identifiers.
Prevent wif_to_key from throwing on invalid base58 input.
Make witness_node accept witness keys in WIF format.
2015-06-30 17:54:19 -04:00
Nathan Hourt
c530867933 Progress #17
- Add initial support for vesting genesis balances
- Add owner/active keys to genesis accounts
- Cleanup circa balance_object and evaluator
2015-06-30 17:05:17 -04:00
theoreticalbts
417f869dea Revert "cli_wallet: Implement HTTP header for wallet unlocking"
This reverts commit 8db1b930f3.
Since cli_wallet itself makes no effort to be stateless, we
can simply unlock in a separate call.  Removing the ability
to use the header to unlock reduces the potential for user
confusion about whether the HTTP API provides security
(it does not).
2015-06-30 03:08:34 -04:00
theoreticalbts
8db1b930f3 cli_wallet: Implement HTTP header for wallet unlocking 2015-06-30 03:01:58 -04:00
theoreticalbts
cabc357eab cli_wallet: Add dedicated HTTP server to workaround #1 2015-06-30 03:01:58 -04:00
theoreticalbts
52d34cc978 Implement size_checker to show operation sizes 2015-06-29 15:14:47 -04:00
Eric Frias
c80e0c09ba Make CLI wallet return 0 when exiting normally 2015-06-25 16:30:41 -04:00
Eric Frias
d193e7701d Attempted fix for #96 2015-06-25 15:43:12 -04:00
Daniel Larimer
ed859277ef Merge branch 'master' of github.com:cryptonomex/graphene 2015-06-23 18:23:45 -04:00
Daniel Larimer
20a10a074b Issue #47 market history added to api 2015-06-23 18:23:41 -04:00
Vikram Rajkumar
e662180981 Update submodules 2015-06-23 17:54:59 -04:00
Vikram Rajkumar
0b854bc702 Build with TCMalloc if available 2015-06-23 17:54:59 -04:00
theoreticalbts
da77990b72 Implement field_reflector and assert_op 2015-06-22 13:26:08 -04:00
Daniel Larimer
a14500a364 merge from master, clean up test output 2015-06-18 15:40:38 -04:00
Nathan Hourt
9291250214 Issue #52: working my way out of the rabbit hole
Evils abound. And tests still fail.
2015-06-18 15:08:51 -04:00
Daniel Larimer
2ae6ce9cdc updating tests to remove references to short 2015-06-16 12:17:09 -04:00
Vikram Rajkumar
6337f94555 Remove bond operations 2015-06-15 15:37:38 -04:00
Vikram Rajkumar
17693e6299 Remove file write operation 2015-06-15 15:36:47 -04:00
Nathan Hourt
0a945b0257 Initial commit 2015-06-08 12:36:37 -04:00