After #770, SN could do notary requests in notary-enabled environmental. It requires some GAS notary deposit to the Notary contract, which is done automatically with constant frequency(in blocks) in #770. That mechanism can be a little smarter.
Options:
- Add some sort of scheduler that can decide when to deposit depending on balance, current epoch, current deposit's
validUntil value, etc.
- Do nothing since SN's balance is not something really important.
- ...