cosmos-sdk/types
mergify[bot] 5d406c19b2
perf: Speedup DecCoin.Sort() when coins is of length 1 (backport #18888) (#18890)
Co-authored-by: Dong Lieu <93205232+DongLieu@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-26 16:02:48 +00:00
..
address refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
bech32 chore: fix comments on bech32 (backport #18114) (#18117) 2023-10-13 14:03:55 +00:00
errors refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
grpc Add GRPCBlockHeightHeader in clientCtx gRPC requests (#7021) 2020-08-12 14:42:10 +00:00
kv chore: minor cleanup of types (#13430) 2022-10-02 15:03:03 +02:00
mempool fix: nil pointer ref priority nonce mempool iterator (backport #17668) (#17675) 2023-09-11 19:41:59 +02:00
module feat: support extension options for build tx (backport: #15992) (#16317) 2023-05-28 14:14:01 +00:00
msgservice feat: add proto annotation for Msg services (#13178) 2022-09-14 09:27:45 +00:00
query refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
simulation feat: add custom max gas for block for sim config (backport #16656) (#16730) 2023-06-28 09:30:44 +00:00
tx fix: rename back TxExtensionOptionI (backport #16145) (#16154) 2023-05-15 16:11:13 +00:00
abci.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
abci.pb.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
address.go docs: correct comment typo in address.go (backport #16671) (#16675) 2023-06-23 22:13:38 +00:00
address_race_test.go refactor!: Rename AccAddressFromHex (#11888) 2022-05-06 22:09:36 +00:00
address_test.go fix: accaddr cachefix (backport #15433) (#15652) 2023-03-31 12:37:35 +00:00
bench_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
codec.go Remove ServiceMsgs from ADR-031 (#9139) 2021-04-30 11:00:47 +00:00
coin.go perf: Speedup coins.Sort() when coins is of length 1 (backport #18875) (#18878) 2023-12-23 14:37:39 +00:00
coin.pb.go feat: Add proto annotations for Amino JSON (#13501) 2022-11-07 22:51:51 +00:00
coin_benchmark_test.go test: fix BenchmarkCoinsAdditionIntersect panic (#9904) 2021-08-11 02:13:17 -07: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 fix: sdk.Coins.Add (backport #14715) (#14791) 2023-01-26 16:01:12 +00:00
config.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
config_test.go Deprecate SetFullFundraiserPath in favor of SetPurpose and SetCoinType (#8629) 2021-02-22 15:14:09 +00:00
context.go fix: Make WithBlockTime() consistent with CometBFT canonical time (backport #15124) (#15156) 2023-02-24 20:40:36 +00:00
context_test.go fix: Make WithBlockTime() consistent with CometBFT canonical time (backport #15124) (#15156) 2023-02-24 20:40:36 +00:00
dec_coin.go perf: Speedup DecCoin.Sort() when coins is of length 1 (backport #18888) (#18890) 2023-12-26 16:02:48 +00:00
dec_coin_test.go fix: prevent nil DecCoin creation when converting Coins to DecCoins (#12903) 2022-08-11 21:39:46 +00:00
denom.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
denom_internal_test.go cli: convert coins to smallest unit registered (#7777) 2020-11-16 11:34:54 +00:00
events.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
events_test.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
handler.go feat(app): Update post handlers to incorporate the `runMsg` success bool (backport #13940) (#14586) 2023-01-13 17:49:26 +01:00
handler_test.go feat(app): Update post handlers to incorporate the `runMsg` success bool (backport #13940) (#14586) 2023-01-13 17:49:26 +01:00
invariant.go Merge PR #4832: print all failed invariants only 2019-08-05 14:21:44 -04:00
invariant_test.go types: tests -> test suites migration (#7405) 2020-09-29 13:29:10 +02:00
math.go refactor: Move sdk.Dec to math package (#12634) 2022-07-20 15:13:45 +00:00
proto.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
result.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
result_test.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
router.go chore: types audit (backport #14258) (#14262) 2022-12-12 19:06:15 +01:00
staking.go feat: overwrite default denom in `init` cmd (#13535) 2022-10-13 18:24:28 +02:00
staking_test.go revert: Revert "feat: staking config (#10988)" (#11446) 2022-03-24 12:26:25 +01:00
store.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
store_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
store_test.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
tx_msg.go feat: add `draft-proposal` for x/group (#13353) 2022-09-22 00:53:02 +02:00
tx_msg_test.go fix: correct path required proto testdata (backport #14991) (#16083) 2023-05-10 18:38:09 +02:00
utils.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
utils_test.go feat: add `FormatTime` and `ParseTimeString` methods (#12995) 2022-08-22 23:53:09 +02:00