Daniel Larimer
0c3a7c4bc4
Fix Issue #324 - getKeyRefs now returns for memo and active keys
2015-10-27 13:54:15 -04:00
Daniel Larimer
6336a2bc1a
fix conflicts
2015-10-23 18:14:35 -04:00
Daniel Larimer
7378fb80bc
adding API call for market fill history
2015-10-23 18:13:33 -04:00
Daniel Larimer
0ef59f6165
fix build
2015-10-23 13:34:08 -04:00
Daniel Larimer
32d6b22b7b
Merge branch 'master' into bitshares
...
Added a hardfork that is scheduled to happen years in the future after
this change has been reviewed and approved.
2015-10-23 13:30:42 -04:00
Daniel Larimer
6e554260e5
Issue #393 - HARDFORK to give cash back upon canceling an order
2015-10-23 13:26:18 -04:00
Daniel Larimer
a1640abf81
Merge branch 'master' into bitshares
2015-10-22 10:51:00 -04:00
Daniel Larimer
44b2198f97
normalize blinded_balance reflection
2015-10-22 10:50:51 -04:00
Daniel Larimer
6418f819fd
Merge branch 'master' of https://github.com/cryptonomex/graphene
2015-10-22 09:59:03 -04:00
Daniel Larimer
ddd58e946a
Fix #385 - HARDFORK to expand valid names
2015-10-21 09:29:13 -04:00
Daniel Larimer
3bc8832dde
Merge branch 'master' into bitshares
2015-10-21 08:54:53 -04:00
theoreticalbts
8488731e37
Merge branch 'master' into bitshares
2015-10-20 13:27:57 -04:00
theoreticalbts
5cd73f5683
account_object.cpp: Get rid of no-ops
2015-10-20 12:36:47 -04:00
theoreticalbts
0e41933003
asset_evaluator.cpp: Implement TODO, move feed validation checks from evaluate() to validate()
2015-10-20 12:36:47 -04:00
theoreticalbts
704f943181
address.cpp: Don't special-case BTS prefix
2015-10-20 12:36:47 -04:00
Daniel Larimer
6b469528a1
remove all hardfork checks leftover from testnet
2015-10-20 12:36:47 -04:00
Daniel Larimer
29aec3c28c
remove print spam
2015-10-19 16:48:30 -04:00
Daniel Larimer
fc48ecbfc1
HARDFORK - Enforce asset domains
2015-10-19 16:46:26 -04:00
Daniel Larimer
487046e375
Merge branch 'master' of https://github.com/cryptonomex/graphene
2015-10-19 16:46:05 -04:00
Daniel Larimer
546755484a
Fix bug where updated DB version causes crash on restart
2015-10-15 13:52:29 -04:00
Daniel Larimer
ab0d789d72
Fix bug where updated DB version causes crash on restart
2015-10-15 12:07:44 -04:00
Daniel Larimer
c528ea1ff3
update DB VERSION to force replay
2015-10-15 11:40:48 -04:00
Daniel Larimer
aa9ca16cb3
HARDFORK - Change initial permissions for assets created in genesis
2015-10-15 11:08:01 -04:00
Daniel Larimer
e85949584b
Merge branch 'master' into bitshares
2015-10-15 10:27:04 -04:00
Daniel Larimer
e5010aaa5a
improve error messages
2015-10-15 10:26:53 -04:00
Daniel Larimer
d083c5c9de
Merge branch 'master' into bitshares
...
Accepted changes from master
2015-10-14 16:22:53 -04:00
Daniel Larimer
f85dec1c23
increasing the maximum undo history
2015-10-14 16:20:29 -04:00
Daniel Larimer
ae4790bcb8
Merge branch 'master' of https://github.com/bitshares/bitshares-2
2015-10-14 16:19:21 -04:00
Daniel Larimer
15e4464300
Merge branch 'master' into bitshares
2015-10-14 14:50:38 -04:00
theoreticalbts
fc95e83732
Merge remote-tracking branch 'graphene/master' into master
2015-10-14 14:41:59 -04:00
Daniel Larimer
39fb95b66c
remove/fix address prefix checking
2015-10-14 14:33:48 -04:00
Daniel Larimer
098f2cbe2d
remove all hardfork checks leftover from testnet
2015-10-13 09:29:48 -04:00
Eric Frias
03306860d2
win32 compile fix (#warning)
2015-10-13 09:13:16 -04:00
theoreticalbts
6646957ce2
db_init.cpp: Make genesis BitAssets require 7 price feeds
2015-10-12 19:23:44 -04:00
Daniel Larimer
b325805878
fix recursion
2015-10-12 18:58:41 -04:00
theoreticalbts
9d19358a0c
db_init.cpp: Make genesis BitAssets require 7 price feeds
2015-10-12 17:01:16 -04:00
Daniel Larimer
63bd27e7d2
adding initial seed nodes
2015-10-12 15:15:46 -04:00
Daniel Larimer
52d88c57c9
prevent assets with BIT prefix
2015-10-12 14:17:18 -04:00
Daniel Larimer
91c8e709fe
change CORE to BTS
2015-10-12 14:04:56 -04:00
theoreticalbts
d0609e8e74
Update copyright notice for BitShares
2015-10-12 13:48:40 -04:00
theoreticalbts
60f0812de2
Update copyright notice
2015-10-12 13:32:47 -04:00
theoreticalbts
9ccbc55ba6
Implement chain_id #374
2015-10-12 13:32:47 -04:00
Eric Frias
9c650bddb0
Make conversions from boost's uint128_t to builtin int64_t explicit, without these
...
the compiler prefers to convert through operator bool yielding either 1 or 0.
2015-10-10 17:13:56 -04:00
theoreticalbts
434efcaa47
asset_evaluator.cpp: Fix compiler warning
2015-10-09 15:38:34 -04:00
theoreticalbts
f0f96d5a8f
Allow witness-fed and committee-fed BitAsset feeds to be specified in flags.
...
This is only technically a hardfork, in order to actually desync the chain
the witness account / committee account would need to pass a proposal to do
something in their capacity as the owner of an asset_object. It should be
fairly safe to say that this will not occur on testnet until witnesses have
upgraded.
2015-10-09 13:23:55 -04:00
Eric Frias
7fe0e64a5e
Fix two places where objects were being used after they were deleted
2015-10-09 11:43:23 -04:00
Eric Frias
2a07fba3c2
Win32 compile fixes (#warning)
2015-10-09 11:43:22 -04:00
Daniel Larimer
e68e99ed3a
Merge branch 'master' of github.com:cryptonomex/graphene
2015-10-08 16:57:45 -04:00
Daniel Larimer
514148d780
Fix #349 - Prevent potential overflow on rational math
2015-10-08 16:57:19 -04:00
theoreticalbts
97423812a1
db_init.cpp: Check for imbalanced assets
2015-10-08 16:16:51 -04:00