Skip to content

Commit 86f113b

Browse files
committed
update simd # and title
1 parent 91d77fc commit 86f113b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
File renamed without changes.

proposals/XXXX-template.md proposals/0257-eliminate-vote-fees.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
simd: 'XXXX'
3-
title: Vote cost reduction
2+
simd: '0257'
3+
title: Eliminate vote fees
44
authors:
55
- Max Resnick
66
- Ashwin Sekar
@@ -164,7 +164,7 @@ Any unearned sol rewards will be burned.
164164

165165
This represents a very slight reduction in total rewards available to validators:
166166

167-
![rewards table](../assets/0254-rewardstbl.png)
167+
![rewards table](../assets/0257-rewardstbl.png)
168168

169169
### Vote Inclusion Credits
170170

@@ -248,10 +248,9 @@ must spend our time.
248248

249249
First we should verify that, upon receiving a vote, the leader should include it
250250
in the next block. Each leader $i$ has reward function.
251-
$$
252-
R_i(s_1,\dots,s_n,c_1,\dots,c_n, u_1,\dots,u_n) = I s_i \frac{c_i}{M} + Iu_i -
253-
[\sum_{j=1}^n I s_j \frac{c_j}{M} + u_i]\cdot \frac{s_i}{T}
254-
$$
251+
252+
$$ R_i(s_1,\dots,s_n,c_1,\dots,c_n, u_1,\dots,u_n) = I s_i \frac{c_i}{M} + Iu_i -
253+
[\sum_{j=1}^n I s_j \frac{c_j}{M} + u_i]\cdot \frac{s_i}{T} $$
255254

256255

257256
The leader, having received a vote from validator $j$ has two choices: include

0 commit comments

Comments
 (0)