| .. |
|
address
|
style: use thelper (#16777)
|
2023-07-03 13:33:05 +00:00 |
|
authz
|
refactor: remove cyclic authz dependencies (#16509)
|
2023-06-13 18:30:22 +00:00 |
|
bech32
|
chore: fix comments on bech32 (#18114)
|
2023-10-13 13:33:39 +00:00 |
|
errors
|
docs: add a readme to the types/errors package (#17867)
|
2023-09-25 13:13:38 +00:00 |
|
grpc
|
Add GRPCBlockHeightHeader in clientCtx gRPC requests (#7021)
|
2020-08-12 14:42:10 +00:00 |
|
kv
|
refactor: remove store kv dependency (#14144)
|
2022-12-07 20:57:47 +00:00 |
|
mempool
|
refactor!: remove global config from x/auth and client (#19447)
|
2024-03-06 13:14:16 +00:00 |
|
module
|
refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652)
|
2024-03-06 21:12:24 +00:00 |
|
msgservice
|
refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652)
|
2024-03-06 21:12:24 +00:00 |
|
query
|
chore(sdk): remove modules as a dependency (1/n) (#19003)
|
2024-01-11 07:55:50 +00:00 |
|
simulation
|
fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227)
|
2023-11-01 07:53:48 +00:00 |
|
tx
|
feat(x/gov): execute any msg as sudo (#19304)
|
2024-02-02 08:41:50 +00:00 |
|
abci.go
|
refactor!: reimplement PreFinalizeBlockHook as PreBlocker (#17713)
|
2023-09-15 07:50:17 +00:00 |
|
abci.pb.go
|
feat: Integrate tendermint Block endpoints into the cli (#14659)
|
2023-02-14 19:23:45 +01:00 |
|
account.go
|
refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937)
|
2023-01-03 11:25:09 +01:00 |
|
address_race_test.go
|
chore: typos fixes by cosmos-sdk bot (#18689)
|
2023-12-11 13:03:19 +00:00 |
|
address_test.go
|
refactor(types)!: removed global config for verifier (#18607)
|
2024-02-02 09:36:54 +00:00 |
|
address.go
|
refactor!: remove global config from x/auth and client (#19447)
|
2024-03-06 13:14:16 +00:00 |
|
bench_test.go
|
refactor(staking, slashing, signing, misc): remove aliases from types/math.go (#15902)
|
2023-04-25 08:55:17 +00:00 |
|
codec_test.go
|
feat(types): Add a ValueCodec for Uint complex type (#19164)
|
2024-01-30 22:01:09 +00:00 |
|
codec.go
|
refactor(collections): move codecs to separate package and add int keys. (#15001)
|
2023-02-19 13:06:53 +00:00 |
|
coin_benchmark_test.go
|
style: use thelper (#16777)
|
2023-07-03 13:33:05 +00:00 |
|
coin_internal_test.go
|
refactor(types/coin): export func coins.isSorted (#18756)
|
2023-12-15 12:01:28 +00:00 |
|
coin_regex.go
|
fix: fix ragel denom validation introduced in #19511 (#19701)
|
2024-03-08 15:42:30 +00:00 |
|
coin_regex.rl
|
fix: fix ragel denom validation introduced in #19511 (#19701)
|
2024-03-08 15:42:30 +00:00 |
|
coin_test.go
|
fix: fix ragel denom validation introduced in #19511 (#19701)
|
2024-03-08 15:42:30 +00:00 |
|
coin.go
|
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511)
|
2024-03-07 09:34:49 +00:00 |
|
coin.pb.go
|
refactor(types)!: remove IntProto and DecProto (#16918)
|
2023-07-12 22:16:28 +00:00 |
|
collections_test.go
|
feat: Add legacy format key codec for bytes in collections (#17104)
|
2023-08-07 09:46:26 +00:00 |
|
collections.go
|
feat(types): Add a ValueCodec for Uint complex type (#19164)
|
2024-01-30 22:01:09 +00:00 |
|
config_test.go
|
refactor(types)!: removed global config for verifier (#18607)
|
2024-02-02 09:36:54 +00:00 |
|
config.go
|
refactor!: remove global config from x/auth and client (#19447)
|
2024-03-06 13:14:16 +00:00 |
|
context_bench_test.go
|
chore: bump golangci-lint version (#18213)
|
2023-10-23 12:59:08 +00:00 |
|
context_test.go
|
refactor!: deprecate blocktime on context (#17738)
|
2023-09-18 13:55:21 +00:00 |
|
context.go
|
test: fix staking (#19623)
|
2024-03-04 10:52:17 +01:00 |
|
dec_coin_test.go
|
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511)
|
2024-03-07 09:34:49 +00:00 |
|
dec_coin.go
|
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511)
|
2024-03-07 09:34:49 +00:00 |
|
events_test.go
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|
events.go
|
refactor: use slices std (#19598)
|
2024-02-29 09:57:42 +00:00 |
|
fuzz_test.go
|
fix: types: ensure .Amount is non-nil in Coin.Validate() (#15691)
|
2023-04-05 07:36:36 +00:00 |
|
handler_test.go
|
refactor(x/auth/ante): don't use simulate bool in ante handler (#19586)
|
2024-02-29 08:39:03 +00:00 |
|
handler.go
|
refactor(x/auth/ante): don't use simulate bool in ante handler (#19586)
|
2024-02-29 08:39:03 +00:00 |
|
invariant_test.go
|
types: tests -> test suites migration (#7405)
|
2020-09-29 13:29:10 +02:00 |
|
invariant.go
|
Merge PR #4832: print all failed invariants only
|
2019-08-05 14:21:44 -04:00 |
|
mapcoins_test.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
mapcoins.go
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|
proto.go
|
refactor: migrate to cosmos/gogoproto (#13070)
|
2022-09-08 17:27:48 +00:00 |
|
result_test.go
|
chore(types): replace amino json encoder with stdlib (#18963)
|
2024-01-07 18:28:00 +00:00 |
|
result.go
|
chore(types): replace amino json encoder with stdlib (#18963)
|
2024-01-07 18:28:00 +00:00 |
|
router.go
|
chore: typos fixes by cosmos-sdk bot (#18689)
|
2023-12-11 13:03:19 +00:00 |
|
staking_test.go
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|
staking.go
|
refactor(staking): move delegation and validator interfaces to ./types (#18198)
|
2023-11-30 21:18:42 +00:00 |
|
tx_msg_test.go
|
refactor!: rm GetSignBytes (#16062)
|
2023-05-30 19:34:35 +00:00 |
|
tx_msg.go
|
feat: [ADR-070] Unordered Transactions (1/2) (#18641)
|
2024-01-04 16:58:52 +00:00 |
|
utils_test.go
|
chore: finish removing all exported *SortJSON usages (#16497)
|
2023-06-12 12:10:36 +00:00 |
|
utils.go
|
chore: remove deprecated functions SortJSON and MustSortJSON (#19306)
|
2024-01-31 12:26:13 +00:00 |