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 mainnet #2304

Merged
merged 20 commits into from
Dec 6, 2024
Merged

Deploy to mainnet #2304

merged 20 commits into from
Dec 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 2, 2024

No description provided.

* chore: update dalli client TTL conf

* feat: add knowledge size to daily statistics
* feat: adjust contract and cell_dependencies table

* feat: adjust api

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

* feat: use task fix data

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

* feat: comment code

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

* feat: sync cell dependency

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

* feat: add contract_analyzed to cell_dependencies

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

* feat: use worker to analyze contract

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

* fix: use new cell dependency unique index

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

* feat: add index to contract_analyzed

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

* chore: set statement_timeout for migration

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

* feat: enhance analyze contract worker

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

* test: fix test

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

* fix: some contract's script count is too many

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

* feat: stop create contract in node processor

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

* feat: fill contract info task

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

---------

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

codecov bot commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 13.95028% with 623 lines in your changes missing coverage. Please review.

Project coverage is 57.00%. Comparing base (692472a) to head (804e3e5).
Report is 45 commits behind head on master.

Files with missing lines Patch % Lines
app/workers/fiber_graph_detect_worker.rb 0.00% 97 Missing ⚠️
...rs/analyze_contract_from_cell_dependency_worker.rb 0.00% 84 Missing ⚠️
...s/migration/analyze_contract_from_start_block.rake 6.38% 44 Missing ⚠️
app/workers/fiber_detect_worker.rb 0.00% 43 Missing ⚠️
app/models/fiber_graph_channel.rb 0.00% 40 Missing ⚠️
app/controllers/api/v2/fiber/peers_controller.rb 0.00% 38 Missing ⚠️
app/services/fiber_coordinator.rb 0.00% 32 Missing ⚠️
...controllers/api/v2/fiber/graph_nodes_controller.rb 0.00% 28 Missing ⚠️
app/models/fiber_graph_node.rb 0.00% 24 Missing ⚠️
lib/tasks/migration/fill_contracts_info.rake 14.28% 24 Missing ⚠️
... and 18 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2304      +/-   ##
==========================================
- Coverage   60.06%   57.00%   -3.07%     
==========================================
  Files         354      366      +12     
  Lines       10118    10477     +359     
==========================================
- Hits         6077     5972     -105     
- Misses       4041     4505     +464     

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

dependabot bot and others added 16 commits December 5, 2024 04:38
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: synchronize peer and channel data in fiber network

* feat: add fiber coordinator

* chore: add foreign key fiber_peer_id

* chore: rename sent_tlc_balance column

* chore: refine fiber channel jbuilder attribute definitions

* feat: fiber peers paginate

* chore: change rpc_listening_addr type to array

* feat: sync fiber graph nodes and channels

* fix: set default page_size for fiber request

* feat: sync graph node udt config info

* chore: fiber udt cfg info add type_script

* refactor: fiber graph detect worker

* chore: add filter to fiber graph channels

* feat: add filter query to fiber graph node

* refactor: normalize query_key based on hex string detection

* feat: fiber graph channel add closed_transaction_info
@zmcNotafraid zmcNotafraid added this pull request to the merge queue Dec 6, 2024
Merged via the queue into master with commit 5513973 Dec 6, 2024
8 of 10 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.

2 participants