Skip to content

Commit 76c92a8

Browse files
authored
Show credit offer rate table (#3443)
show credit offer rate table
1 parent 3a8bece commit 76c92a8

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

app/assets/locales/locale-en.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,12 @@
25942594
"witness_create": "Create witness",
25952595
"witness_update": "Update witness",
25962596
"witness_withdraw_pay": "Witness pay withdrawal",
2597-
"worker_create": "Create worker"
2597+
"worker_create": "Create worker",
2598+
"credit_offer_create": "Create credit offer",
2599+
"credit_offer_delete": "Delete credit offer",
2600+
"credit_offer_update": "Update credit offer",
2601+
"credit_offer_accept": "Accept credit offer",
2602+
"credit_deal_repay": "Repay credit deal"
25982603
},
25992604
"vesting_balance_create": "created vesting balance of",
26002605
"view_json": "Show raw json",

app/assets/locales/locale-zh.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,12 @@
25942594
"witness_create": "创建见证人",
25952595
"witness_update": "更新见证人",
25962596
"witness_withdraw_pay": "领取见证人报酬",
2597-
"worker_create": "创建预算项目"
2597+
"worker_create": "创建预算项目",
2598+
"credit_offer_create": "P2P抵押贷 创建",
2599+
"credit_offer_delete": "P2P抵押贷 删除",
2600+
"credit_offer_update": "P2P抵押贷 更新",
2601+
"credit_offer_accept": "P2P抵押贷 借款",
2602+
"credit_deal_repay": "P2P抵押贷 还款"
25982603
},
25992604
"vesting_balance_create": "创建待解冻余额",
26002605
"view_json": "显示原始 json",

app/components/Blockchain/Fees.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let ops = Object.keys(operations);
1515

1616
// Define groups and their corresponding operation ids
1717
let fee_grouping = {
18-
general: [0, 25, 26, 27, 28, 32, 33, 37, 39, 41, 49, 50, 52],
18+
general: [0, 25, 26, 27, 28, 32, 33, 37, 39, 41, 49, 50, 52, 69, 70, 71, 72, 73],
1919
asset: [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 38, 43, 44, 47, 48],
2020
market: [1, 2, 3, 4, 45, 46],
2121
account: [5, 6, 7, 8, 9],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"bignumber.js": "^4.0.0",
149149
"bitshares-report": "https://github.com/bitshares/bitshares-report.git",
150150
"bitshares-ui-style-guide": "https://github.com/bitshares/bitshares-ui-style-guide.git",
151-
"bitsharesjs": "^6.0.0-rc1",
151+
"bitsharesjs": "https://github.com/bitshares/bitsharesjs.git#develop",
152152
"browser-locale": "^1.0.3",
153153
"classnames": "^2.2.1",
154154
"constants-browserify": "^1.0.0",

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,10 +2692,9 @@ bitsharesjs-ws@^6.0.0-rc1:
26922692
isomorphic-ws "^4.0.1"
26932693
ws "^8.4.0"
26942694

2695-
bitsharesjs@^6.0.0-rc1:
2695+
"bitsharesjs@https://github.com/bitshares/bitsharesjs.git#develop":
26962696
version "6.0.0-rc1"
2697-
resolved "https://registry.yarnpkg.com/bitsharesjs/-/bitsharesjs-6.0.0-rc1.tgz#2b063c74e13b725e471a57a7795c369374d60f0e"
2698-
integrity sha512-AB0rMQa+Z1uXthtLUKdLlACGsXSiqk0j5OS8Qz7Gl+fLfdgitf5d+W0uwAl4CjwmefQaKqxAizf32KSAyg+mBQ==
2697+
resolved "https://github.com/bitshares/bitsharesjs.git#6e440841b2addb4d33b3eec80bc3298f4cbcbe12"
26992698
dependencies:
27002699
bigi "^1.4.2"
27012700
bitsharesjs-ws "^6.0.0-rc1"

0 commit comments

Comments
 (0)