orchard/internal/controller/store/badger
Fedor Korotkov 0582108ea6
Events Entity (#28)
* Generic Events

We can try to use these generic events for script execution and storing of the output logs in events with `log` kind.

* Lint issues

* Cleanup events upon VM deletion

* Basic integration test

* Run an actual VM in tests

* Apply suggestions from code review

Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>

* Use POST

* Make newEventKey private

* Append events in batches

* Lint issues

* Private `scopePrefix`

---------

Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2023-03-13 08:04:17 -04:00
..
badger_events.go Events Entity (#28) 2023-03-13 08:04:17 -04:00
badger_service_account.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
badger_store.go Refactored working with a storage (#20) 2023-02-08 19:36:30 -05:00
badger_vm.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
badger_worker.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00