bridge-server icon indicating copy to clipboard operation
bridge-server copied to clipboard

Deprecated. Go to https://github.com/stellar/go/tree/master/services/bridge

Results 34 bridge-server issues
Sort by recently updated
recently updated
newest added

**This does not fix #36 and probably shouldn’t be merged until the code is fixed as well.** After all the discussion in #36, this attempts to improve the README for...

ready

Right now it returns any error as 400 and its opaque to the caller what is going on. at least with /payment

It’s possible I’m misunderstanding the flow here, but when posting to the compliance server’s internal `/send` endpoint, it seems like the `sanctions` callback should be called with the info obtained...

The documentation for bridge server notes that if the server is configured with an `api_key` option, a corresponding parameter named `api_key` must be included with all requests (https://github.com/stellar/bridge-server/blob/master/readme_bridge.md#config). However, the...

i have setup mysql connection for bridge and compliance like: ``` [database] type = "mysql" url = "root:123456@tcp(localhost:3306)/bridge?parseTime=true" ``` but when run migrate db command it gives error for postgresql...

мост сървър / SRC / github.com / звездна / врата / работещи /request_handler_payment.go

Bridge is holding last cursor value on database and when testnet reset the value is not valid anymore. Solution is drop old database and create it again run then; ./bridge...

Tried npm install on the gui and got some errors... In file included from ../node_modules/nan/nan.h:194:0, from ../src/ed25519.cc:4: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’: ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has...