Andrew Hare

Results 4 issues of Andrew Hare

Resolves https://github.com/akash-network/support/issues/221 Relies on https://github.com/akash-network/akash-api/pull/164 Convert REST handlers to gRPC. ## `LeaseService` * `SendManifest`: On hold (https://github.com/akash-network/provider/pull/212) * `Status`: Done * `StreamStatus`: Done * `Shell`: Out of scope for this...

Implements `SendManifest` from https://github.com/akash-network/akash-api/pull/130. Resolves https://github.com/akash-network/support/issues/191 A few other things that are in this: * A simple gRPC test harness. @troian mentioned that there are other gRPC tests, but I...

We have a use-case where we need to be able to set the columns on a `SelectBuilder` after it has already been created. Example: ```go builder.SetColumns("biz", "baz") ```

Resolves https://github.com/akash-network/support/issues/166 This PR extends the `Request` struct to include resource units from a reservation (if it exists). The `CalculatedPrice` function will use those units if they are available.