Damir Vodenicarevic

Results 121 comments of Damir Vodenicarevic

> > Currently, "fee" only accounts for paying for block space usage and max_gas*gas_price accounts for paying for block gas > > I see but why we pay for block...

Work issue: https://github.com/massalabs/massa/issues/3140

Nodes are already "banned" as soon as they successfully connect. Therefore, I think just closing the connection after a max time is ok :) We just need to compute how...

deprioritized this as it is not actually in use

Is it still relevant with the current format of get address info ?

> There is more details about RocksDB transactions [here](https://github.com/facebook/rocksdb/wiki/Transactions) > > IMHO transactions are safer than atomic write only. If we enable transactions, we have to choose between pessimistic vs...

## Current implementation Currently, we PoS-select endorsement creators targeting the blockclique block at slot `(period, thread)` if any. The endorsements selected at `(period, thread)` are created/emitted at time `genesis_timestamp +...

Part 1 is done here: https://github.com/massalabs/massa/pull/3004 Not merging yet (breaking)

I think that what you want to do is to represent amounts as unsigned integers composed of their mantissa ($10.23 becomes 1023u64). Note that this has nothing to do with...

> The standard of the banking industry differs from the standards of blockchain. There is no blockchain standard. Bitcoin: https://en.bitcoin.it/wiki/Proper_Money_Handling_(JSON-RPC) ``` Values are expressed as double-precision Numbers in the JSON...