son trinh
|
4fb2347af4
|
refactor(testutil): Removing testutil integration (#23091)
|
2024-12-30 13:18:49 +00:00 |
|
Julien Robert
|
2d04a1af21
|
fix(testutil/integration): use only one context in integration test framework (#22616)
|
2024-11-25 10:54:23 +00:00 |
|
Shude Li
|
fc91e76354
|
build(all): migrate to go.uber.org/mock (#22315)
|
2024-10-21 09:58:09 +00:00 |
|
Julien Robert
|
763e4d68e4
|
feat: introduce x/validate and split x/auth/tx/config (#21822)
|
2024-09-20 15:05:46 +00:00 |
|
Alexander Peters
|
bf7768006c
|
feat(sims): Add sims2 framework and factory methods (#21613)
|
2024-09-16 13:42:48 +00:00 |
|
Daniel Wedul
|
71fa043ef4
|
fix(x/bank): Better handling of negative spendable balances (#21407)
|
2024-09-10 18:12:48 +00:00 |
|
Marko
|
70488a89a8
|
refactor: revert auth extraction (#21507)
|
2024-09-03 21:12:21 +00:00 |
|
Facundo Medica
|
19e0de5e0a
|
fix!: Add ValidateTx to ExtensionOptionChecker ante (#21403)
|
2024-08-26 14:01:24 +00:00 |
|
Facundo Medica
|
6779dc5a97
|
refactor(bank): audit/QA changes (#21048)
|
2024-08-06 16:54:37 +00:00 |
|
Marko
|
28fa3b8dfc
|
chore: use comet api pkg instead of comet alias (#20614)
|
2024-06-11 08:46:04 +00:00 |
|
son trinh
|
74d89bf506
|
refactor(x/accounts)!: accounts and auth module use the same account number tracking (#20405)
|
2024-06-03 13:40:03 +00:00 |
|
Marko
|
3a750719ba
|
refactor(x/bank): check send enabled on coins (#20343)
|
2024-05-13 12:58:22 +00:00 |
|
Marko
|
0dfb54e36a
|
refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
|
2024-05-06 14:12:00 +00:00 |
|
Marko
|
43764cff30
|
chore: consensus spinout (#20010)
|
2024-05-03 14:08:17 +00:00 |
|
Marko
|
b15732a594
|
refactor: migrate to query Consensus Params (#19600)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
|
2024-04-25 15:26:43 +00:00 |
|
Likhita Polavarapu
|
07c0aa73e0
|
feat: Add non atomic multimsg (#19350)
|
2024-04-15 09:32:29 +00:00 |
|
son trinh
|
a0d727eebc
|
refactor(x/auth): auth module can recognize x/accounts account (#20002)
|
2024-04-11 09:56:37 +00:00 |
|
Julián Toledano
|
c7534584dd
|
refactor(x/bank)!: remove Address.String() (#19954)
Co-authored-by: Marko <marko@baricevic.me>
|
2024-04-05 13:09:45 +00:00 |
|
Matt, Park
|
a1e3a85ae1
|
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511)
|
2024-03-07 09:34:49 +00:00 |
|
Julián Toledano
|
25aea8af8a
|
refactor!: remove global config from x/auth and client (#19447)
|
2024-03-06 13:14:16 +00:00 |
|
Julien Robert
|
27595925be
|
refactor(x/bank): remove duplicate logger (#19572)
|
2024-02-27 07:34:54 +00:00 |
|
Julien Robert
|
b304cf7556
|
refactor!: kill basic manager (#19512)
|
2024-02-22 14:44:49 +00:00 |
|
testinginprod
|
e846eca366
|
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2024-02-21 09:36:21 +00:00 |
|
Marko
|
f5a3bfb058
|
refactor(bank): migrate to use env var (#19477)
|
2024-02-20 09:21:18 +00:00 |
|
Marko
|
c8836248d1
|
refactor(auth): migrate to use env (#19476)
|
2024-02-19 21:09:11 +00:00 |
|
Marko
|
869c96c403
|
refactor(bank, feegrant, authz): avoid creating baseaccount (#19188)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-02-13 12:52:06 +00:00 |
|
testinginprod
|
582bba39ad
|
refactor(auth): incorporate set pub key decorator into sig verification decorator (#19093)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-01-22 14:45:57 +00:00 |
|
Julien Robert
|
8b894f73b1
|
feat(gov): add proposal types and spam votes (#18532)
|
2023-12-11 11:41:06 +00:00 |
|
Marko
|
7f540e26f9
|
refactor(bank): remove .String() calls (#18175)
Co-authored-by: Facundo <facundomedica@gmail.com>
|
2023-12-11 10:51:18 +00:00 |
|
Carlos Santiago Yanzon
|
346044afd0
|
feat: extra checks on signatures/pubkeys + check the signature first in antehandle (#18194)
|
2023-11-07 13:15:11 +00:00 |
|
Emmanuel T Odeke
|
05261cc46e
|
refactor(x/auth): spin out go.mod (#18351)
|
2023-11-07 11:42:58 +00:00 |
|
Facundo Medica
|
177e7f4595
|
feat(x/gov): implement a minimum amount per deposit (#18146)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-11-02 10:51:19 +00:00 |
|
Marko
|
7bef0227f9
|
refactor(mint): new go module (#18283)
|
2023-10-28 07:09:48 +00:00 |
|
Marko
|
21e69bad04
|
refactor(bank): add go module (#18279)
|
2023-10-27 09:25:04 +00:00 |
|
Facundo Medica
|
ab2a725863
|
chore: cleanup comet dependence in tests (#18239)
|
2023-10-26 16:20:19 +00:00 |
|
Marko
|
2a6640d488
|
refactor(staking): add go.mod (#18257)
|
2023-10-26 07:39:34 +00:00 |
|
Marko
|
4352ab1f34
|
refactor(distribution): spin out go.mod (#18199)
|
2023-10-24 15:13:04 +00:00 |
|
Marko
|
388ff4fc7e
|
refactor: move gov into own go.mod (#18197)
|
2023-10-23 14:17:04 +00:00 |
|
Julien Robert
|
2fbc547ce9
|
feat(x/gov): limit deposited coins to accepted proposal denom (#18189)
|
2023-10-20 16:05:12 +00:00 |
|
Likhita Polavarapu
|
9dd34510e2
|
feat: Move CommunityPool to its own module (#17657)
|
2023-09-27 09:09:04 +00:00 |
|
Marko
|
65a1ec64f7
|
chore: remove params module entirely (#17838)
|
2023-09-22 13:51:37 +00:00 |
|
Marko
|
79a64d07d0
|
chore!: remove params from slashing and auth (#17820)
|
2023-09-21 14:26:35 +00:00 |
|
Marko
|
5987d0003a
|
chore!: remove bank & genutil legacy migrations (#17818)
|
2023-09-21 10:33:14 +00:00 |
|
Marko
|
393dcc1f2a
|
refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-08-21 16:29:20 +00:00 |
|
Julien Robert
|
e0be2b80fc
|
feat(staking)!: add consensus and validator address codec in staking (#16959)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-13 09:08:27 +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 |
|
Jacob Gadikian
|
f0aec3f30d
|
style: use thelper (#16777)
|
2023-07-03 13:33:05 +00:00 |
|
Julien Robert
|
8c72f66396
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|