Skip to content

Commit

Permalink
use public crud module (iov-one#303)
Browse files Browse the repository at this point in the history
* change: use external crud package

* chore: update CHANGELOG.md
  • Loading branch information
fdymylja authored Aug 5, 2020
1 parent d9a80c4 commit 8f5d250
Show file tree
Hide file tree
Showing 24 changed files with 16 additions and 893 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## HEAD
- use external crud package
- make controllers API nicer
- enhance executors tests
- allow open domain transfers
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/golang/mock v1.3.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
github.com/iov-one/cosmos-sdk-crud v0.0.0-20200804183153-2b7470a92e52
github.com/jinzhu/gorm v1.9.14
github.com/lib/pq v1.1.1
github.com/onsi/ginkgo v1.8.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NH
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA=
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/iov-one/cosmos-sdk-crud v0.0.0-20200804182707-29e3147b6e2e h1:KM8wM8RVerY5QaUTDsjxY9Ousw8Vn32vHOklnoOBbrA=
github.com/iov-one/cosmos-sdk-crud v0.0.0-20200804182707-29e3147b6e2e/go.mod h1:wfvPz9CNFOERo+9wnq2jUeDKH6NHSrFtJcNA2oB6UdQ=
github.com/iov-one/cosmos-sdk-crud v0.0.0-20200804183153-2b7470a92e52 h1:fCi/QCX1F8J61LrRsSmWBXpTVIdDFAi3Enf+6FQkd7g=
github.com/iov-one/cosmos-sdk-crud v0.0.0-20200804183153-2b7470a92e52/go.mod h1:wfvPz9CNFOERo+9wnq2jUeDKH6NHSrFtJcNA2oB6UdQ=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jinzhu/gorm v1.9.14 h1:Kg3ShyTPcM6nzVo148fRrcMO6MNKuqtOUwnzqMgVniM=
github.com/jinzhu/gorm v1.9.14/go.mod h1:G3LB3wezTOWM2ITLzPxEXgSkOXAntiLHS7UdBefADcs=
Expand Down
14 changes: 0 additions & 14 deletions pkg/crud/aliasing.go

This file was deleted.

71 changes: 0 additions & 71 deletions pkg/crud/internal/filter/filter.go

This file was deleted.

119 changes: 0 additions & 119 deletions pkg/crud/internal/store/index.go

This file was deleted.

81 changes: 0 additions & 81 deletions pkg/crud/internal/store/keyset.go

This file was deleted.

25 changes: 0 additions & 25 deletions pkg/crud/internal/store/keyset_test.go

This file was deleted.

40 changes: 0 additions & 40 deletions pkg/crud/internal/store/main_test.go

This file was deleted.

Loading

0 comments on commit 8f5d250

Please sign in to comment.