arikawa/state
diamondburned efde3f4ea6
state, handler: Refactor state storage and sync handlers
This commit refactors a lot of packages.

It refactors the handler package, removing the Synchronous field and
replacing it the AddSyncHandler API, which allows each handler to
control whether or not it should be ran synchronously independent of
other handlers. This is useful for libraries that need to guarantee the
incoming order of events.

It also refactors the store interfaces to accept more interfaces. This
is to make the API more consistent as well as reducing potential useless
copies. The public-facing state API should still be the same, so this
change will mostly concern users with their own store implementations.

Several miscellaneous functions (such as a few in package gateway) were
modified to be more suitable to other packages, but those functions
should rarely ever be used, anyway.

Several tests are also fixed within this commit, namely fixing state's
intents bug.
2021-11-03 15:16:02 -07:00
..
store state, handler: Refactor state storage and sync handlers 2021-11-03 15:16:02 -07:00
event_dispatcher.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
events.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
state.go state, handler: Refactor state storage and sync handlers 2021-11-03 15:16:02 -07:00
state_events.go state, handler: Refactor state storage and sync handlers 2021-11-03 15:16:02 -07:00
state_shard_test.go shard: Remake shard manager (#226) 2021-06-14 15:22:55 -07:00