Amaury
|
b244ffb4dd
|
chore: Clean up {accept,implement}_interface (#14476)
|
2023-01-04 14:23:24 +00:00 |
|
Likhita Polavarapu
|
36069956e3
|
refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937)
|
2023-01-03 11:25:09 +01:00 |
|
Julien Robert
|
461cf87218
|
chore: loosen assertions in SetOrderInitGenesis and SetOrderExportGenesis (#14457)
|
2023-01-02 10:05:09 +01:00 |
|
Aaron Craelius
|
ebfd057716
|
feat(client/v2): add autocli run + simapp example (#13867)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2022-12-31 01:53:08 +00:00 |
|
Julien Robert
|
02ca843d49
|
chore: clean-up app config (#14454)
|
2022-12-31 01:31:18 +01:00 |
|
Julien Robert
|
419de8de82
|
refactor: revert API breaking change on Slash (#14363)
|
2022-12-20 12:12:05 +01:00 |
|
Jacob Gadikian
|
be8c5a09c2
|
chore: lint tests (#14268)
|
2022-12-18 23:48:31 +00:00 |
|
Matt Kocubinski
|
b17c2d902e
|
refactor: x/staking 0.47 audit (#14303)
|
2022-12-14 23:09:32 +00:00 |
|
Julien Robert
|
6239cdfddb
|
chore: clean-up deprecated function usage (#14078)
|
2022-11-30 01:10:50 +01:00 |
|
Julien Robert
|
a1b09a0481
|
refactor: remove gogoproto stringer annotations (#14046)
|
2022-11-29 13:34:03 +00:00 |
|
Julien Robert
|
41f0ab15e6
|
refactor: remove gogoproto stringer annotations and MarshalYAML functions (#13850)
|
2022-11-28 12:56:00 +00:00 |
|
Julien Robert
|
6f329d70c6
|
docs: add docs about x/auth/tx (#14021)
* docs: add docs about `x/auth/tx`
* updates
* updates
* updates
* updates
* updates
* updates
* updates
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2022-11-27 20:30:23 +00:00 |
|
Facundo Medica
|
16c772d900
|
docs: (x/distribution) Fix docs for v0.47 (#14022)
|
2022-11-25 14:14:37 +00:00 |
|
Julien Robert
|
d6da7037b6
|
fix(group): migrate group policy account to base accounts with credentials (#13742)
|
2022-11-21 22:46:48 +00:00 |
|
Julien Robert
|
eb4afa74ba
|
ci: configure sonarcloud (#13921)
|
2022-11-18 15:14:49 +00:00 |
|
Aaron Craelius
|
ec27c5384b
|
refactor!: migrate to core appmodule.AppModule extension interfaces (#13794)
|
2022-11-14 21:23:55 +00:00 |
|
Julien Robert
|
4f7d9ea233
|
refactor: clean-up test helpers and tmcli (#13805)
|
2022-11-09 11:13:27 +00:00 |
|
Amaury
|
b49f948b36
|
feat: Add proto annotations for Amino JSON (#13501)
* add legacy_amino_name
* make-proto-gen
* remove useless omitempty
* add annotations
* Add proto annotations
* Add more annotations
* update cosmos-proto
* Add message scalar?
* Add comments
* Fix comment
* lint proto files
* proto-gen
* go mod tidy
* Add multisig encoding
* Add field name
* Format proto
* proto-gen
* Update proto/cosmos/msg/v1/msg.proto
Co-authored-by: Aaron Craelius <aaron@regen.network>
* Add dont_omitempty whenever we have nullable=false
* proto-gen
* Remove problematic annotations
* put legacy_amino in subpackage
* proto-gen
* Fixes
* legacy_amino.v1
* add non-working proto
* Generate in separate package
* Remove `cosmos.msg` prefix
* make proto-gen
* remove v1 too
* make proto-format
* Add field option
* format
* proto-gen
* Use underscores
* update legacy_amino -> amino
* update to `key_field`
* make proto-format
* make proto-gen
Co-authored-by: Aaron Craelius <aaron@regen.network>
|
2022-11-07 22:51:51 +00:00 |
|
Julien Robert
|
c85447cdb9
|
docs: add documentation about depinject and app wiring (#13683)
|
2022-11-07 19:19:07 +00:00 |
|
Julien Robert
|
7efeb826e0
|
refactor: rename migrations from v42, v43, v{SDK} to v1, v2, v{Consensus} (#13772)
* chore: rename migrations from v42, v43 to v1, v2
* group migration should be in #13742
* updates
|
2022-11-07 11:32:56 +01:00 |
|
Julien Robert
|
d6e5bb3669
|
docs: fix toc links (#13770)
|
2022-11-04 15:35:22 +00:00 |
|
Julien Robert
|
08be7ee74b
|
refactor: extract MockTendermintRPC to testutil/cli
|
2022-11-03 22:40:52 +00:00 |
|
Marko
|
634783f6f3
|
docs: staking param docs fix #13755
|
2022-11-03 17:30:14 -04:00 |
|
Marko
|
61ed5d1d9f
|
docs staking fix (#13745)
|
2022-11-03 10:57:11 -04:00 |
|
Julien Robert
|
0d8787c3bd
|
feat: handle additional x/auth module app config parameters (#13684)
|
2022-11-01 06:39:21 +00:00 |
|
Giancarlos Salas
|
18d8b64ce5
|
refactor: check begin, end block interface extensions (#13560)
|
2022-10-17 08:17:01 +00:00 |
|
Julien Robert
|
3c9b244f62
|
refactor: automate EventTypeMessage inclusion in every message execution (#13532)
|
2022-10-16 19:00:34 -04:00 |
|
Aleksandr Bezobchuk
|
ebe0f5c6ee
|
fix: update param validation to fail on nil dec (#13553)
|
2022-10-15 00:24:25 +02:00 |
|
Aaron Craelius
|
f3a558c6b4
|
refactor!: require exported app wiring providers (#13292)
|
2022-10-10 20:27:44 +00:00 |
|
Julien Robert
|
214b11dcba
|
feat: add github links in docs (#13491)
* feat: add github links in docs
* apply proto theme
* fix toc
|
2022-10-10 20:02:32 +02:00 |
|
Julien Robert
|
a74989ddf4
|
feat: migrate to docusaurus (#13471)
|
2022-10-10 14:01:53 +00:00 |
|
Marko
|
84675a6bf1
|
feat!: IS rebase (#13122)
* feat: IS rebase (squash da53124..b45dd5f)
* clean up docs
* fix: fix IS tests (#13420)
* revert key update
* add hook error handling
* impl feedback
* add changelog
* implements style nits
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* more nits
* fix tests
Co-authored-by: Simon <sainoe@users.noreply.github.com>
* add godoc
* add godoc
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2022-10-09 12:21:20 +02:00 |
|
Julien Robert
|
74ce07eb26
|
docs: improve documentation navigation and redirection (#13455)
|
2022-10-06 15:51:10 +02:00 |
|
Marko
|
306a9a7170
|
feat!: consensus module (#12905)
|
2022-10-05 18:06:24 +00:00 |
|
Julien Robert
|
80ce491734
|
refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil (#13427)
* refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil`
* updates
* updates
|
2022-10-02 10:42:52 -04:00 |
|
Julien Robert
|
53519ea5b3
|
refactor: simplify hooks implementation (#13396)
|
2022-09-27 20:37:26 +02:00 |
|
omahs
|
6f337b4d74
|
docs: fix typos (#13399)
|
2022-09-27 09:30:41 +00:00 |
|
Jacob Gadikian
|
af816057f2
|
chore: run make format (#13375)
|
2022-09-24 00:22:03 +02:00 |
|
Julien Robert
|
df40c0a9d1
|
refactor!: remove broadcast mode block (#12659)
|
2022-09-23 15:16:31 +00:00 |
|
Julien Robert
|
79f277c111
|
fix: fix buf commit link (#13345)
|
2022-09-20 21:21:45 +02:00 |
|
Marko
|
d04392c5e2
|
chore: cleanup changelog (#13320)
|
2022-09-16 10:48:43 -04:00 |
|
Amaury
|
340c01bf5a
|
fix!: Fix group amino codec (#13307)
* fix!: Fix group amino codec
* changelog
|
2022-09-15 17:06:43 +00:00 |
|
Aaron Craelius
|
5deb137f7a
|
feat: add proto annotation for Msg services (#13178)
* feat: add proto annotation for Msg services
* add annotation to Msg services
* proto gen
* add CHANGELOG entry
* expand doc string
* codegen
* revert
* proto-gen
* revert
|
2022-09-14 09:27:45 +00:00 |
|
Marko
|
a79eafa0b1
|
build docker without build-linux (#13257)
|
2022-09-13 10:08:38 +00:00 |
|
cool-developer
|
c2c2d24b14
|
add cli test (#13194)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2022-09-13 08:52:58 +00:00 |
|
Julien Robert
|
6d0ef15b0a
|
refactor: migrate to cosmos/gogoproto (#13070)
|
2022-09-08 17:27:48 +00:00 |
|
Amaury
|
d9972c4dd1
|
fix!: Fix gov amino codec (#13196)
* fix!: Fix gov amino codec
* changelog
|
2022-09-08 15:35:57 +00:00 |
|
Amaury
|
279f3f17a5
|
feat: Add proto annotation for deterministic queries (#13174)
* feat: Add proto annotation for deterministic queries
* Add comment
* Tweak comment
* protocgen
* Add gas
|
2022-09-08 13:33:40 +00:00 |
|
Marko
|
1ad3b29560
|
chore: proto image migrate to ghcr (#13168)
|
2022-09-07 12:03:00 +00:00 |
|
Aleksandr Bezobchuk
|
a0682b14f4
|
chore: collapse module spec and readme (#13143)
* updates
* add auth and separate vesting
* authz
* capability
* crisis
* epoching
* nft
* mint
* params
* upgrade
* fix website build
* finish other modules
* fix `pre.sh` and update modules title
* add docs
* display vesting in docs
* add page splitting for missing modules
* updates
* improve `pre.sh`
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2022-09-05 12:26:40 +00:00 |
|