Adel Rustum

Results 5 issues of Adel Rustum

Corda OS: 4.1 Accounts: 1.0-RC03 Steps to reproduce: 1. Start node using `java -jar corda.jar` 2. Run `flow start CreateAccount name: test` 3. Error doesn't happen in a mock network...

bug

Hi, I believe this is an important issue since currently there's no possibility to extend **FungibleToken** using the **Java** template (**token-template** branch), token SDK version **1.1.-SNAPSHOT**: https://stackoverflow.com/questions/57650475/error-when-extending-fungibletoken-supportedschemas-in-queryablestate-clashes

To reproduce the error: 1. Clone this repository. 2. Checkout the token-template branch 3. Run the below test using `./gradlew test` ```java public class FlowTests { private final MockNetwork network...

`InvoiceContract`: 1. **Important:** I believe that the oracle signature should be enforced by the contract (only participants are, see [here](https://github.com/corda/samples/blob/62722858a2f50512a9445e1f79b4619d2e8199d0/timesheet-example/contracts-java/src/main/java/com/example/contract/InvoiceContract.java#L46)), otherwise there is no real enforcement that the rate should...

- In the Negotiation CorDapp both `ProposalState` and `TradeState` belong to the same contract `ProposalAndTradeContract`. - Inside the contract, it mandates for `Propose` command that there should be a time-window...