Damir Vodenicarevic

Results 119 comments of Damir Vodenicarevic

This should be repaired in testnet 16. Will reopen if it happens again

I have a concern about this: imagine Alice creates a domain name resolution smart contract, and I decide to register an entry that contains bytecode, then I can just run...

> > I have a concern about this: imagine Alice creates a domain name resolution smart contract, and I decide to register an entry that contains bytecode, then I can...

We must make sure that keys and values are bytes (and stop using strings, which is an ongoing effort)

We might already need this thing to debug https://github.com/massalabs/massa/issues/2810

That would boil down to adding a new feature: * add a "dependencies" field to operations that lists operation IDs that need to have been executed before so that the...

@massalabs/core-team any comments ?

sounds good but implies also splitting away "massa-models" which is a dependency the client shares with massa-node. I'm afraid we are heading for too much complexity with this. Marking it...

The problem stemmed from a caching setting being set to a too low value. This issue corrects this problem (and a few others !): https://github.com/massalabs/massa/issues/2680

@yvan-sraka that's the regression we had (tracing parameters being serialized even when not printed). It's still there.