Commit Graph

13685 Commits

Author SHA1 Message Date
testinginprod
ec63f94894
feat(accounts): re-introduce bundler (#21562) 2024-10-25 07:46:23 +00:00
Mark Rushakoff
7262cf3346
feat(log): add slog-backed Logger type (#22347) 2024-10-24 18:24:31 +00:00
Julián Toledano
bf58aaf2bf
fix(x/tx): add feePayer as signer (#22311) 2024-10-24 14:37:51 +00:00
Akhil Kumar P
cea49ba2b9
test: migrate e2e/baseapp to integration tests (#22357) 2024-10-24 10:46:06 +00:00
Akhil Kumar P
33e323135e
test: add x/circuit system tests (#22331) 2024-10-24 09:29:41 +00:00
Hieu Vu
ea219a201c
test: migrate e2e/tx tests to systemtest (#22152) 2024-10-24 09:18:37 +00:00
Mark Rushakoff
6e6255df1f
refactor(simdv2): allow non-comet server components (#22351) 2024-10-24 08:32:38 +00:00
dependabot[bot]
0630099f4c
build(deps): Bump rtCamp/action-slack-notify from 2.3.1 to 2.3.2 (#22352)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 08:32:11 +00:00
Mark Rushakoff
bf127028b2
fix(server/v2): respect context cancellation in start command (#22346) 2024-10-23 20:11:06 +00:00
Mark Rushakoff
864ae34378
chore(simdv2): allow overriding the --home flag (#22348) 2024-10-23 20:05:21 +00:00
Mark Rushakoff
762fad2aa0
feat(server/v2): add SimulateWithState to AppManager (#22335) 2024-10-23 12:33:28 +00:00
Julien Robert
98be2b8551
docs(x/accounts): improve comments (#22339) 2024-10-23 10:33:03 +00:00
zakir
1515856560
chore: remove unused local variables (#22340) 2024-10-23 08:33:36 +00:00
Lucas Francisco López
8fa3090aab
test: x/accounts systemtests (#22320) 2024-10-23 01:29:50 +00:00
Mark Rushakoff
1c949f772f
chore(client): use command's configured output (#22334) 2024-10-22 23:08:45 +00:00
Marko
cd3ce0c7a4
perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +00:00
Julien Robert
3e65a610bd
build(deps): bump x/tx (#22327) 2024-10-22 10:27:51 +00:00
Julien Robert
2711ecefc1
fix(x/accounts/lockup): fix proto path (#22319) 2024-10-21 15:33:47 +00:00
Julien Robert
681366e346
refactor(runtime/v2): simplify app manager (#22300) 2024-10-21 13:45:28 +00:00
cool-developer
97d37ae243
feat(store): add new api LatestVersion (#22305) 2024-10-21 13:09:58 +00:00
cool-developer
6e59ad0dee
feat(store/v2): route to the commitment during migration (#22290) 2024-10-21 11:50:45 +00:00
Matt Kocubinski
2f0a2b400c
refactor(x/tx): rm dependency on core (#22281)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-21 11:28:43 +00:00
Shude Li
fc91e76354
build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
XiaoBei
64e6d882c6
docs: fix markdown code grammar (#22316) 2024-10-21 05:11:51 +00:00
dependabot[bot]
71ac584b38
build(deps): Bump rtCamp/action-slack-notify from 2.3.0 to 2.3.1 (#22308)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-20 11:44:11 +00:00
dependabot[bot]
f84b585864
build(deps): Bump go.uber.org/mock from 0.4.0 to 0.5.0 in /store (#22309)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-18 11:40:48 +00:00
Julien Robert
aa507faeab
feat(systemtests): increase verbosity (#22306) 2024-10-18 07:35:55 +00:00
testinginprod
c1707b8308
fix: sequence should be higher or equal than expected during checktx and equal during deliver tx (#22299)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-10-17 15:45:43 +00:00
Akhil Kumar P
29ea9c8a5e
test: migrate e2e/mint to system tests (#22294) 2024-10-17 13:15:56 +00:00
Julien Robert
c905c5ee9b
feat(server/v2): enable pprof (#22284) 2024-10-17 13:10:13 +00:00
Julien Robert
11698aa864
feat(baseapp): Abort OE in PrepareProposal (Upstream dydx) (#22287)
Co-authored-by: Teddy Ding <teddy@dydx.exchange>
2024-10-17 13:09:57 +00:00
Julien Robert
f01baf302e
fix(server/v2/cometbft): fix mock store (#22293) 2024-10-17 09:14:05 +00:00
Hieu Vu
20dd65b057
refactor: improvements on rest v2 server (#22292) 2024-10-17 09:03:57 +00:00
Vishal Potpelliwar
3440ad6e60
docs(x/accounts): fix doc (#22295) 2024-10-17 08:46:18 +00:00
Akhil Kumar P
553e11082c
test: migrate e2e/group to system tests (#22278) 2024-10-16 20:08:53 +00:00
Marko
8a0244b43b
chore: add crisis changelog (#22280) 2024-10-16 16:26:34 +00:00
Marko
76529d7680
feat(store/v2): add version exists (#22235)
Co-authored-by: Cool Developer <cool199966@outlook.com>
2024-10-16 15:55:23 +00:00
dependabot[bot]
abaccb4d4b
build(deps): Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#22270)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-16 15:10:39 +00:00
Randy Grok
e666764af6
feat: wire v2 handlers (#22112)
Co-authored-by: Randy Grok <@faulttolerance.net>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-16 14:21:18 +00:00
Wukingbow
4adbd6fadd
docs: add comments for funcs (#22279) 2024-10-16 14:08:01 +00:00
Hoa Nguyen
ee3d320eaa
chore(server): bump cosmossdk.io/core and correct comment naming (#22245) 2024-10-15 14:00:36 +00:00
dependabot[bot]
f89382df90
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.2-20240701160653-fedbb9acfd2f.2 to 1.35.1-20240701160653-fedbb9acfd2f.1 in /api (#22262)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-15 13:30:45 +00:00
Alexander Peters
3862ebabf6
chore(doc): Update sims doc (#22258) 2024-10-15 13:00:44 +00:00
Julián Toledano
77254b735b
docs: update some learn/advanced (#22255) 2024-10-15 07:19:09 +00:00
Hoa Nguyen
4274dcf442
refactor: add close body after use and fix lint (#22248) 2024-10-14 21:25:11 +00:00
xujikks
8c39f41101
docs(crypto): update docs (#22247)
Co-authored-by: keke-ka <kkektkid@163.com>
2024-10-14 12:18:51 +00:00
Julien Robert
0b43fcc216
fix(server/v2/cometbft): wire app closer (#22240) 2024-10-14 06:07:34 +00:00
Julien Robert
1f941bbec7
fix(server/v2): use only one logger for app and server (#22241) 2024-10-14 06:05:47 +00:00
Julien Robert
65ed5eb800
refactor(core): structural typing for kvstore (#22242) 2024-10-11 20:44:12 +00:00
Akhil Kumar P
4733fc1769
test: migrate e2e/auth to system tests and fix sign-batch (#22149) 2024-10-11 12:13:00 +00:00