Anna Shaleva

Results 249 comments of Anna Shaleva

> Why do we disallow it? This behaviour is kind of not I'd expect from `THROW`, the contract developer may throw storage context by mistake. But if it's done intentionally,...

> > 1. Can `NotaryContract` be a non-native contract? > > I think it is possible to allow non-native contracts to have `onPersist`. `NotaryContract` should be able to mint GAS...

Currently, our reference counter scheme is cheating and does not perform truly reference counting. We take into account only the number of added/removed entries instead of going deeper inside each...

As part of #839 made a comparison of restore time for LevelDB, BoltDB and BadgerDB on testnet (blockHeight: 4099092). The results are: | Time | BadgerDB | LevelDB | BoltDB...

Perhaps, we can define Permissions/Groups right into configuration `.yaml` file, like it was done before for contract author, email and etc. Usage of this file is required for `.manifest.json` generation,...

After that we need to enable test disabled in 61d9edda7f2db1cdf34bf6517ae6af779e153303.

Ready for review, testing is in progress.

> Does this work for more than 15m? I think you should `resetWatchdogTimer()` after every block and I don't see any code doing this. That's a nice optimisation, and the...