cosmos-sdk/client
dependabot[bot] 3bb9528e59
build(deps): Bump github.com/prometheus/common from 0.57.0 to 0.58.0 (#21532)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-04 07:53:53 +00:00
..
config refactor: use errors.New to replace fmt.Errorf with no parameters (#20943) 2024-07-18 12:01:45 +02:00
debug refactor(cli): Standardize Use field convention and update readme (#21369) 2024-08-21 08:36:34 +00:00
docs chore: fix some comments for struct field (#21027) 2024-07-23 08:36:49 +00:00
flags feat(tx)!: make timeout_height time based (#20870) 2024-07-29 11:53:27 +00:00
grpc refactor(types,client,simapp): remove some address String() calls (#21455) 2024-09-02 10:28:12 +00:00
input style: remove redundant import alias (#20109) 2024-04-21 19:03:43 +00:00
keys refactor(types,client,simapp): remove some address String() calls (#21455) 2024-09-02 10:28:12 +00:00
pruning feat: replace the cosmos-db.DB interface with core/store interface (#21450) 2024-08-30 21:25:25 +00:00
rpc refactor: use errors.New to replace fmt.Errorf with no parameters (#20943) 2024-07-18 12:01:45 +02:00
snapshot feat: replace the cosmos-db.DB interface with core/store interface (#21450) 2024-08-30 21:25:25 +00:00
testdata/fuzz/FuzzQueryBalance test(client): add a fuzz test for QueryBalance (#15763) 2023-04-13 08:12:21 +00:00
tx refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
v2 build(deps): Bump github.com/prometheus/common from 0.57.0 to 0.58.0 (#21532) 2024-09-04 07:53:53 +00:00
account_retriever.go fix: fetch account number/sequence when not in offline mode (#16075) 2023-05-10 10:45:53 +00:00
broadcast_test.go style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +00:00
broadcast.go docs: fixed typo in client/broadcast.go (#19469) 2024-02-19 08:50:21 +00:00
cmd_test.go feat(client): overwrite client context instead of setting new one (#20356) 2024-05-14 13:27:59 +00:00
cmd.go chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
cometbft.go feat: Add CLI commands: 1) simulate a transaction, 2) query block results (#16887) 2023-07-12 17:36:00 +00:00
context_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
context.go chore: remove duplicate word (#20216) 2024-04-30 10:05:58 +00:00
fuzz_test.go chore: move counter to testutils (#20281) 2024-05-06 16:07:53 +00:00
grpc_query_test.go chore: move counter to testutils (#20281) 2024-05-06 16:07:53 +00:00
grpc_query.go chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
prompt_validation_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
prompt_validation.go refactor: use errors.New to replace fmt.Errorf with no parameters (#20943) 2024-07-18 12:01:45 +02:00
query.go chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
test_helpers.go refactor(types,client,simapp): remove some address String() calls (#21455) 2024-09-02 10:28:12 +00:00
tx_config.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
utils.go refactor! : bump comet to v1 (#19726) 2024-05-06 14:12:00 +00:00