Go to file
noah metz 8cb97d2350 update 2024-03-31 18:58:27 -07:00
cmd/graphiql Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements 2024-03-30 22:57:18 -07:00
.gitignore
.gitmodules
LICENSE
Makefile
context.go update 2024-03-31 18:58:27 -07:00
db.go update 2024-03-31 18:58:27 -07:00
extension.go Moved SendMsg and RecvMsg to one object 2024-03-30 23:36:50 -07:00
go.mod Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
go.sum Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
gql.go update 2024-03-31 18:58:27 -07:00
gql_node.go Moved SendMsg and RecvMsg to one object 2024-03-30 23:36:50 -07:00
gql_test.go update 2024-03-31 18:58:27 -07:00
graph_test.go update 2024-03-31 18:58:27 -07:00
listener.go Moved SendMsg and RecvMsg to one object 2024-03-30 23:36:50 -07:00
lockable.go update 2024-03-31 18:58:27 -07:00
lockable_test.go update 2024-03-31 18:58:27 -07:00
log.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
message.go Updated MessageQueue 2024-03-31 17:02:30 -07:00
message_test.go Changed from a static channel queue to a dynamic queue for nodes 2024-03-31 15:18:47 -07:00
node.go update 2024-03-31 18:58:27 -07:00
node_test.go update 2024-03-31 18:58:27 -07:00
serialize.go Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements 2024-03-30 22:57:18 -07:00
serialize_test.go update 2024-03-31 18:58:27 -07:00
signal.go Fixes and optimizations 2024-03-28 19:28:07 -07:00