mirror of
https://github.com/monero-project/monero.git
synced 2025-12-13 12:44:48 -05:00
v8: per byte fee, pad bulletproofs, fixed 11 ring size
This commit is contained in:
parent
869b3bf824
commit
5ffb2ff9b7
55 changed files with 1241 additions and 878 deletions
|
|
@ -85,6 +85,7 @@ namespace rpc
|
|||
cryptonote::transaction tx;
|
||||
crypto::hash tx_hash;
|
||||
uint64_t blob_size;
|
||||
uint64_t weight;
|
||||
uint64_t fee;
|
||||
crypto::hash max_used_block_hash;
|
||||
uint64_t max_used_block_height;
|
||||
|
|
@ -185,6 +186,9 @@ namespace rpc
|
|||
crypto::hash top_block_hash;
|
||||
uint64_t cumulative_difficulty;
|
||||
uint64_t block_size_limit;
|
||||
uint64_t block_weight_limit;
|
||||
uint64_t block_size_median;
|
||||
uint64_t block_weight_median;
|
||||
uint64_t start_time;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue