2016-01-18 Meeting notes

2016-01-18 Meeting notes

Date

Jan 18, 2016

Attendees

  • @Myrle Krantz (Deactivated)

  • @Markus Geiss (Deactivated)

  • Bartek Nowotarski (Stellar)

  • Jed McCaleb (Stellar)

Goals

  • Syncup on current state of Stellar integration

  • Make decisions which require input from all sides

  • Decide on future syncup

Discussion items

Time

Item

Who

Notes

Time

Item

Who

Notes

 

Federation Server

Myrle

  • We looked into Bartek's federation server.  Because we use an embedded hsqldb for the bridge component, and will not be storing the public keys in the mifos db, the federation server cannot connect with our db.  This and the added mental overhead of deployment the federation server would have added for our customers motivated us to just add another endpoint: /federation to the bridge component and implement it in java.

 

Account addresses

Myrle

Question: Is it permissible to map more than one address to one account with different memos in the federation server?  The documentation here: https://www.stellar.org/developers/learn/concepts/federation.html gives no indication that this would be a problem.  It almost seems designed to make this possible.

 

Bridge component update

Myrle

Finished creating a bridge component configurations endpoint

/modules/stellar/configurations

Almost finished creating a trustline from a Mifos tenant to another stellar account via bridge component

/modules/stellar/trustline

Started creating a payment from a Mifos tenant via bridge component to another stellar account via bridge component

/modules/stellar/payments

Not yet started listening for payments to a Mifos tenant from another stellar account.

Also not yet started with GUI integration.

Action items