question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ContractId of non-disclosed contract leaked

See original GitHub issue

I’ve got a contract where I accidentally forgot to set observer users.

template AppSemaphore
  with
    operator : Party
    users : [Party]
  where
    signatory operator

    key operator : Party
    maintainer key

A contract instance exists with cid #51:2 on my ledger. Now when a user does a fetchByKey @AppSemaphore operator, the error I get is

Command interpretation error in LF-DAMLe: dependency error: couldn't find contract AbsoluteContractId(#51:2). Details: N/A.

This seems like a leak as the user shouldn’t be able to ascertain whether any such contract exists.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bame-dacommented, Jun 16, 2020

Can no longer reproduce so I’m closing it.

0reactions
stefanobaghino-dacommented, Jun 5, 2020

@bame-da can you follow up on @gerolf-da’s question, please?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nondisclosure Violations in a Contract Claim - LegalMatch
Resolve disputes associated with nondisclosure violations in a contract with intelligent legal assistance. Contact a qualified attorney ...
Read more >
V.S.H. Realty, Inc. v. Texaco, Inc., 757 F.2d 411 - Casetext
V.S.H. claims that Texaco breached the sales agreement, fraudulently induced it into agreeing to the purchase, and violated a Massachusetts ...
Read more >
Buyers Beware of the "As Is" Clause When Purchasing ...
Texas permits buyers and sellers to enter into real estate contracts containing “as is” clauses, and such clauses will be enforced barring ...
Read more >
Let the Buyer Be Well Informed? - Doubting the Demise of ...
Under the terms of the contract, buyer agreed to purchase the property in "'as is' condition and subject to all faults of every...
Read more >
Promises of Silence: Contract Law and Freedom of Speech
Interference" with a Source's Nondisclosure Contract; Comm. ... confidentiality to insure that they do not leak nonpublic information.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found