Marko
6db53cafcb
chore(sdk): remove modules as a dependency (1/n) ( #19003 )
2024-01-11 07:55:50 +00:00
Marko
732f26b5fe
chore(types): replace amino json encoder with stdlib ( #18963 )
2024-01-07 18:28:00 +00:00
Aleksandr Bezobchuk
6ec53aaf54
feat: [ADR-070] Unordered Transactions (1/2) ( #18641 )
...
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-04 16:58:52 +00:00
Aleksandr Bezobchuk
19eddeeb24
fix(abci): add ExecModeVerifyVoteExtension ( #18915 )
2024-01-03 06:29:00 +00:00
Aleksandr Bezobchuk
4a2c13d445
chore(docs): update AnteHandler godoc ( #18913 )
2023-12-30 11:16:22 +00:00
Dong Lieu
de4c9e743f
perf: Speedup DecCoin.Sort() when coins is of length 1 ( #18888 )
2023-12-26 12:24:28 +00:00
Dev Ojha
bd04173012
perf: Speedup coins.Sort() when coins is of length 1 ( #18875 )
2023-12-23 10:15:25 +00:00
Luke
98c6b1d712
feat(types): add MustValAddressFromBech32 function ( #18768 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-17 08:18:44 +00:00
Carlos Santiago Yanzon
e352f57b81
refactor(types)!: removed txEncoder from global config ( #18695 )
2023-12-15 19:57:40 +00:00
levisyin
a5f1217c9a
refactor(types/coin): export func coins.isSorted ( #18756 )
2023-12-15 12:01:28 +00:00
Cosmos SDK
14e261eb73
chore: fix spelling errors ( #18734 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-13 14:05:58 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot ( #18689 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
0xn4de
b18dd177f7
chore(docs): fix typos & wording in docs ( #18667 )
2023-12-09 21:47:16 +00:00
Marko
a7ececc34d
refactor(staking): move delegation and validator interfaces to ./types ( #18198 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-30 21:18:42 +00:00
Carlos Santiago Yanzon
a37f4165f8
refactor(types,client)!: refactor global address sdk.Config ( #18372 )
2023-11-29 16:24:10 +00:00
Taeguk Kwon
21032c9cf8
chore: fix typos ( #18559 )
2023-11-27 10:53:34 +00:00
Chenqun Lu
d3e662da1f
imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic ( #18506 )
2023-11-27 09:41:17 +00:00
alexfmpe
34b1634134
chore: fix typo ( #18545 )
2023-11-24 23:53:00 +00:00
Federico Kunze Küllmer
b7fb2928e1
perf: add AmountOfNoValidation for DecCoins ( #18440 )
2023-11-10 17:38:04 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod ( #18351 )
2023-11-07 11:42:58 +00:00
Chenqun Lu
79246d2f44
fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. ( #18227 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-11-01 07:53:48 +00:00
Marko
e6a4c78e73
refactor: remove usage of global basedenom ( #18268 )
2023-10-30 19:39:51 +00:00
Marko
44db964e91
test: add counter module ( #18272 )
2023-10-30 19:07:58 +00:00
Marko
21e69bad04
refactor(bank): add go module ( #18279 )
2023-10-27 09:25:04 +00:00
Julien Robert
797ae0fe99
refactor: modules should implement appmodule.AppModule ( #18252 )
2023-10-25 12:31:37 +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
Marko
94a2164d19
chore: bump golangci-lint version ( #18213 )
2023-10-23 12:59:08 +00:00
Chenqun Lu
611cd36b8b
fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. ( #17911 )
...
Co-authored-by: Luke <chenqun.l@kaitaitech.cn>
2023-10-20 14:18:53 +00:00
Marko
bff3104781
chore: fix comments on bech32 ( #18114 )
2023-10-13 13:33:39 +00:00
Julien Robert
45b44e678c
fix(x/gov): set default constitution in gov migration ( #17953 )
2023-10-06 08:16:25 +00:00
Julien Robert
b62301d9d1
feat(client/v2): signing ( #17913 )
2023-10-05 11:04:46 +00:00
Julien Robert
b478f26888
fix(simapp): do not overwrite tx options ( #17920 )
2023-09-29 10:03:24 +00:00
Marko
9d07b8ca8e
refactor!: use context.Context in genesis api ( #17885 )
2023-09-26 16:03:41 +00:00
Marko
76d1918dca
docs: add a readme to the types/errors package ( #17867 )
2023-09-25 13:13:38 +00:00
Julián Toledano
bb35cf17e6
refactor: deprecate eip191 signmode ( #17740 )
2023-09-25 09:26:30 +00:00
Marko
65a1ec64f7
chore: remove params module entirely ( #17838 )
2023-09-22 13:51:37 +00:00
Marko
6715b5afb5
refactor!: remove tips ( #17787 )
2023-09-20 12:00:22 +00:00
Marko
6615ff4f76
refactor!: deprecate blocktime on context ( #17738 )
2023-09-18 13:55:21 +00:00
Facundo Medica
8df065b611
feat: Optimistic Execution ( #16581 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-18 13:52:54 +00:00
Marko
ddcb37cbd7
chore: fix deprecation annotations ( #17784 )
2023-09-18 13:11:25 +00:00
mmsqe
f99a6242a9
refactor!: reimplement PreFinalizeBlockHook as PreBlocker ( #17713 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-15 07:50:17 +00:00
Marko
36a9330adb
refactor: deprecate Voteinfo in favour of Cometinfo on Context ( #17670 )
2023-09-14 09:13:19 +00:00
Elias Naur
e90e5e1f97
refactor: remove unused context argument from types/simulation.RandomFees ( #17737 )
2023-09-14 08:50:49 +00:00
Marko
e47795e3d4
build(deps): Bump cosmossdk.io/core from 0.11.0 to 0.12.0 ( #17688 )
2023-09-13 21:04:50 +00:00
Julien Robert
2154ce0bbe
refactor: precise compiler assertions and cleanup module.go ( #17718 )
2023-09-13 16:15:53 +00:00
mmsqe
4eb0185413
feat: introduce PreBlock ( #17421 )
2023-09-13 12:30:48 +00:00
Marko
5eaa7b8d3c
fix: genesis on migrations ( #17679 )
2023-09-11 18:24:25 +00:00
Bala Murali Krishna Komatireddy
cc7b1178ef
fix: nil pointer ref priority nonce mempool iterator ( #17668 )
2023-09-11 08:51:07 +00:00
Marko
6ce2505f6b
refactor: introduce abciGenesis interface ( #17554 )
2023-08-29 15:24:09 +00:00