Commit Graph

1938 Commits

Author SHA1 Message Date
Facundo Medica
adb65c920b
docs: RFC for Optimistic Execution (#16499)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-08 16:00:24 +00:00
Julien Robert
bdb7387fa9
refactor: reword upgrading.md and verify match with repo (#17262) 2023-08-07 15:53:45 +00:00
Julien Robert
6f29897bf0
refactor(client/v2): refactor of flags (#17306) 2023-08-07 13:53:02 +00:00
Julien Robert
60198f077a
fix(runtime): allow to properly register non app wiring modules (#17284) 2023-08-07 11:07:39 +00:00
samricotta
213ddf7240
docs: Amend usage of sdk.Context (#17239) 2023-08-04 17:20:22 +00:00
Facundo Medica
c3ae0b09d4
fix: ValidatorStore interface doesn't match StakingKeeper (#17164)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-03 22:53:05 +00:00
Josh Klopfenstein
228c28687b
docs: fix typo in 00-protobuf.md (#17232) 2023-08-03 08:41:17 +00:00
Richard Gibson
e3a0486828
docs: fix app.toml links (#17264) 2023-08-02 17:08:03 +00:00
Richard Gibson
63113e88ed
docs: Better describe ABCI-exposed /key and /subspace store APIs (#17231) 2023-08-01 23:34:04 +00:00
Facundo Medica
cb5b8cf1d3
fix: Allow VerifyVoteExtensions without ExtendVote (#17251) 2023-08-01 16:10:55 +00:00
samricotta
236fe4c21e
docs: additional fields in context.go to be added to context.md (#17199) 2023-07-31 12:33:10 +00:00
Julien Robert
2c5f36c259
docs: improve usage of :::note (#17132) 2023-07-26 08:53:08 +00:00
Julien Robert
fa4d87ef7e
feat(client/v2): combine autocli and custom cmd within a module (#17088) 2023-07-25 21:11:17 +00:00
dependabot[bot]
32ef6361db
build(deps): Bump postcss from 8.4.26 to 8.4.27 in /docs (#17116)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 19:34:39 +00:00
Carlos Santiago Yanzon
506e87a696
refactor!: remove rosetta from repo (#17112) 2023-07-24 19:19:20 +00:00
testinginprod
4283aec079
docs: RFC-04 Accounts (#15507)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>
2023-07-24 09:24:55 +00:00
Julien Robert
9ba6b72fe5
docs(cosmovisor): fix typo in installation instructions (#17038) 2023-07-18 08:47:55 +00:00
Julien Robert
1236c52987
feat(api): add autocli options to enhance custom commands (#17033) 2023-07-18 04:11:49 +00:00
dependabot[bot]
f3f4a15405
build(deps): Bump postcss from 8.4.24 to 8.4.26 in /docs (#17031)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 16:44:13 +00:00
dependabot[bot]
f1832a6501
build(deps): Bump tailwindcss from 3.3.2 to 3.3.3 in /docs (#17032)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 16:43:38 +00:00
Facundo Medica
38f1014d26
feat: Add preFinalizeBlockHook to allow VE persistence (#16898)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-07-14 17:44:13 +00:00
dependabot[bot]
1f470fcff7
build(deps): Bump semver from 5.7.1 to 5.7.2 in /docs (#16916)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 06:29:14 +00:00
Julien Robert
f3e4697195
feat!: simplify AppModuleBasic interface for CLI (#16890) 2023-07-10 13:36:22 +00:00
Keefer Taylor | Tessellated
4a819721dd
docs: improve keeper docs formatting (#16891) 2023-07-10 07:08:28 +00:00
Aleksandr Bezobchuk
864ce72b79
docs: Update ADR 064 (#16885) 2023-07-07 17:33:22 +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
f8c8de4614
refactor: use appmodule.AppModule in integration helpers (#16755) 2023-06-29 08:16:17 +00:00
Aaron Craelius
e2b38b6619
docs: RFC-002 Zero Copy Encoding (#15404) 2023-06-28 09:21:45 +00:00
Marko
de731790fc
docs: update for 0.38 (#16501)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-06-27 12:31:50 +00:00
Aleksandr Bezobchuk
0edd9a3ef6
docs: ADR-067 Simulator v2 (#16400) 2023-06-23 19:59:41 +00:00
Aleksandr Bezobchuk
75b4918b94
fix: check tx gas limit against block gas limit (#16547)
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-06-20 18:37:33 +00:00
Julien Robert
3aab81f45d
docs: add explaination on how to change home folder globaly (#16620) 2023-06-20 15:18:56 +00:00
Marko
9769e2404e
chore: changelog & upgrading documentation for ABCI++ (#16315)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-09 11:06:44 +00:00
Julien Robert
72531d2036
chore: configure release/v0.50.x branch (#16447) 2023-06-07 23:08:34 +00:00
dependabot[bot]
2bfbade491
build(deps): Bump postcss from 8.4.23 to 8.4.24 in /docs (#16421)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 17:50:12 +00:00
Marko
efdc955ad9
chore: change prepare and process proposal to be NoOps by default (#16407)
Co-authored-by: Sergio Mena <sergio@informal.systems>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-02 14:46:47 +00:00
Julien Robert
b590b09107
chore: small snapshot commands & docs improvement (#16404) 2023-06-02 12:02:08 +00:00
Julien Robert
89b10094a2
docs: move around upgrade docs (#16339) 2023-05-31 10:49:36 +00:00
Julien Robert
0360c3d87f
docs: update streaming docs (#16311) 2023-05-26 13:47:46 +00:00
Julien Robert
cf1a573679
chore: set correct eden version number (#16281) 2023-05-24 19:58:45 +00:00
Julien Robert
d2671adfb5
docs: retract adr-47 (#16189) 2023-05-16 19:58:14 +00:00
dependabot[bot]
e34a3e0559
build(deps): Bump @docusaurus/core from 2.4.0 to 2.4.1 in /docs (#16161)
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-05-15 19:39:05 +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
Aaron Craelius
12923c33ed
docs: update ADR 063 and 057 to describe modular runtimes and module semver (#15963) 2023-05-08 15:15:09 +00:00
Marko
1705615ef0
feat: add header and comet info service (#15850)
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-05-03 13:32:25 +00:00
Marko
d31f2964b0
feat!: Define Genesis state transition (#15999) 2023-05-03 08:58:58 +00:00
Marko
678ee79264
chore: move precommit & preparecheckstate to core api (#15923) 2023-05-02 07:17:00 +00:00
dependabot[bot]
665d1b4345
build(deps): Bump tailwindcss from 3.3.1 to 3.3.2 in /docs (#16001)
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-05-01 19:47:59 +00:00
Julien Robert
07daf15e49
docs: fix spec link (#15991) 2023-04-29 14:04:47 +00:00