| .. |
|
address
|
style: enable strict gofumpt (#15579)
|
2023-03-28 18:59:21 +00:00 |
|
authz
|
refactor: remove cyclic authz dependencies (#16509)
|
2023-06-13 18:30:22 +00:00 |
|
bech32
|
test: types/bech32: fuzz ConvertAndEncode (#16523)
|
2023-06-13 11:25:24 +00:00 |
|
errors
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +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
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
module
|
refactor: use appmodule.AppModule in integration helpers (#16755)
|
2023-06-29 08:16:17 +00:00 |
|
msgservice
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
query
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
registry
|
refactor!: use x/tx/signing in client.TxConfig (#15822)
|
2023-04-20 16:20:21 +00:00 |
|
simulation
|
feat: add custom max gas for block for sim config (#16656)
|
2023-06-27 22:59:54 +00:00 |
|
tx
|
style: bump golangci-lint (#16667)
|
2023-06-23 12:49:34 +00:00 |
|
abci.go
|
feat!: Comet v0.38 Integration (#15519)
|
2023-05-24 16:09:19 +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
|
refactor!: Rename AccAddressFromHex (#11888)
|
2022-05-06 22:09:36 +00:00 |
|
address_test.go
|
style: bump golangci-lint (#16667)
|
2023-06-23 12:49:34 +00:00 |
|
address.go
|
docs: correct comment typo in address.go (#16671)
|
2023-06-23 19:09:25 +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
|
refactor: moving value codecs to a single place (#14912)
|
2023-02-06 09:38:20 +01: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
|
perf: Add a map coins struct to speedup bank genesis (#15764)
|
2023-04-24 09:51:37 +00:00 |
|
coin_internal_test.go
|
add sorted check for the coins sub/add fun parameter (#9240)
|
2021-05-05 15:55:28 +00:00 |
|
coin_test.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
coin.go
|
refactor: allocate less in types.Coins.safeAdd and types.DecCoins.safeAdd (#16477)
|
2023-06-09 13:46:32 +00:00 |
|
coin.pb.go
|
feat: Add proto annotations for Amino JSON (#13501)
|
2022-11-07 22:51:51 +00:00 |
|
collections_test.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
collections.go
|
refactor(distribution)!: use collections for ValidatorHistoricalRewards state (#16607)
|
2023-06-22 08:47:21 +00:00 |
|
config_test.go
|
Deprecate SetFullFundraiserPath in favor of SetPurpose and SetCoinType (#8629)
|
2021-02-22 15:14:09 +00:00 |
|
config.go
|
chore: change lock to Rlock (#14867)
|
2023-02-01 12:40:34 +01:00 |
|
context_bench_test.go
|
refactor: create go.mod for store (#14746)
|
2023-01-25 13:31:56 +00:00 |
|
context_test.go
|
style: linting (#15704)
|
2023-04-06 23:25:23 +00:00 |
|
context.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
dec_coin_test.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
dec_coin.go
|
chore: properly propagate fmt.Errorf errors + use errors.New (#16537)
|
2023-06-22 09:50:07 +00:00 |
|
denom_internal_test.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
denom.go
|
feat: allow setting the base denom (#16257)
|
2023-05-23 17:12:24 +00:00 |
|
events_test.go
|
refactor!: migrate Cosmos SDK to CometBFT (#14897)
|
2023-02-05 14:51:33 +01:00 |
|
events.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +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
|
feat(app): Update post handlers to incorporate the runMsg success bool (#13940)
|
2023-01-12 09:37:29 +00:00 |
|
handler.go
|
perf: Create Ante/Post handler chain once. (#16076)
|
2023-05-17 18:10:20 +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
|
perf: Add a map coins struct to speedup bank genesis (#15764)
|
2023-04-24 09:51:37 +00:00 |
|
math.go
|
refactor(math)!: remove aliases in math (#16040)
|
2023-05-07 17:25:59 +00:00 |
|
proto.go
|
refactor: migrate to cosmos/gogoproto (#13070)
|
2022-09-08 17:27:48 +00:00 |
|
result_test.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
result.go
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
router.go
|
chore: types audit (#14258)
|
2022-12-12 10:47:42 -05:00 |
|
staking_test.go
|
revert: Revert "feat: staking config (#10988)" (#11446)
|
2022-03-24 12:26:25 +01:00 |
|
staking.go
|
style: enable strict gofumpt (#15579)
|
2023-03-28 18:59:21 +00:00 |
|
tx_msg_test.go
|
refactor!: rm GetSignBytes (#16062)
|
2023-05-30 19:34:35 +00:00 |
|
tx_msg.go
|
refactor!: deprecate sdk.Msg.GetSigners (#15284)
|
2023-05-25 18:35:09 +00:00 |
|
utils_test.go
|
chore: finish removing all exported *SortJSON usages (#16497)
|
2023-06-12 12:10:36 +00:00 |
|
utils.go
|
chore: add sortJSON back & mark as deprecated (#16649)
|
2023-06-22 14:43:13 +00:00 |