Abit

Results 178 issues of Abit

Probably port from BitShares (specification https://github.com/bitshares/bsips/blob/master/bsip-0044.md, main PR https://github.com/bitshares/bitshares-core/pull/1370).

For better security, - [ ] add option to only connect to trusted peers, so certain nodes won't be visible to other peers in the network - [ ] add...

security
feature

- [ ] editline - [ ] probably websocketpp due to #2413 - [ ] others if applicable

**Bug Description** When there is something wrong on bulk insertion, the first error could be caused by a block which is many blocks prior to the head block, which means...

**User Story** As an API user I would like to know when an account or an asset was created. **Impacts** Describe which portion(s) of BitShares Core may be impacted by...

The `expiration` field of transactions is checked in `_apply_transaction()` in `db_block.cpp` ([code](https://github.com/bitshares/bitshares-core/blob/bf4b80ece55f83524b111492480088dbb0ff9139/libraries/chain/db_block.cpp#L595-L599)): ``` fc::time_point_sec now = head_block_time(); FC_ASSERT( trx.expiration

bug
informative

**Bug Description** When processing a block, we usually use `database::head_block_time()` aka `dynamic_global_properties.time` to indicate "now". We also use `database::head_block_num()`. However, these variables are updated in the middle of the process,...

hardfork
bug
informative

IIRC we have 2 sets of API's related to query for open orders of one account in one market: * `get_full_accounts` * `get_limit_orders` + `get_settle_orders` + `get_call_orders` However, both will...

api
cli
feature
1b User Story
2a Discussion Needed
3c Enhancement
6 API
6 CLI

* Added an optional base asset argument to `get_top_markets` API * get_top_market `( limit, optional base_asset )` * To implement this, the plugin now stores two ticker objects for each...

PR for #1867. @sschiessl-bcp Added APIs: - get_assets_general_info `( vector asset_symbols_or_ids )` - list_assets_general_info `( optional lower_bound, optional limit, optional asset_type )` General asset info is: ``` struct general_asset_info {...