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

Deploy to testnet #1699

Merged
merged 50 commits into from
Mar 28, 2024
Merged

Deploy to testnet #1699

merged 50 commits into from
Mar 28, 2024

Conversation

github-actions[bot]
Copy link
Contributor

No description provided.

zmcNotafraid and others added 30 commits January 18, 2024 15:08
* feat: add bitcoin transactin detect worker

* feat: add gem bitcoinrb

* chore: update rgb cell type

* chore: adjust tests

* refactor: output cell extra info

* refactor: remove unused code

* chore: adjust test
* feat: remove unused controller action

Signed-off-by: Miles Zhang <[email protected]>

* feat: return contract resource distributed api

Signed-off-by: Miles Zhang <[email protected]>

* test: fix test

Signed-off-by: Miles Zhang <[email protected]>

---------

Signed-off-by: Miles Zhang <[email protected]>
* feat: add is_repeated_symbol to omiga_inscription_infos

Signed-off-by: Miles Zhang <[email protected]>

* feat: handle is_repeated_symbol logic in node processor

Signed-off-by: Miles Zhang <[email protected]>

---------

Signed-off-by: Miles Zhang <[email protected]>
* feat: add bitcoin address mapping

* refactor: address transactions

* refactor: search pending transactions with bitcoin address

* chore: fix rgb transaction attribute
* refactor: search live cells with bitcoin address

* refactor: get address info with bitcoin address

* chore: adjust test
* refactor: bitcoin transaction detect worker

* fix: omiga_inscription detail info

* chore: fix typo

* chore: update worker class name
@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 68.63034% with 213 lines in your changes are missing coverage. Please review.

Project coverage is 65.65%. Comparing base (8b79592) to head (ab10cf7).
Report is 13 commits behind head on testnet.

❗ Current head ab10cf7 differs from pull request most recent head 0a18a9f. Consider uploading reports for the commit 0a18a9f to get more accurate results

Files Patch % Lines
...trollers/api/v2/bitcoin_transactions_controller.rb 0.00% 33 Missing ⚠️
app/services/bitcoin/segwit_addr.rb 36.17% 30 Missing ⚠️
app/services/bitcoin/rpc.rb 0.00% 27 Missing ⚠️
app/workers/bitcoin_transaction_detect_worker.rb 18.51% 22 Missing ⚠️
.../controllers/api/v2/ckb_transactions_controller.rb 32.00% 17 Missing ⚠️
app/models/concerns/cell_outputs/extra_info.rb 74.07% 14 Missing ⚠️
.../models/concerns/ckb_transactions/display_cells.rb 87.23% 12 Missing ⚠️
app/serializers/bitcoin_transaction_serializer.rb 0.00% 10 Missing ⚠️
app/models/bitcoin_transaction.rb 30.76% 9 Missing ⚠️
app/utils/bitcoin_utils.rb 56.25% 7 Missing ⚠️
... and 12 more
Additional details and impacted files
@@             Coverage Diff             @@
##           testnet    #1699      +/-   ##
===========================================
- Coverage    66.61%   65.65%   -0.97%     
===========================================
  Files          310      329      +19     
  Lines         8494     8856     +362     
===========================================
+ Hits          5658     5814     +156     
- Misses        2836     3042     +206     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

refactor: fetch multi raw bitcoin transactions
* chore: update cell data comparator

* chore: update bitcoin raw transaciton cache
* refactor: search rgb transactions

* fix: udt cells amount
* chore: update tip block height cache

* fix: get bitcoin raw transaction cache
@rabbitz rabbitz added this pull request to the merge queue Mar 28, 2024
Merged via the queue into testnet with commit cb57043 Mar 28, 2024
11 checks passed
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.

4 participants