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 #2340

Merged
merged 4 commits into from
Dec 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: remove cell_dependency desc order (#2342)
Signed-off-by: Miles Zhang <mingchang555@hotmail.com>
  • Loading branch information
zmcNotafraid authored Dec 14, 2024
commit 06d7da01ba6134d57e42fa0f79781f1efb44d517
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ def perform
def load_unanalyzed_dependencies
CellDependency.where(contract_analyzed: false).
where.not(block_number: nil).
order("block_number desc").
limit(200).
group_by(&:ckb_transaction_id)
end
Loading