- 28 Sep, 2018 8 commits
-
- 27 Sep, 2018 5 commits
-
-
Mark Simpson authored
Resolve "metering code clean up" Closes #495 See merge request !362 Former-commit-id: 806038e8
-
Bartman250 authored
Former-commit-id: 76186668
-
Bartman250 authored
Former-commit-id: 62697675
- 26 Sep, 2018 5 commits
-
- 25 Sep, 2018 2 commits
-
-
Dan Newton authored
In `LedgerAPIImpl` you can now pass in account URIs instead of account IDs. The passed in string will be parsed and the actual account ID is extracted. If a URI is passed in, the node information must match the node the tokens are being issued to. If not, an exception is thrown. Former-commit-id: 592e014e
-
- 24 Sep, 2018 8 commits
-
- 23 Sep, 2018 2 commits
-
-
Dan Newton authored
Former-commit-id: ee19926c
- 22 Sep, 2018 1 commit
-
-
Dan Newton authored
Add `bulkIssueTokens` to issue the same token to multiple accounts with a single transaction. `issueTokens` now calls `bulkIssueTokens` with only a single account to issue to. `IssueTokenFlow`'s constructor was altered to accept list of tokens. The flow now works for multiple tokens, instead of just a single token. A second constructor is added to support the original flows function of issuing a single token. Extra changes: - `verifyAccountsExist` now requires a non empty list of accounts and the `when` block has been replaced with a `require`. - AssertJ dependency added to dgl-cordapp to allow use of asserting of thrown exceptions. Former-commit-id: 619c0031
-
- 21 Sep, 2018 9 commits
-