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

feat(backend): add base field todos #14

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Conversation

ShookLyngs
Copy link
Contributor

@ShookLyngs ShookLyngs commented Jul 26, 2024

Changes

  • Add new fields as todos
  • Add btcAddress() query
  • Rename query rgbppCoinList() to rgbppCoins()
  • Fix a status check issue in the RgbppTransactionResolver.btcTxid resolver
  • Rename bitcoin-related modules to add a Bitcoin prefix, e.g. InputModule to BitcoinInputModule

TODOs

BitcoinBlock:

  • reward

BitcoinTransaction:

  • feeRate
  • confirmations

BitcoinOutput:

  • spent

CkbAddress:

  • address
  • shannon
  • transactionCount
  • transactions

CkbBlock:

  • feeRateRange
  • miner

CkbCell:

  • spent

CkbTransaction:

  • feeRate
  • size

Copy link

vercel bot commented Jul 26, 2024

@ShookLyngs is attempting to deploy a commit to the Cell Studio Team on Vercel.

To accomplish this, @ShookLyngs needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

@Flouse
Copy link
Contributor

Flouse commented Jul 26, 2024

Should we merge this PR first so that the frontend can use the new Queries in schema.gql?

@ShookLyngs
Copy link
Contributor Author

ShookLyngs commented Jul 26, 2024

Should we merge this PR first so that the frontend can use the new Queries in schema.gql?

Sure, I'll draft another PR for the implementation of the new resolvers.

@ShookLyngs ShookLyngs merged commit 913da69 into main Jul 26, 2024
3 of 4 checks passed
@ShookLyngs ShookLyngs deleted the feat/backend-base-field-todos branch July 26, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants