Adam Bozanich

Results 32 issues of Adam Bozanich

We have a lot of verbose substitutions that can be simplified. See [here](https://github.com/ovrclk/akash/pull/1519#discussion_r812420607) - things like `$(@:node-init-genesis-client-cert-%=%)` can be simplified to `$*`.

After rebooting or possibly more (@sacreman will have more details), my deployment pod is running and up, but there is no `providerhosts` for it and when I re-send the manifest,...

kind/bug
P2

Mac users on `v0.12.x` and `v0.14.x` have recently begun not being able to issue `akash tx sign`. The error is: ``` Error: Invalid channel ``` The problem doesn't occur on...

kind/bug

When running `make release-dry-run`, the detected version is `v0.12.2`, which breaks `goreleaser`. If we are not on a tag it should produce something that is accurate and compatible with `goreleaser`.

kind/bug
env/dev

Context [here](https://forum.akash.network/t/akash-provider-started-bleeding-fees-with-repeating-failed-withdraw-lease-every-5-minutes/478): there are apparently cases where the provider thinks that a lease is open when it is not. This can happen for a number of reasons (tendermint pubsub dropping...

kind/bug
product/provider-services
P2

Allow mounting files into a container. Add a new section to the [service section in sdl](https://github.com/ovrclk/akash/blob/master/_docs/sdl.md#services): ```yaml mounts: - path: /config/app.toml contents: |- foo=bar baz=boo ``` In k8s, create a...

product/provider-services
component/API-Gateway
status/question

Testnet's database ballooned to an alarming size: ``` 6.9G data.testnet/akashd/data/tx_index.db 1023M data.testnet/akashd/data/cs.wal 2.3G data.testnet/akashd/data/state.db 5.0G data.testnet/akashd/data/blockstore.db 40K data.testnet/akashd/data/evidence.db 30G data.testnet/akashd/data/application.db 45G data.testnet/akashd/data 268K data.testnet/akashd/config 45G data.testnet/akashd ``` * [ ]...

kind/question

The bidengine should not create bids if the provider account has insufficient funds. This case can be handled when a new order is seen so that if funds are added...

kind/enhancement
component/bidengine

For all of the `akashctl query [deployment|market|provider] query * list` commands, ensure that we can filter by all of the fields of the listed object's ID.

component/cli

In testnet we're only seeing "info".

kind/enhancement