Skip to content

Commit

Permalink
Drop bifrost (#1747)
Browse files Browse the repository at this point in the history
Remove the `bifrost` service and any code and dependencies that existed only for it.

Clean up unsupported code to make the transition to multiple modules for #1237 easier.

Also closes #1524
  • Loading branch information
leighmcculloch committed Sep 13, 2019
1 parent 8affeed commit eb43bb0
Show file tree
Hide file tree
Showing 54 changed files with 0 additions and 4,557 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,6 @@ This monorepo contains a number of projects, individually versioned and released
* `bridge` ([changelog](./services/bridge/CHANGELOG.md))
* `compliance` ([changelog](./services/compliance/CHANGELOG.md))
* `federation` ([changelog](./services/federation/CHANGELOG.md))
* `bifrost` ([changelog](./services/bifrost/CHANGELOG.md))
* `ticker` ([changelog](./services/ticker/CHANGELOG.md))
* `keystore` (experimental) ([changelog](./services/keystore/CHANGELOG.md))
* `stellar-vanity-gen` ([changelog](./tools/stellar-vanity-gen/CHANGELOG.md))
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,6 @@ This repo is the home for all of the public go code produced by SDF. In additio
* [Horizon Server](services/horizon): Full-featured API server for Stellar network
* [Go Horizon SDK - horizonclient](clients/horizonclient): Client for Horizon server (queries and transaction submission)
* [Go Horizon SDK - txnbuild](txnbuild): Construct Stellar transactions and operations
* [Bifrost](services/bifrost): Bitcoin/Ethereum -> Stellar bridge
* [Ticker](services/ticker): An API server that provides statistics about assets and markets on the Stellar network
* [Keystore](services/keystore): An API server that is used to store and manage encrypted keys for Stellar client applications
* Servers for Anchors & Financial Institutions
Expand Down
19 changes: 0 additions & 19 deletions go.list
@@ -1,21 +1,12 @@
github.com/stellar/go
bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c
github.com/BurntSushi/toml v0.2.1-0.20160717150709-99064174e013
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec
github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5
github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f
github.com/asaskevich/govalidator v0.0.0-20180319081651-7d2e70ef918f
github.com/aws/aws-sdk-go v1.6.11-0.20170104181648-8649d278323e
github.com/btcsuite/btcd v0.0.0-20170920174435-4803a8291c92
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v0.0.0-20170726183619-501929d3d046
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/ethereum/go-ethereum v1.7.2-0.20171011101018-ad444752311b
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
github.com/facebookgo/inject v0.0.0-20161006174721-cc1aa653e50f
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052
Expand All @@ -29,17 +20,14 @@ github.com/go-chi/chi v3.1.5+incompatible
github.com/go-errors/errors v0.0.0-20150906023321-a41850380601
github.com/go-ini/ini v1.23.0
github.com/go-sql-driver/mysql v1.4.0
github.com/go-stack/stack v1.6.0
github.com/gobuffalo/packr v1.12.1
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/golang/protobuf v1.3.1
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
github.com/graph-gophers/graphql-go v0.0.0-20190225005345-3e8838d4614c
github.com/guregu/null v2.1.3-0.20151024101046-79c5bd36b615+incompatible
github.com/haltingstate/secp256k1-go v0.0.0-20151224084235-572209b26df6
github.com/hashicorp/golang-lru v0.5.0
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/hpcloud/tail v1.0.0
Expand Down Expand Up @@ -72,7 +60,6 @@ github.com/onsi/gomega v1.4.3
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/r3labs/sse v0.0.0-20170720143429-2f36fb519619
github.com/rcrowley/go-metrics v0.0.0-20160113235030-51425a2415d2
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521
Expand All @@ -93,8 +80,6 @@ github.com/stellar/go-xdr v0.0.0-20180917104419-0bc96f33a18e
github.com/stellar/throttled v2.2.3-0.20190823235211-89d75816f59d+incompatible
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541
github.com/stretchr/testify v1.1.5-0.20160925220609-976c720a22c8
github.com/syndtr/goleveldb v1.0.0
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564
github.com/tyler-smith/go-bip39 v0.0.0-20180618194314-52158e4697b8
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v0.0.0-20170109085056-0a7f0a797cd6
Expand All @@ -115,14 +100,10 @@ golang.org/x/tools v0.0.0-20190624180213-70d37148ca0c
google.golang.org/appengine v1.6.1
gopkg.in/airbrake/gobrake.v2 v2.0.9
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/fatih/set.v0 v0.1.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/gavv/httpexpect.v1 v1.0.0-20170111145843-40724cf1e4a0
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
gopkg.in/gorp.v1 v1.7.1
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
gopkg.in/tylerb/graceful.v1 v1.2.13
gopkg.in/yaml.v2 v2.2.2
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a
20 changes: 0 additions & 20 deletions go.mod
Expand Up @@ -5,21 +5,12 @@ go 1.12
require (
bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c
github.com/BurntSushi/toml v0.2.1-0.20160717150709-99064174e013
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5
github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f // indirect
github.com/asaskevich/govalidator v0.0.0-20180319081651-7d2e70ef918f
github.com/aws/aws-sdk-go v1.6.11-0.20170104181648-8649d278323e
github.com/btcsuite/btcd v0.0.0-20170920174435-4803a8291c92
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/btcsuite/btcutil v0.0.0-20170726183619-501929d3d046
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/ethereum/go-ethereum v1.7.2-0.20171011101018-ad444752311b
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/inject v0.0.0-20161006174721-cc1aa653e50f
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
Expand All @@ -32,14 +23,12 @@ require (
github.com/go-errors/errors v0.0.0-20150906023321-a41850380601
github.com/go-ini/ini v1.23.0 // indirect
github.com/go-sql-driver/mysql v1.4.0
github.com/go-stack/stack v1.6.0 // indirect
github.com/gobuffalo/packr v1.12.1 // indirect
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5 // indirect
github.com/graph-gophers/graphql-go v0.0.0-20190225005345-3e8838d4614c
github.com/guregu/null v2.1.3-0.20151024101046-79c5bd36b615+incompatible
github.com/haltingstate/secp256k1-go v0.0.0-20151224084235-572209b26df6
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/imkira/go-interpol v1.1.0 // indirect
Expand Down Expand Up @@ -68,7 +57,6 @@ require (
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/r3labs/sse v0.0.0-20170720143429-2f36fb519619
github.com/rcrowley/go-metrics v0.0.0-20160113235030-51425a2415d2
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect
Expand All @@ -88,8 +76,6 @@ require (
github.com/stellar/throttled v2.2.3-0.20190823235211-89d75816f59d+incompatible
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541 // indirect
github.com/stretchr/testify v1.1.5-0.20160925220609-976c720a22c8
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564
github.com/tyler-smith/go-bip39 v0.0.0-20180618194314-52158e4697b8
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v0.0.0-20170109085056-0a7f0a797cd6 // indirect
Expand All @@ -107,15 +93,9 @@ require (
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/fatih/set.v0 v0.1.0 // indirect
gopkg.in/gavv/httpexpect.v1 v1.0.0-20170111145843-40724cf1e4a0
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/gorp.v1 v1.7.1 // indirect
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/tylerb/graceful.v1 v1.2.13
gopkg.in/yaml.v2 v2.2.2 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)

replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a

0 comments on commit eb43bb0

Please sign in to comment.