cosmos-sdk/types
Aaron Craelius 5126ec3c79
feat(orm)!: tweak API to allow pagination in generated code (#11079)
* WIP on fixing issues and expanding tests with codegen

* fixes

* fix tests

* feat(orm)!: pagination codegen and API cleanup

* WIP on refactoring list/paginate

* fixes

* fixes

* tests pass

* codegen

* codegen

* Update orm/model/ormtable/index.go

Co-authored-by: Marko <marbar3778@yahoo.com>

* codegen

* Update orm/model/ormtable/filter.go

Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>

* revert

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2022-02-02 16:12:11 -05:00
..
address
bech32 chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to … (#10957) 2022-01-18 15:24:16 +00:00
errors feat: support in-place migration ordering (#10614) 2022-01-05 22:32:10 +00:00
grpc
kv
module feat: support in-place migration ordering (#10614) 2022-01-05 22:32:10 +00:00
msgservice feat: add message option extension to signal msg signers in a language agnostic way (#10977) 2022-01-28 17:01:56 +00:00
query feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
simulation docs: adding acceptance tests description (#10534) 2021-12-10 01:34:34 +00:00
tx chore: remove & add since: (#11094) 2022-02-02 20:36:47 +01:00
abci.go
abci.pb.go chore: remove & add since: (#11094) 2022-02-02 20:36:47 +01:00
address_race_test.go
address_test.go
address.go
bench_test.go
codec.go
coin_benchmark_test.go
coin_internal_test.go
coin_test.go
coin.go
coin.pb.go
config_test.go
config.go
context_test.go
context.go feat: make sdk.Context implement context.Context (#10941) 2022-01-19 17:02:54 +00:00
dec_coin_test.go fix: Make MulDecTruncate() return nil DecCoins when multiplier is 0 (#10687) 2022-01-12 18:26:09 +00:00
dec_coin.go fix: Make MulDecTruncate() return nil DecCoins when multiplier is 0 (#10687) 2022-01-12 18:26:09 +00:00
decimal_internal_test.go
decimal_test.go
decimal.go
denom_internal_test.go
denom.go
events_test.go
events.go
handler_test.go
handler.go
int_internal_test.go
int_test.go
int.go
invariant_test.go
invariant.go
proto.go
queryable.go
result_test.go
result.go
router_test.go
router.go
staking_test.go
staking.go
store_internal_test.go
store_test.go
store.go
tx_msg_test.go
tx_msg.go
uint_internal_test.go
uint_test.go
uint.go
utils_test.go
utils.go