Merge branch 'master' into bsip38
This commit is contained in:
commit
9031dfaf9f
10 changed files with 26 additions and 26 deletions
18
README.md
18
README.md
|
@ -36,12 +36,12 @@ Number | Title |
|
|||
[26](bsip-0026.md) | Refund Order Creation Fee in Originally Paid Asset on Cancel | Abit More | Protocol | Accepted
|
||||
[27](bsip-0027.md) | Asset Issuer Reclaim Fee Pool Funds | Abit More | Protocol | Accepted
|
||||
[28](bsip-0028.md) | Worker Proposal Improvements | Bill Butler | Protocol | Draft
|
||||
[29](bsip-0029.md) | Asset issue change to require owner authority | Fabian Schuh | Protocol | Draft
|
||||
[30](bsip-0030.md) | Always Allow Increasing Collateral Ratio If Debt Not Increased | Abit More | Protocol | Draft
|
||||
[31](bsip-0031.md) | Update Short Position's Margin Call Price After Partially Called Or Settled | Abit More | Protocol | Draft
|
||||
[32](bsip-0032.md) | Always Match Orders At Maker Price | Abit More | Protocol | Draft
|
||||
[33](bsip-0033.md) | Maker Orders With Better Prices Take Precedence | Abit More | Protocol | Draft
|
||||
[34](bsip-0034.md) | Always Trigger Margin Call When Call Price Above Or At Price Feed | Abit More | Protocol | Draft
|
||||
[35](bsip-0035.md) | Mitigate Rounding Issue On Order Matching | Abit More | Protocol | Draft
|
||||
[36](bsip-0036.md) | Remove expired price feeds on maintenance interval | oxarbitrage | Protocol | Draft
|
||||
[37](bsip-0037.md) | Allow new asset name to end with a number | oxarbitrage | Protocol | Draft
|
||||
[29](bsip-0029.md) | Asset issue change to require owner authority | Fabian Schuh | Protocol | Accepted
|
||||
[30](bsip-0030.md) | Always Allow Increasing Collateral Ratio If Debt Not Increased | Abit More | Protocol | Accepted
|
||||
[31](bsip-0031.md) | Update Short Position's Margin Call Price After Partially Called Or Settled | Abit More | Protocol | Accepted
|
||||
[32](bsip-0032.md) | Always Match Orders At Maker Price | Abit More | Protocol | Accepted
|
||||
[33](bsip-0033.md) | Maker Orders With Better Prices Take Precedence | Abit More | Protocol | Accepted
|
||||
[34](bsip-0034.md) | Always Trigger Margin Call When Call Price Above Or At Price Feed | Abit More | Protocol | Accepted
|
||||
[35](bsip-0035.md) | Mitigate Rounding Issue On Order Matching | Abit More | Protocol | Accepted
|
||||
[36](bsip-0036.md) | Remove expired price feeds on maintenance interval | oxarbitrage | Protocol | Accepted
|
||||
[37](bsip-0037.md) | Allow new asset name to end with a number | oxarbitrage | Protocol | Accepted
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
BSIP: 0029
|
||||
Title: Asset issue change to require owner authority
|
||||
Authors: Fabian Schuh <Fabian.Schuh@blockchainprojectsbv.com>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-01-28
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/199
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
BSIP: 0030
|
||||
Title: Always Allow Increasing Collateral Ratio If Debt Not Increased
|
||||
Author: Abit More <https://github.com/abitmore>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-16
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/583,
|
||||
https://github.com/bitshares/bitshares-core/issues/672
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.91
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
BSIP: 0031
|
||||
Title: Update Short Position's Margin Call Price After Partially Called Or Settled
|
||||
Author: Abit More <https://github.com/abitmore>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-16
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/343,
|
||||
https://github.com/bitshares/bitshares-core/issues/649
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.92
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
BSIP: 0032
|
||||
Title: Always Match Orders At Maker Price
|
||||
Author: Abit More <https://github.com/abitmore>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-16
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/338
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.93
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
BSIP: 0033
|
||||
Title: Maker Orders With Better Prices Take Precedence
|
||||
Author: Abit More <https://github.com/abitmore>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-17
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/625,
|
||||
https://github.com/bitshares/bitshares-core/issues/453
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.94
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
BSIP: 0034
|
||||
Title: Always Trigger Margin Call When Call Price Above Or At Price Feed
|
||||
Author: Abit More <https://github.com/abitmore>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-18
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/606
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.95
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
BSIP: 0035
|
||||
Title: Mitigate Rounding Issue On Order Matching
|
||||
Author: Abit More <https://github.com/abitmore>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-19
|
||||
Discussion: https://github.com/bitshares/bitshares-core/issues/132,
|
||||
https://github.com/bitshares/bitshares-core/issues/184,
|
||||
https://github.com/bitshares/bitshares-core/issues/342
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.96
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
BSIP: 0036
|
||||
Title: Remove expired price feeds on maintenance interval
|
||||
Author: oxarbitrage <https://github.com/oxarbitrage>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-22
|
||||
Discussion: https://bitsharestalk.org/index.php?topic=25996.0
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.97
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
BSIP: 0037
|
||||
Title: Allow new asset name to end with a number
|
||||
Author: oxarbitrage <https://github.com/oxarbitrage>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Protocol
|
||||
Created: 2018-02-23
|
||||
Discussion: https://bitsharestalk.org/index.php?topic=25997.0
|
||||
Replaces: -
|
||||
Worker: To be done
|
||||
Worker: 1.14.98
|
||||
|
||||
# Abstract
|
||||
|
||||
|
|
Loading…
Reference in a new issue