Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename user in trust entity to safe #25

Open
ana0 opened this issue Sep 23, 2020 · 2 comments
Open

Rename user in trust entity to safe #25

ana0 opened this issue Sep 23, 2020 · 2 comments

Comments

@ana0
Copy link
Contributor

ana0 commented Sep 23, 2020

type Trust implements Event @entity {
  id: ID! # Concatenation of token address, user address and canSendTo address
  canSendToAddress: String!
  canSendTo: Safe # The safe who is doing the trusting, ie. when I trust you, you can send to me
  safeAddress: String!
  safe: Safe # The safe who is receiving trust
  limit: BigInt! # The amount in freckles that can currently be sent along this edge - this changes with transactions
  limitPercentage: BigInt! # The amount of trust, expressed as a percentage - this only changes when a user adjusts it
}
LaimeJesus added a commit to jaensen/BN-circles-subgraph that referenced this issue May 31, 2022
…-subgraph

feature: deploy subgraph in a hosted service
@JacqueGM
Copy link
Collaborator

@llunaCreixent do you understand this issue?

@llunaCreixent
Copy link
Member

I believe it's about improving the comments in that snipet.
The "user" word is not correct in this context and has to be substituted by "the safe that is being trusted".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants