Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ecocredit)!: migrate core ecocredit msg_server to use ORM #723

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8676847
fix: generate all v1beta1 codes in their own packages, fix core servers
technicallyty Feb 7, 2022
772e109
chore: reduce FormatClassID function
technicallyty Feb 7, 2022
534f46b
chore: reduce to single state store instance
technicallyty Feb 7, 2022
3e11a19
chore: fix invariants
technicallyty Feb 7, 2022
015eaff
feat: add row id to events/responses
technicallyty Feb 7, 2022
8b83dd1
fix: formatclassid compatability
technicallyty Feb 7, 2022
1e0a2b9
Update x/ecocredit/server/core/msg_server.go
technicallyty Feb 8, 2022
20695f8
chore: address review + switch remaining string addr to bytes
technicallyty Feb 8, 2022
5258920
Merge branch 'ty/696-eco_orm_core' of https://github.com/regen-networ…
technicallyty Feb 8, 2022
d1f1b0d
fix: query byte addrs
technicallyty Feb 8, 2022
df492ef
chore: issue link
technicallyty Feb 8, 2022
4dd9cf6
chore: invariants test use test memory backend
technicallyty Feb 8, 2022
a99bff3
test: add GetClassIdFromBatchDenom test
technicallyty Feb 8, 2022
cdb7edc
fix: change assertClassIssuer to use has
technicallyty Feb 8, 2022
dd29c44
chore: remove row_id from response/events
technicallyty Feb 8, 2022
7186b2e
refactor: use class row id for class issuer table
technicallyty Feb 8, 2022
90e5898
feat: add AddIssuers and RemoveIssuers from update class issuers method
technicallyty Feb 8, 2022
d03d4ea
fix: credit types use ORM and remove marketplace code
technicallyty Feb 8, 2022
8b6960d
chore: add comment to remove params
technicallyty Feb 8, 2022
9bdcd8a
chore: remove non-core queries
technicallyty Feb 8, 2022
6639754
wip: first few
technicallyty Feb 16, 2022
c3d3afa
feat: core impl keeper
technicallyty Feb 16, 2022
701dda0
feat: impl, test
technicallyty Feb 16, 2022
9675e73
feat(wip): unit tests
technicallyty Feb 17, 2022
f27d9b7
wip: tests
technicallyty Feb 18, 2022
c6a1f5d
feat: update class unit tests
technicallyty Feb 22, 2022
3f786c2
chore: add query utils
technicallyty Feb 22, 2022
df6d5b3
chore: cleanup queries
technicallyty Feb 22, 2022
f01d678
chore: go mod tidy
technicallyty Feb 22, 2022
a051202
Merge branch 'master' into ty/696-eco_orm_core
technicallyty Feb 22, 2022
f6d8e4b
fix: dec_test should allow empty string
technicallyty Feb 22, 2022
5e06a11
wip: more tests
technicallyty Feb 23, 2022
f60c8bc
feat: query unit tests
technicallyty Feb 24, 2022
55690f5
Merge branch 'master' into ty/696-eco_orm_core
technicallyty Feb 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/genesis.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/data/v1alpha2/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/state.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/basket/v1beta1/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/state.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/marketplace/v1beta1/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/orderbook/v1beta1/memory.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/genesis.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha1/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/genesis.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/regen/ecocredit/v1alpha2/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading