roger-that-dev

Results 23 comments of roger-that-dev

It's also worth noting that the lender `AccountInfo` can be found in the first "flow" because the initiator part of the flow where all the logic is being executed, is...

You are right - the usability could be improved. However, this is just a V1 so I guess we won't get it 100% right the first time. I'm going to...

Thinking about this a little, maybe what we need is a version of the `SyncKeyMappingFlow` that also adds `PublicKey- > Account ID` mappings. Maybe could be called sync account keys...

You need to share the account infos

Seems like a good idea - thanks!

We can't change them as it would break backwards compatibility but we can add new methods that do what you describe.

Yeah fair point. Reason for returning `StateAndRef` was that then you can then build transactions with it. With just the `AccountInfo` you can't use it as an input or reference...

`AccountInfo` is not currently extendable but perhaps it could be in the future. Reason being is that it's usually not a good idea to put personal information about account holders...

Thanks for the heads up. It's because I changed the constructor signature (added a type parameter) and the node shell can't deserialise a string to the type. I'll add a...

Actually I've had a look into this and there's no way to fix it in the short term, it requires some Corda changes or changes to the tokens SDK to...