grid icon indicating copy to clipboard operation
grid copied to clipboard

Grid has moved to end-of-life status.

Results 102 grid issues
Sort by recently updated
recently updated
newest added

Write a DLT Event Monitor prototype and place it in the Grid SDK. It should be abstracted away from the data sources as much as possible. It should also have...

Epic: Batch Tracking

Since the initial DLT polling monitor prototype is abstracted away from the database and contains no database code. We need to write the pieces that couple the database with the...

Epic: Batch Tracking

Splinter batch statuses endpoint needs to be able to accept an array of batch ids and correctly respond with all items. Currently it will return an error if one of...

Epic: Batch Tracking

Move the Griddle `run` function used to start the REST API for Griddle.

3
Epic: Griddle

Add a POST method endpoint at `/organizations` to: - Use the req body to create a protobuf payload to create an organization - Package the payload into a txn, sign...

2
Epic: v0.4 estimate planning
Epic: Griddle

Add an endpoint meant to create an agent under the endpoint url `/organizations//agents`. This endpoint should do the following: - Take in a JSON body with the required fields to...

2
Epic: v0.4 estimate planning
Epic: Griddle

Add an endpoint to update an agent, `PUT /organizations//agents/`. The endpoint must handle the following: - Take in a JSON body with the required fields to fill in a `UpdateAgentPayload`....

2
Epic: v0.4 estimate planning
Epic: Griddle

Create a `PUT` endpoint `/locations/` that: - uses the request body to build a protobuf payload to update a location - Package that payload into a txn, sign the txn...

2
Epic: v0.4 estimate planning
Epic: Griddle

Add a POST endpoint at `/locations` to do the following: - Use the request body to create a protobuf payload to create a location - Package that payload into a...

2
Epic: v0.4 estimate planning
Epic: Griddle