Fabian Schuh
Fabian Schuh
https://github.com/bitshares/bsips/blob/master/bsip-0039.md
@tomtruitt, that is true. No funds need to be put upfront to become a witnesses. Though it only changes the incentives and costs of a witnesses and thus the economics,...
@shelby3 I don't mean to start a massive discussion here but let me try to clarify on the points you published on bitcointalk > 0:40 - "witness are under control...
> What happens to a shareholder when a witness that they "approve" (delegate voting power to?) happens to launch an attack? Nothing. No penalties what soever. I think I can...
Maybe we should clarify that the requirement for the irreversible block to advances is that `2/3 *NUM_BLOCK_PRODUCERS` **different** block producers produce blocks. That means that if 1/3 of all block...
Good move. Thanks for keeping me posted. I believe that this would only affect serialization in pybitshares, but there, `unsigned_int` is not used anywhere but *explicit* types are used (like...
Oh! I see. Then pybitshares is indeed affected. Shouldn't be a big deal once I know what parts will change ..
Currently not ... But I can tell you so much that the sqlite database has it's own access method which is in `bitshares/storage.py`. You may as well write your own...
Can you build a unit test for it, please? Take a look at `tests/test_prices.py`
The following operations are missing: - [ ] Operation fill_order missing! - [ ] Operation account_transfer missing! - [ ] Operation witness_create missing! - [ ] Operation proposal_delete missing! -...