Skip to content

Commit

Permalink
Data module alpha2: Part 1 (#229)
Browse files Browse the repository at this point in the history
* WIP

* Docs

* Update algorithms

* Update Makefile

* Updates

* Rename ID -> ContentID

* Add more API methods

* Add more API methods

* WIP

* Update API

* Update API

* Update API

* WIP on first schema update

* WIP on first schema update

* update comments

* update comments

* lint

* lint

* lint

* Update proto/regen/data/v1alpha2/query.proto

Co-authored-by: Cory <cjlevinson@gmail.com>

* Update proto/regen/data/v1alpha2/tx.proto

Co-authored-by: Cory <cjlevinson@gmail.com>

* Update proto/regen/data/v1alpha2/types.proto

Co-authored-by: Cory <cjlevinson@gmail.com>

* Update proto/regen/data/v1alpha2/types.proto

Co-authored-by: Cory <cjlevinson@gmail.com>

* Address review comments

Co-authored-by: Cory <cjlevinson@gmail.com>
  • Loading branch information
aaronc and clevinson committed Jan 29, 2021
1 parent e2a56ba commit 4afc5cd
Show file tree
Hide file tree
Showing 28 changed files with 4,029 additions and 1,627 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,5 @@ tags

build/
/protoc-gen-go-cosmos2/protoc-gen-go-cosmos2
/proto-tools-stamp
/tools-stamp
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,16 +309,16 @@ proto-format:
find ./ -not -path "./third_party/*" -name *.proto -exec clang-format -i {} \;

proto-lint:
@buf check lint --error-format=json
@buf lint --error-format=json

proto-check-breaking:
@buf check breaking --against '.git#branch=master'
@buf breaking --against '.git#branch=master'

proto-lint-docker:
@$(DOCKER_BUF) check lint --error-format=json
@$(DOCKER_BUF) lint --error-format=json

proto-check-breaking-docker:
@$(DOCKER_BUF) check breaking --against-input $(HTTPS_GIT)#branch=master
@$(DOCKER_BUF) breaking --against-input $(HTTPS_GIT)#branch=master

GOGO_PROTO_URL = https://raw.githubusercontent.com/regen-network/protobuf/cosmos
COSMOS_PROTO_URL = https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/proto/cosmos
Expand Down
Loading

0 comments on commit 4afc5cd

Please sign in to comment.