Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove fee #2043

Merged
merged 1 commit into from
Jul 24, 2018
Merged

remove fee #2043

merged 1 commit into from
Jul 24, 2018

Conversation

melekes
Copy link
Contributor

@melekes melekes commented Jul 24, 2018

Refs #1861

We don't use the fee field and its likely just confusing.

We can add backwards compatible priority (instead of fee) later.

Note priority is better than fee because it lets the app do the math on how to rank order transactions, rather than forcing that into tendermint (ie. if we return fee, priority would be fee/gas)

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • [ ] Wrote tests
  • Updated CHANGELOG.md

Refs #1861

We don't use the fee field and its likely just confusing.

We can add backwards compatible priority (instead of fee) later.

Note priority is better than fee because it lets the app do the math on how to rank order transactions, rather than forcing that into tendermint (ie. if we return fee, priority would be fee/gas)
@codecov-io
Copy link

Codecov Report

Merging #2043 into develop will increase coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #2043      +/-   ##
===========================================
+ Coverage    61.35%   61.36%   +0.01%     
===========================================
  Files          197      197              
  Lines        15667    15676       +9     
===========================================
+ Hits          9612     9620       +8     
- Misses        5239     5240       +1     
  Partials       816      816
Impacted Files Coverage Δ
consensus/state.go 76.87% <0%> (-0.25%) ⬇️
libs/common/io.go 0% <0%> (ø) ⬆️
p2p/peer.go 60.22% <0%> (ø) ⬆️
libs/common/math.go 7.95% <0%> (+0.14%) ⬆️
consensus/reactor.go 78.47% <0%> (+1.06%) ⬆️

@xla xla added this to Ongoing in current iteration via automation Jul 24, 2018
Copy link
Contributor

@xla xla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 :octocat: :shipit: 🍡

current iteration automation moved this from Ongoing to Reviewed Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants