-
Notifications
You must be signed in to change notification settings - Fork 392
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
Added transaction weight to Moneropedia. #1461
base: master
Are you sure you want to change the base?
Added transaction weight to Moneropedia. #1461
Conversation
I saw this on the issues page. It is issue #905. I made a basic layout of everything. I'm not that experienced with Monero and the blockchain to add anything to it so I'm hoping others can help add info as needed. |
Deploy preview for barolo-time-757cf9 ready! Built without sensitive environment variables with commit f40cba1 |
I think this is a good start, but i wouldn't create a Moneropedia entry for a couple of lines of explanation. Any idea on how to expand the entry? |
Not sure how to expand it. |
Sources: the fee calculation is discussed in Mastering Monero section 5.5.3.3, which may be outdated after changes in 2019. ArticMine's talk can be found here. I'll try to write a longer text if I understand this. |
Note that thee fee structure is being revisited: monero-project/monero#7819 |
OK, the transaction weight isn't the most complicated part of the fee calculation or the dynamic blocksize. What do you think about the following text? I don't think we should include the precise calculation, which isn't done for other entries either. Relevant slide from ArticMine's talk: https://i.imgur.com/MNw5Pda.png
|
Thanks for the warning. Looking at the discussion and changed files, I don't think this will affect the transaction weight or my proposed text. On the other hand, this suggests that explaining the transaction weight only explains a small detail of the fee calculation. |
No description provided.