|
Designing New Token in Token SDK
Have a look at the cash issuer repo; that would be a good place to start I think B
Have a look at the cash issuer repo; that would be a good place to start I think B
|
By
Barry Kreiser
· #1347
·
|
|
Accounts Roadmap
We are considering some design within our CorDapps which would see us committing fully to the Accounts concept and moving all of our flows over to using them. Is anyone aware of anything in the Corda
We are considering some design within our CorDapps which would see us committing fully to the Accounts concept and moving all of our flows over to using them. Is anyone aware of anything in the Corda
|
By
Barry Kreiser
· #1325
·
|
|
Tokens
Thank you B
By
Barry Kreiser
· #1196
·
|
|
Tokens
Nudge
By
Barry Kreiser
· #1194
·
|
|
Tokens
Thanks Manos, could you elaborate please. I am after an existing pattern if it exists to have a concept of valid issuers on the business network. My approach was going to be to check the issuers/token
Thanks Manos, could you elaborate please. I am after an existing pattern if it exists to have a concept of valid issuers on the business network. My approach was going to be to check the issuers/token
|
By
Barry Kreiser
· #1193
·
|
|
Tokens
The Token Guy (Roger?), We are working with tokens sdk as of late and wondering if there are existing patterns controlling who can issue tokens on a business network or is it best to control that on t
The Token Guy (Roger?), We are working with tokens sdk as of late and wondering if there are existing patterns controlling who can issue tokens on a business network or is it best to control that on t
|
By
Barry Kreiser
· #1191
·
|
|
Need to know on network map
Mike You bring up an interesting point about centralization and the potential for Dos targets. It seems to me with that Business Networks themselves require centralized membership management and could
Mike You bring up an interesting point about centralization and the potential for Dos targets. It seems to me with that Business Networks themselves require centralized membership management and could
|
By
Barry Kreiser
· #1125
·
|
|
Membership
Ivan, See my PR #102. It has a SelfIssueMembershipFlow and also fixes a regression from 2.0 to 3.0 dealing with using a String or other system classes for the membership meta data. Thanks, ___________
Ivan, See my PR #102. It has a SelfIssueMembershipFlow and also fixes a regression from 2.0 to 3.0 dealing with using a String or other system classes for the membership meta data. Thanks, ___________
|
By
Barry Kreiser
· #971
·
|
|
Membership
I guess an issue with implicitly making the BNO a member of the BN would be what membership meta data does it get? Anyway, food for thought. _______________________________________________ Barry Kreis
I guess an issue with implicitly making the BNO a member of the BN would be what membership meta data does it get? Anyway, food for thought. _______________________________________________ Barry Kreis
|
By
Barry Kreiser
· #969
·
|
|
Membership
Seems to me that if the BNO is implicitly a member of the BN then I can just modify the GetMembershipFlow to always include the BNO _______________________________________________ Barry Kreiser | Dire
Seems to me that if the BNO is implicitly a member of the BN then I can just modify the GetMembershipFlow to always include the BNO _______________________________________________ Barry Kreiser | Dire
|
By
Barry Kreiser
· #968
·
|
|
Membership
Has there been any design dialog on the BNO being a member? Seems to me that it doesn't make sense that the BNO request membership on itself. Perhaps it implicitly a member? __________________________
Has there been any design dialog on the BNO being a member? Seems to me that it doesn't make sense that the BNO request membership on itself. Perhaps it implicitly a member? __________________________
|
By
Barry Kreiser
· #967
·
|
|
Membership
Ok, thanks. I submitted a PR for another membership issue if you want to have a look. It wasn't allowing String to be used for the membership meta data. _______________________________________________
Ok, thanks. I submitted a PR for another membership issue if you want to have a look. It wasn't allowing String to be used for the membership meta data. _______________________________________________
|
By
Barry Kreiser
· #966
·
|
|
Membership
Ivan, Should a BNO be able to join its own Business Network? Currently it gives an error if you initiate a RequestMembership Flow against yourself with the error (Do not provide flow sessions for the
Ivan, Should a BNO be able to join its own Business Network? Currently it gives an error if you initiate a RequestMembership Flow against yourself with the error (Do not provide flow sessions for the
|
By
Barry Kreiser
· #964
·
|
|
Timestamp on Transactions
Our use case of 'transaction counts on a billing day' would definitely be satisfied by a local record but I do appreciate the other use cases that might be out there. I do like the idea of leveraging
Our use case of 'transaction counts on a billing day' would definitely be satisfied by a local record but I do appreciate the other use cases that might be out there. I do like the idea of leveraging
|
By
Barry Kreiser
· #925
·
|
|
Timestamp on Transactions
Maybe called initiatedDate to clarify where it came from? _______________________________________________ Barry Kreiser | Director/CTO | GuildOne Inc. Suite 940 333-5th Avenue SW, Calgary, AB T2P 3B6
Maybe called initiatedDate to clarify where it came from? _______________________________________________ Barry Kreiser | Director/CTO | GuildOne Inc. Suite 940 333-5th Avenue SW, Calgary, AB T2P 3B6
|
By
Barry Kreiser
· #921
·
|
|
Timestamp on Transactions
Thanks Mike Yeah, it is the transactions that straddle a billing boundary that were causing me concern. I ended up taking the first associated state recorded time. I will consider a PR as well. The la
Thanks Mike Yeah, it is the transactions that straddle a billing boundary that were causing me concern. I ended up taking the first associated state recorded time. I will consider a PR as well. The la
|
By
Barry Kreiser
· #915
·
|
|
Timestamp on Transactions
I would like to advocate adding a timestamp to Transactions in Corda. We are getting transaction counts to support monthly billing (via serviceHub.validatedTransactions.track().snapshot) but have had
I would like to advocate adding a timestamp to Transactions in Corda. We are getting transaction counts to support monthly billing (via serviceHub.validatedTransactions.track().snapshot) but have had
|
By
Barry Kreiser
· #913
·
|
|
Billing Service
You are very welcome! Thanks Ivan _______________________________________________ Barry Kreiser | Director/CTO | GuildOne Inc. Suite 940 333-5th Avenue SW, Calgary, AB T2P 3B6
You are very welcome! Thanks Ivan _______________________________________________ Barry Kreiser | Director/CTO | GuildOne Inc. Suite 940 333-5th Avenue SW, Calgary, AB T2P 3B6
|
By
Barry Kreiser
· #879
·
|
|
Billing Service
Ivan, Ivan, I created a PR but don't have the required privs to add you as a reviewer _______________________________________________ Barry Kreiser | Director/CTO | GuildOne Inc. Suite 940 333-5th Ave
Ivan, Ivan, I created a PR but don't have the required privs to add you as a reviewer _______________________________________________ Barry Kreiser | Director/CTO | GuildOne Inc. Suite 940 333-5th Ave
|
By
Barry Kreiser
· #877
·
|
|
Billing Service
Ivan, In the case where the BNO issues multiple Billing States to a single member, how do I tell one billing state from another? I am wanting to have two different billing states per member; one to tr
Ivan, In the case where the BNO issues multiple Billing States to a single member, how do I tell one billing state from another? I am wanting to have two different billing states per member; one to tr
|
By
Barry Kreiser
· #875
·
|