Damir Vodenicarevic

Results 119 comments of Damir Vodenicarevic

https://github.com/massalabs/massa/pull/4249

TODO: check if the max capacity of op_batch_buffer is reached

thanks for the update, let's block it for now, until we prioritize things post-testnet

We need exact algorithm variants, can you investigate ?

Is any project using it currently ?

We already have endpoints to expose config data both in JSON and GRPC. This issue consists in adding the following constants there as well: * LEDGER_COST_PER_BYTE: Amount * LEDGER_ENTRY_BASE_COST: Amount...

> And also adding it somewhere in AS VM to be used in SmartContracts in which exact situation is that needed ?

> everytime you need to call a smartContract from another. To compute the "coin" param How critical is this need currently on your side ?

You could do the following for now: * have the smart contract exported functions do this: * at the beginning of the function: `let begin_balance = get_balance()` * at the...

I prefer us to take time to decide on an unified way of doing coin, gas, fee estimates and automate it as much as possible. In the meantime, here are...