Marko
1be29b744b
refactor(server): use bootstrap api from comet ( #17899 )
2023-09-27 17:23:42 +00:00
Marko
65a1ec64f7
chore: remove params module entirely ( #17838 )
2023-09-22 13:51:37 +00:00
Chill Validation
c92b25784c
feat: Wait shutdown-grace-seconds to flush async db writes to disk ( #17094 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-15 08:19:34 +00:00
zakir
b094b65aa0
fix(config): mempool.max-txs configuration is invalid ( #17649 )
2023-09-07 05:40:17 +00:00
yihuang
202c291c4a
remove duplicated app.Close call ( #17619 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-09-05 07:16:35 +00:00
Julien Robert
6601713eb6
feat(client): allow overwritting client.toml ( #17513 )
2023-08-29 08:40:13 +00:00
Julien Robert
03fb7da26d
fix(log): custom marshaller produce invalid data ( #17532 )
2023-08-25 13:14:24 +00:00
mmsqe
751c0c892c
fix(rpc): change the default json-rpc listen address to localhost ( #17470 )
2023-08-23 12:55:21 +00:00
Julien Robert
6b0f8add45
fix: use correct config key for db_backend ( #17406 )
...
Co-authored-by: Kevin Yang <5478483+k-yang@users.noreply.github.com>
2023-08-16 18:29:41 +00:00
Julien Robert
208219a428
feat: use autocli for comet commands ( #17389 )
2023-08-16 10:47:34 +00:00
Julien Robert
f8f4c35a9f
refactor(types)!: remove handler and update docs ( #17358 )
2023-08-11 10:45:42 +00:00
Dev Ojha
dea5b97eb2
feat!: Add gas limits to queries ( #16239 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-08 20:30:29 +00:00
zakir
c36c86005f
refactor(cli): remove duplicate --home flag ( #17215 )
2023-08-01 09:42:32 +00:00
zakir
f47749b9f0
fix: text output format of block-results cmd cli ( #17183 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-31 12:42:44 +00:00
Julien Robert
898f66aacd
refactor: remove iavl-lazy-loading from config ( #17177 )
2023-07-28 13:29:20 +00:00
larry
ca74dcce7e
feat: Add CLI commands: 1) simulate a transaction, 2) query block results ( #16887 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-12 17:36:00 +00:00
ruthishvitwit
fd7e549a3c
chore: enable errcheck linter ( #16406 )
2023-07-12 08:58:27 +00:00
Facundo Medica
ebe97e5e12
fix: Revert 16794 ( #16895 )
2023-07-10 07:45:48 +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
Julien Robert
8d80df8e3c
fix: properly use --trace flag ( #16827 )
2023-07-04 19:11:27 +00:00
Jacob Gadikian
f0aec3f30d
style: use thelper ( #16777 )
2023-07-03 13:33:05 +00:00
Julien Robert
e4e7922cea
refactor(genutil): audit ( #16818 )
2023-07-03 12:29:46 +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
Julien Robert
a067ef6f37
fix: revert f235aae (part 2) ( #16697 )
2023-06-27 13:48:30 +00:00
yihuang
0a7bb0600b
feat: make abci handshake graceful interruptible ( #16206 )
2023-06-27 02:05:37 +00:00
Jacob Gadikian
8d4ff7a19a
style: bump golangci-lint ( #16667 )
2023-06-23 12:49:34 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
Emmanuel T Odeke
99a570a7aa
chore: properly propagate fmt.Errorf errors + use errors.New ( #16537 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-06-22 09:50:07 +00:00
yihuang
c63d5fa75e
refactor: cleanup profiling code with equivalent one ( #16634 )
2023-06-21 11:44:02 +00:00
cool-developer
3e18f4088b
feat: update store module for new iavl ( #15568 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-06 19:08:35 +00:00
Julien Robert
b590b09107
chore: small snapshot commands & docs improvement ( #16404 )
2023-06-02 12:02:08 +00:00
Julien Robert
0bded0d195
fix: do not overwrite comet config when set in InterceptConfigsPreRunHandler ( #16395 )
2023-06-01 11:21:28 +00:00
Aaron Craelius
82659a7477
refactor!: deprecate sdk.Msg.GetSigners ( #15284 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-05-25 18:35:09 +00:00
Aleksandr Bezobchuk
6cee22df52
feat!: Comet v0.38 Integration ( #15519 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00
Dev Ojha
b500b0104f
refactor: Apply Yihuang's server blocking improvement ( #16252 )
2023-05-23 09:25:47 +00:00
Dev Ojha
38f27e3d1a
refactor: More cleanup of server/start.go ( #16238 )
2023-05-22 11:25:10 +00:00
yihuang
de75e568b4
feat: make StartCmd more customizable ( #16209 )
2023-05-19 09:41:29 +00:00
yihuang
09ca393a19
feat: add Close method for resource cleanup in graceful shutdown ( #16193 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-17 20:04:43 +00:00
Dev Ojha
9329a00e93
refactor: Split up server functions a bit ( #16152 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-05-17 12:52:19 +00:00
Dev Ojha
94dec7a4d6
perf: Remove indentation in REST respones ( #16142 )
2023-05-13 15:10:31 +00:00
yihuang
c1ceb3bdda
feat: add local snapshots management commands ( #16067 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-11 10:11:31 +00:00
Marko
25df90d0fc
feat!: bootstrap comet cmd for local state sync ( #16061 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: HuangYi <huang@crypto.com>
2023-05-10 10:25:07 +00:00
Julien Robert
0da5e83176
feat: default to noop mempool when max-txs is negative ( #16071 )
2023-05-09 17:41:20 +00:00
dependabot[bot]
6403d76c48
build(deps): Bump google.golang.org/grpc from 1.54.0 to 1.55.0 in /errors ( #16055 )
...
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: marbar3778 <marbar3778@yahoo.com>
2023-05-08 13:04:23 +00:00
Julien Robert
16e940df55
chore: rename comet logger wrapper ( #15983 )
2023-04-28 14:36:09 +00:00
Facundo Medica
428e19f4f0
refactor(x/distribution)!: Use KVStoreService, context.Context and return errors instead of panic ( #15948 )
2023-04-27 13:26:51 +00:00
Julien Robert
ebcad58468
fix(autocli): fix simapp enhancing ( #15906 )
2023-04-25 14:08:02 +00:00
samricotta
e77156858f
refactor(staking, slashing, signing, misc): remove aliases from types/math.go ( #15902 )
2023-04-25 08:55:17 +00:00
Matt Kocubinski
86b88b1ace
refactor!: use x/tx/signing in client.TxConfig ( #15822 )
2023-04-20 16:20:21 +00:00
Marko
d6762e930d
refactor(groups): remove global bech32 ( #15707 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-14 16:25:22 +00:00