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

Deepanshutr/master #68

Merged
merged 7 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
46 changes: 0 additions & 46 deletions codec/schema.go

This file was deleted.

24 changes: 0 additions & 24 deletions codec/schema_test.go

This file was deleted.

11 changes: 0 additions & 11 deletions codec/utilities/module.go

This file was deleted.

3 changes: 1 addition & 2 deletions data/base/any_listable_data.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package base

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/schema/data"
"github.com/AssetMantle/schema/ids"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

type listableDataGetter interface {
Expand Down
34 changes: 0 additions & 34 deletions data/base/codec.go

This file was deleted.

28 changes: 0 additions & 28 deletions data/base/codec_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions data/codec.go

This file was deleted.

28 changes: 0 additions & 28 deletions data/codec_test.go

This file was deleted.

3 changes: 1 addition & 2 deletions data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package data

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/schema/ids"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

// TODO URI and PropertyID Data type
Expand Down
3 changes: 1 addition & 2 deletions documents/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package documents

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/schema/types"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

type Asset interface {
Expand Down
19 changes: 0 additions & 19 deletions documents/base/codec.go

This file was deleted.

3 changes: 1 addition & 2 deletions documents/base/put_order.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package base

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

baseData "github.com/AssetMantle/schema/data/base"
"github.com/AssetMantle/schema/documents"
"github.com/AssetMantle/schema/ids"
Expand All @@ -13,6 +11,7 @@ import (
baseQualified "github.com/AssetMantle/schema/qualified/base"
"github.com/AssetMantle/schema/types"
"github.com/AssetMantle/schema/types/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ documents.PutOrder = (*order)(nil)
Expand Down
17 changes: 0 additions & 17 deletions documents/codec.go

This file was deleted.

3 changes: 1 addition & 2 deletions documents/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
package documents

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/schema/data"
"github.com/AssetMantle/schema/types"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

type Identity interface {
Expand Down
3 changes: 1 addition & 2 deletions documents/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
package documents

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/schema/ids"
"github.com/AssetMantle/schema/types"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

type Order interface {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cometbft/cometbft v0.37.5 // indirect
github.com/cometbft/cometbft v0.37.7 // indirect
github.com/cometbft/cometbft-db v0.7.0 // indirect
github.com/confio/ics23/go v0.9.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b h1:r6VH0faHjZe
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b/go.mod h1:Vz9DsVWQQhf3vs21MhPMZpMGSht7O/2vFW2xusFUVOs=
github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30=
github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg=
github.com/cometbft/cometbft v0.37.5 h1:/U/TlgMh4NdnXNo+YU9T2NMCWyhXNDF34Mx582jlvq0=
github.com/cometbft/cometbft v0.37.5/go.mod h1:QC+mU0lBhKn8r9qvmnq53Dmf3DWBt4VtkcKw2C81wxY=
github.com/cometbft/cometbft v0.37.7 h1:pwC0PNfGcbKbAKyK/sWm+LwuiYmT00C3bF2nEnnjJ/k=
github.com/cometbft/cometbft v0.37.7/go.mod h1:gFGCFXNGDci6tMLemANPGTfU+j4+oH63PjeLe0iIjJk=
github.com/cometbft/cometbft-db v0.7.0 h1:uBjbrBx4QzU0zOEnU8KxoDl18dMNgDh+zZRUE0ucsbo=
github.com/cometbft/cometbft-db v0.7.0/go.mod h1:yiKJIm2WKrt6x8Cyxtq9YTEcIMPcEe4XPxhgX59Fzf0=
github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4=
Expand Down
36 changes: 0 additions & 36 deletions ids/base/codec.go

This file was deleted.

28 changes: 0 additions & 28 deletions ids/base/codec_test.go

This file was deleted.

Loading
Loading