Commit Graph
233 Commits
Author SHA1 Message Date
680f4c0a30 feat(x/gov): implement a minimum amount per deposit (backport #18146) (#18333)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-11-02 20:18:55 +01:00
026631cd83 feat(x/feegrant): Add limits to grant pruning and enable message to aid manually (backport #18047) (#18128)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-23 16:08:33 +00:00
mergify[bot]andJulien Robert e6b06db813 fix(simapp): do not overwrite tx options (backport #17920) (#17926)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-29 13:21:10 +02:00
deea20c712 refactor!: remove tips (backport #17787) (#17819)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-21 10:24:58 +02:00
657add7a8a chore: format proto files (backport #17445) (#17447)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-18 17:01:43 +02:00
d200d421ec feat(bank): Add secondary query for bank metadata (backport #16852) (#17168)
Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-27 23:53:55 +00:00
16ab635645 refactor(staking): use validator & address codecs in staking (backport #16958) (#17066)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-19 16:02:28 +02:00
mergify[bot]andJulien Robert 562723cfa9 chore: replace amino cosmos_dec_bytes annoation by scalar cosmos.Dec and add missing annotations (backport #17000) (#17002)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-14 18:46:33 +00:00
mergify[bot]andAhmet Ömer Kayabaşı d4284d7f14 feat(gov): Add proposal failed reason (backport #16976) (#16992)
Co-authored-by: Ahmet Ömer Kayabaşı <69629296+amedumer@users.noreply.github.com>
2023-07-13 20:45:59 +02:00
Robert Zaremba 914e4e5136 chore(proto): deprecated IntProto and DecProto (#16980) 2023-07-13 13:28:57 +02:00
mergify[bot]andJulien Robert 5567e86977 feat(api): add consensus bech32 prefix in app config (backport #16945) (#16964)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-12 22:08:07 +00:00
mergify[bot]andLikhita Polavarapu 0028264b73 chore: x/circuit audit changes (backport #16901) (#16953)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-07-12 15:03:38 +02:00
mergify[bot]andLikhita Polavarapu 73aa872155 chore: x/gov Audit changes (backport #16822) (#16844)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-07-05 17:31:08 +02:00
af357c8d30 chore(x/staking): audit changes (backport #16795) (#16815)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-03 08:04:12 +00:00
mergify[bot]andJulien Robert d9c53bfefc refactor!: remove types/math aliases (backport #16798) (#16803)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 19:56:38 +02:00
mergify[bot]andJulien Robert 0bbfc654a3 feat(auth,client/v2): add validator address codec (backport #16768) (#16789)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 10:33:40 +00:00
730a352b0a fix(x/consensus): Add missing ABCI consensus param in MsgUpdateParams (backport #16713) (#16745)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-28 20:30:04 +00:00
ce7c059f78 refactor: x/bank audit changes (backport #16690) (#16724)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-27 15:21:41 +00:00
mergify[bot]andLikhita Polavarapu 48f2b02899 refactor: x/consensus audit changes (backport #16695) (#16718)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-06-27 12:22:55 +00:00
Matt Kocubinski 737dcfd1a2 refactor!: rm GetSignBytes (#16062) 2023-05-30 19:34:35 +00:00
Julien Robert 3608dabf77 chore: implement feedback of automerged prs (#16308) 2023-05-26 10:42:18 +00:00
Jeancarlo BarriosandJulien Robert be2003e581 feat(group): add group event tally result (#16191)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-26 09:43:17 +00:00
Julien Robert cf1a573679 chore: set correct eden version number (#16281) 2023-05-24 19:58:45 +00:00
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
Julien Robert 2c702e6563 feat(gov,group): improve metadata checks and add docs (#16235) 2023-05-22 11:54:42 +00:00
b8e15a7930 feat: module circuit breaker (#14521)
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-05-15 14:38:48 +00:00
bjwswang 908677e648 chore: fix typo in staking's genesis proto (#16095)
Signed-off-by: bjwswang <bjwswang@gmail.com>
2023-05-11 09:03:35 +00:00
Julien Robert ebcad58468 fix(autocli): fix simapp enhancing (#15906) 2023-04-25 14:08:02 +00:00
Bryce Nealanddydxwill 93d64cc6fe feat: Add PrepareCheckState and Precommit callbacks (#14860)
Co-authored-by: dydxwill <119354122+dydxwill@users.noreply.github.com>
2023-04-23 16:04:36 +00:00
Aaron Craelius 654f26e55c fix!: correctly annotate validator and consensus address fields (#15710) 2023-04-20 16:55:13 +00:00
9e4fbb6db1 feat!: add node status endpoint (#15597)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-04-13 13:42:52 +00:00
Julien Robert ee53930fc1 refactor(distribution): move ValidateBasic logic to msgServer (#15755) 2023-04-11 08:11:52 +00:00
Aleksandr Bezobchuk 4684c854d4 refactor!: x/slashing missed block window (#15580) 2023-04-10 16:58:41 +00:00
Marko 67c1c788b2 chore: add circuit proto definitions (#15722) 2023-04-07 07:53:22 +00:00
Julien Robert d9e04c56c6 revert(consensus): revert proto breaking change (#15627) 2023-03-30 17:59:14 +02:00
Marko a5ad307ae6 refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00
Aleksandr Bezobchuk ee9774af27 feat: auto-set block timestamp for historical queries (#15448) 2023-03-28 15:10:26 +00:00
Robert Zaremba 5612bb815b docs: improve proto vesting docs about time attributes (#15474)
## Description

Added a little bit more comments to note about the meaning / type of the numeric time values.

When I'm creating the vesting accounts, I always have to  double check it, and end up looking at the code.
2023-03-20 16:40:19 +00:00
AmauryandMarko 897ef64712 feat: Validate Msg proto annotations (#13793)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-20 16:27:36 +01:00
Julien Robert a53aee4eea chore: clean-up after go-plugin system pr (#15402) 2023-03-14 23:03:48 +00:00
6f3f2c9b16 refactor!: ADR-038 go-plugin system (#14207)
Co-authored-by: HuangYi <huang@crypto.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2023-03-14 18:09:30 +00:00
e90271aca2 feat: add MsgCancelUnbondingDelegation to Staking Authorization (#15164)
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-13 22:28:20 +00:00
Marko ccdd07ff7d refactor: remove capability module (#15344) 2023-03-10 12:59:10 +00:00
Julien Robert 5f47935747 chore: make proto-gen due to dep update (#15268) 2023-03-06 10:54:50 +01:00
Chi Xiao Wenandchixiaowen a49151d693 refactor: remove bytes/HexBytes (#15211)
Co-authored-by: chixiaowen <chixiaowen@zhigui.com>
2023-03-01 18:27:23 +00:00
Julien Robert 2f4654e40c chore: clean-up of #15151 (#15219) 2023-03-01 11:07:07 +00:00
Marko 44495e7a79 refactor: add burnable params to governance (#15151) 2023-02-28 20:44:46 +00:00
41690532be refactor: Refactor TxSearch (#14758)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-24 16:08:53 +00:00
samricotta eb98685508 feat: constitution (#15125) 2023-02-22 18:41:59 +01:00
Matt Kocubinski 407c7572b9 feat: api updates required for aminojson encoder (#15019) 2023-02-15 20:15:31 -07:00