Julien Robert
|
320eea11c2
|
feat(upgrade): autocli query support (#16903)
|
2023-07-11 13:02:19 +00:00 |
|
Elias Naur
|
217bb1001e
|
perf: benchmark end-to-end transaction submit (#16717)
|
2023-07-10 12:38:32 +00:00 |
|
Julien Robert
|
febeced2e1
|
feat(bank): autocli query support (#16899)
|
2023-07-10 12:20:45 +00:00 |
|
Julien Robert
|
81b70496c5
|
feat(auth): autocli query support (#16650)
|
2023-07-10 09:42:20 +00:00 |
|
Facundo Medica
|
ebe97e5e12
|
fix: Revert 16794 (#16895)
|
2023-07-10 07:45:48 +00:00 |
|
dependabot[bot]
|
7aa79058b2
|
build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866)
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>
|
2023-07-07 06:14:04 +00:00 |
|
Facundo Medica
|
0fd6227a06
|
fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (#16794)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-07-06 13:33:10 +00:00 |
|
dependabot[bot]
|
6402101ce6
|
build(deps): Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#16847)
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>
|
2023-07-06 07:38:16 +00:00 |
|
samricotta
|
5931f1e65e
|
refactor(slashing)!: use collections for params state (#16441)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-07-06 07:12:11 +00:00 |
|
Julien Robert
|
8d80df8e3c
|
fix: properly use --trace flag (#16827)
|
2023-07-04 19:11:27 +00:00 |
|
dependabot[bot]
|
8344a78e8e
|
build(deps): Bump cosmossdk.io/collections from 0.2.1-0.20230620134406-d4f1e88b6531 to 0.3.0 (#16828)
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>
|
2023-07-04 13:34:49 +00:00 |
|
Jacob Gadikian
|
f0aec3f30d
|
style: use thelper (#16777)
|
2023-07-03 13:33:05 +00:00 |
|
Julien Robert
|
8c72f66396
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|
Julien Robert
|
ae39e8e631
|
build(deps): use hashicorp/go-metrics instead of armon/go-metrics (#16790)
|
2023-06-30 14:21:57 +00:00 |
|
Facundo Medica
|
ec1f0c5df1
|
refactor(x/distribution): audit changes (#16785)
|
2023-06-30 13:11:53 +00:00 |
|
dependabot[bot]
|
af93094c6f
|
build(deps): Bump cosmossdk.io/api from 0.4.3-0.20230629234936-392b7c2b68c3 to 0.5.0 (#16791)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 11:18:11 +00:00 |
|
Julien Robert
|
02b7607768
|
feat(auth,client/v2): add validator address codec (#16768)
|
2023-06-30 09:44:28 +00:00 |
|
dependabot[bot]
|
9f8e507219
|
build(deps): Bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#16780)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 09:01:58 +00:00 |
|
Julien Robert
|
adc7451ad7
|
refactor(vesting)!: improve validate functions and return error in constructor (#16741)
|
2023-06-29 10:51:04 +00:00 |
|
Julien Robert
|
f8c8de4614
|
refactor: use appmodule.AppModule in integration helpers (#16755)
|
2023-06-29 08:16:17 +00:00 |
|
dependabot[bot]
|
4a9b262d47
|
build(deps): Bump cosmossdk.io/core from 0.8.0 to 0.9.0 in /x/tx (#16749)
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>
|
2023-06-29 03:50:41 +00:00 |
|
Marko
|
256e37c523
|
feat(auth): make address codec pluggable (#16621)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-28 11:57:26 +00:00 |
|
dependabot[bot]
|
ab77fe20d3
|
build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#16705)
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>
|
2023-06-27 02:59:06 +00:00 |
|
dependabot[bot]
|
e334ec3705
|
build(deps): Bump github.com/cometbft/cometbft from 0.38.0-rc1 to 0.38.0-rc2 (#16706)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-26 20:38:17 +00:00 |
|
Jacob Gadikian
|
6afece635c
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
dependabot[bot]
|
fa218ad0e2
|
build(deps): Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#16642)
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>
|
2023-06-22 12:53:22 +00:00 |
|
testinginprod
|
43d345dc2f
|
refactor(distribution)!: use collections for ValidatorHistoricalRewards state (#16607)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-22 08:47:21 +00:00 |
|
Jeancarlo Barrios
|
854978f382
|
feat(mint): add autocli config for mint (#16640)
|
2023-06-22 05:04:53 +00:00 |
|
Jeancarlo Barrios
|
e078f1a49e
|
feat(client): add positional optional to client v2 (#16316)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-20 04:01:19 +00:00 |
|
atheeshp
|
7e0148805a
|
chore: remove x/gov dependencies in x/distr (#16587)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2023-06-19 11:27:10 +00:00 |
|
Matt Kocubinski
|
c2a07cea27
|
refactor(x/bank): rm cyclic deps with gov, staking, distr (#16578)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
|
2023-06-16 20:36:42 +00:00 |
|
Facundo Medica
|
1be7d9805e
|
refactor(x/staking)!: KVStoreService, return errors and use context.Context (#16324)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-06-16 18:40:44 +00:00 |
|
Jeancarlo Barrios
|
6f32a94af9
|
feat(x/distribution): add autocli config query (#16218)
|
2023-06-16 14:00:35 +00:00 |
|
testinginprod
|
0529dbcd20
|
refactor(distribution)!: use collections for ValidatorOutstandingRewards state management (#16590)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-16 13:54:20 +00:00 |
|
dependabot[bot]
|
13e61bd0c5
|
build(deps): Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#16586)
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>
|
2023-06-16 11:50:59 +00:00 |
|
dependabot[bot]
|
277d5fd371
|
build(deps): Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#16585)
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>
|
2023-06-16 09:58:31 +00:00 |
|
testinginprod
|
99913cdce0
|
refactor(distribution)!: use collections for validator accumulated commission state (#16571)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-15 14:12:42 +00:00 |
|
Matt Kocubinski
|
fe458e0686
|
refactor(x/auth): rm dependency on x/staking (#16545)
|
2023-06-15 08:34:53 +00:00 |
|
dependabot[bot]
|
5a612efec5
|
build(deps): Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#16558)
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>
|
2023-06-15 07:30:43 +00:00 |
|
Julien Robert
|
68a457f683
|
chore(simapp): always use latest extracted sdk modules on main (#16544)
|
2023-06-14 20:40:06 +00:00 |
|
Julien Robert
|
7a55c936ac
|
chore: clean-up all replaces and add tagging process (#16528)
|
2023-06-14 11:22:08 +00:00 |
|
testinginprod
|
b3da8bb4e8
|
refactor(distribution)!: use collections for DelegatorStartingInfo state (#16483)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-14 10:39:11 +00:00 |
|
Matt Kocubinski
|
bbb452f609
|
refactor(x/staking): rm dependency on x/distribution (#16531)
|
2023-06-13 20:16:20 +00:00 |
|
dependabot[bot]
|
b1fd8cf261
|
build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#16526)
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>
|
2023-06-13 12:55:40 +00:00 |
|
dependabot[bot]
|
1b9c500180
|
build(deps): Bump pgregory.net/rapid from 0.7.1 to 1.0.0 (#16515)
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>
|
2023-06-13 08:41:58 +00:00 |
|
dependabot[bot]
|
eba06fd862
|
build(deps): Bump github.com/cockroachdb/errors from 1.9.1 to 1.10.0 (#16516)
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>
|
2023-06-13 08:15:46 +00:00 |
|
dependabot[bot]
|
bafe5040f2
|
build(deps): Bump pgregory.net/rapid from 0.6.2 to 0.7.1 (#16495)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-12 15:49:26 +00:00 |
|
dependabot[bot]
|
d96411e077
|
build(deps): Bump github.com/bits-and-blooms/bitset from 1.7.0 to 1.8.0 (#16478)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-09 15:46:22 +00:00 |
|
testinginprod
|
2d1d68d3fd
|
refactor(distribution)!: use collections for ValidatorCurrentRewards (#16459)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-09 09:19:37 +00:00 |
|
Julien Robert
|
d0e1a9be4e
|
build: remove replaces in modules before 0.50 alpha (#16445)
|
2023-06-07 20:11:27 +00:00 |
|