Proto commits in tendermint/budget

These 13 commits are when the Protocol Buffers files have changed:

Commit:abdcf19
Author:kogisin

build: remove duplicate imports

The documentation is generated from this commit.

Commit:f691c91
Author:Alex M
Committer:GitHub

fix:duplicate proto import `import "cosmos/base/v1beta1/coin.proto";` was imported twice so removed the duplicate. Not really important but was breaking TS client code generation in Ignite CLI

Commit:219c97b
Author:dongsam

docs: update swagger to v1.0.0

Commit:45634bd
Author:dongsam

feat: add address endpoint

Commit:5806a87
Author:Hanjun Kim

fix: rename some fields of Budget - `BudgetSourceAddress` to `SourceAddress` - `CollectionAddress` to `DestinationAddress`

Commit:a9a10d3
Author:JayB
Committer:GitHub

docs: add more clear and description comments (#53) * chore: remove unused tx file and update comments * docs: update comments on proto files * chore: update comments in types package and handle TODO comments * fix: broken test * docs: update comments * chore: rename BudgetCollection to CollectBudgets and update relevant docs * refactor: apply suggestion * docs: make proto-all Co-authored-by: dongsam <dongsamb@gmail.com>

Commit:7c90dd7
Author:dongsam

feat: add genesis functionality

Commit:a7f8120
Author:dongsam

update: add budget records for genesis

Commit:7c0d0b0
Author:Hanjun Kim
Committer:GitHub

feat: add total collected coins info for each budget (#24) * feat: add TotalCollectedCoins info for each budget * docs: update spec * feat: add budgets query endpoint * chore: add newline at the end of file * refactor: move store methods to proper file * test: add tests for total collected coins * fix: filter budgets when query * fix: validate addrs in query request * test: add grpc query tests

Commit:4fac3ce
Author:Hanjun Kim

refactor!: rename module to budget

Commit:a3e137d
Author:dongsam

feat: add epoch_blocks and remove accNames on params

Commit:b69a66f
Author:dongsam

Add skeleton of Tax module

Commit:5110f7a
Author:dongsam

WIP add skeleton with proto