alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Remove redundant ionEndpoint from FFI Config #136

Closed thobson88 closed 9 months ago

thobson88 commented 9 months ago

This change to the trustchain-ffi crate is needed for issue #60 on trustchain-mobile.

It removes the ionEndpoint.host and ionEndpoint.port fields from the FFIConfig in trustchain-ffi.

Note that the trustchain-cli crate will not be modified, so the CLIConfig will remain unchanged and will still include an ion_endpoint field. (This will probably need to be updated later, but not for this issue.)

thobson88 commented 9 months ago

PR open: #137