Vikram Rajkumar
29d4820fb9
Move CLI wallet cookbook to docs submodule
2015-07-02 13:33:13 -04:00
Daniel Larimer
62d21be888
Merge branch 'master' of https://github.com/cryptonomex/graphene
2015-07-02 13:10:19 -04:00
Daniel Larimer
892f3250b8
partial updates to the wallet cookbook
2015-07-02 13:10:12 -04:00
Vikram Rajkumar
4a84892981
Fix build errors
2015-07-02 13:04:28 -04:00
Vikram Rajkumar
4d176e73b2
Some linear vesting cleanup
2015-07-02 12:30:11 -04:00
Daniel Larimer
5a41114d94
#125 Replace ntohl with boost::endian::endian_reverse
2015-07-02 12:28:15 -04:00
Daniel Larimer
e86b1332b6
update readome
2015-07-02 12:21:07 -04:00
Daniel Larimer
871aa734ae
Update documentation and fix error messages, Fix #127
2015-07-02 12:11:43 -04:00
Daniel Larimer
68fabe1464
Progress #127 - importing balances
2015-07-02 11:18:52 -04:00
Daniel Larimer
3d220e0df6
removing platform specific header, see #125
2015-07-02 10:55:31 -04:00
Daniel Larimer
4970127fbe
Merge branch 'master' of https://github.com/cryptonomex/graphene
2015-07-02 10:52:19 -04:00
Daniel Larimer
c8839ef403
fix #128 js serializer generation
2015-07-02 10:52:16 -04:00
Eric Frias
a480912110
Add missing include for htonl on linux, #125
2015-07-02 10:49:13 -04:00
Daniel Larimer
d66ee4c8cc
remove htonl from memo checksum when it appears to provide no obvious benefit
2015-07-02 10:04:07 -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
07f621cd65
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-01 18:17:55 -04:00
Daniel Larimer
8efa2e6738
Progress auditing TODOs #108 , upgrade boost 1.58
2015-07-01 18:17:49 -04:00
Eric Frias
acd595f889
Add missing functions for registering delegates
2015-07-01 17:47:39 -04:00
Nathan Hourt
e9b015b768
Add missing header. Derp
2015-07-01 17:25:06 -04:00
Nathan Hourt
66c9606652
Progress #17 : Add assets, initial witness count to genesis state
2015-07-01 17:18:53 -04:00
Daniel Larimer
ae80339362
#82 Add more riggirous invariant checks
2015-07-01 17:10:19 -04:00
Daniel Larimer
cc767bbc7e
Resolve #103 - Implement issuer override tests
2015-07-01 16:57:22 -04:00
Daniel Larimer
bb71e1933b
Implement #103 - Override Transfers by Issuer
2015-07-01 16:21:18 -04:00
Daniel Larimer
17c999ecd5
temporary hack to resolve #118
2015-07-01 15:42:21 -04:00
Daniel Larimer
9c9f843d08
creating single-process wallet/full node
2015-07-01 15:22:04 -04:00
Daniel Larimer
2257e5da6c
#108 Rename Burn to Reserve
2015-07-01 14:43:17 -04:00
Daniel Larimer
683fb6fe32
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-01 14:05:48 -04:00
Daniel Larimer
4bbaad02a7
Progress on Burn, Reserve, Issue, Retire #108
2015-07-01 14:05:42 -04:00
Nathan Hourt
f29eaa92e2
Fix all outstanding unexpected test failures
2015-07-01 13:53:07 -04:00
Daniel Larimer
e336691e59
Fix #116 and fix build
2015-07-01 13:51:35 -04:00
Daniel Larimer
1d18fe58be
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-01 12:25:41 -04:00
Daniel Larimer
be9c771254
Fix #116 Verify Database Serialization Version
2015-07-01 12:25:39 -04:00
Nathan Hourt
5f5d819a1f
Progress #98 : Add public key to balance_claim_operation
2015-07-01 12:10:21 -04:00
Nathan Hourt
1c8e31c34a
Fix 2 of the failing tests
2015-07-01 12:10:20 -04:00
Eric Frias
609f5a746e
Quiet harmless compiler warnings
2015-07-01 11:16:25 -04:00
Eric Frias
d04e452266
Prevent writing past the end of an array when tallying witness/delegate votes
2015-07-01 09:56:37 -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
fd94046eb6
Fix integer overflow errors, work around msvc parser bugs.
2015-06-30 18:50:58 -04:00
Daniel Larimer
ce3fbbf93e
Add checks to verify fill_orders #105
2015-06-30 18:48:40 -04:00
Daniel Larimer
18a99584a2
Start #116 Index Version Checking
...
- adding changes for #115 that didn't make the last commit
2015-06-30 18:40:46 -04:00
Daniel Larimer
187ceb28b6
Merge branch 'master' of github.com:cryptonomex/graphene
2015-06-30 18:22:25 -04:00
Daniel Larimer
70964b55e5
Fix #115 Claiming BTC and PTS balances
2015-06-30 18:20:12 -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
Eric Frias
6aa9264477
Make asset precision uint8 everywhere (it was defined as a uint64 and
...
referenced as a signed short in some places, I think these were
artifacts from when precision was stored as 10^x instead of x.
2015-06-30 17:54:19 -04:00
Nathan Hourt
210c109acf
Progress #17 : Create vesting balances in genesis
2015-06-30 17:47:40 -04:00
Daniel Larimer
c41f1057d5
Merge branch 'master' of github.com:cryptonomex/graphene
2015-06-30 17:34:49 -04:00
Daniel Larimer
ede41d6f99
fix warning, add debug for svk
2015-06-30 17:34:46 -04:00
Vikram Rajkumar
49d5d276a1
Fix compiler warning
2015-06-30 17:28:45 -04:00
Daniel Larimer
9dc7189dd6
adding ability to receive a callback when a broadcast transaction is actually included in a block
2015-06-30 17:28:16 -04:00
theoreticalbts
5f5e761ca8
db_block.cpp: Fix tapos rollover logic
2015-06-30 17:07:21 -04:00