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

Move v2 #3181

Draft
wants to merge 93 commits into
base: main
Choose a base branch
from
Draft

Move v2 #3181

wants to merge 93 commits into from

Conversation

steelgeek091
Copy link
Collaborator

No description provided.

steelgeek091 and others added 30 commits November 29, 2024 18:47
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.40 to 0.1.41.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.13.1 to 1.14.0.
- [Commits](DaniPopes/const-hex@v1.13.1...v1.14.0)

---
updated-dependencies:
- dependency-name: const-hex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor(genesis): reset testnet genesis

1. block height: 2902859 -> 3516999
2. regenerate genesis file

reset steps:
1. stop testnet
2. clear roochdb directory
3. deploy testnet and restart
This commit adjusts the retry logic in `celestia.rs` and `avail.rs` by changing the condition to allow retries up to the max retry limit, ensuring one additional retry attempt by using '<=' instead of '<'.
Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rustc-hash@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: rustc-hash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [framework] Enable value size feature when genesis init

* [framework] Release framework v16

* [genesis] Reset testnet genesis for upgrade framework
* feat: support batch harvest for grow_bitcoin

* update: se object::borrow_mut_object to check the ObjectID type and the ownership
* feat: home page update

* fix

* feat: home page optimization

* feat: optimization

* feat: optimization

* feat: optimization

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: sven Tan <[email protected]>
… file (rooch-network#3003)

This commit introduces the `NamespaceCommand` which allows users to derive the DA namespace from a genesis file. The command is now part of the DA command module, enhancing the functionality provided by the CLI.
…work#2999)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: support batch harvest for grow_bitcoin

* update: se object::borrow_mut_object to check the ObjectID type and the ownership

* feat: support batch stake and unstake

* make code tidy

* add batch_stake ut

* make code tidy

* update: merge coin and one send

* fix: Get the address from the signer via signer::address_of(signer) not sender()
* tbtc faucet bot to 0.0.4

* use proper parse for log collect
* remove sdk & sdk-kit default export cjs type

* update sdk & kit dev version 0.2.9

* fix

* Update version.ts
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.13.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.6/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.5...v2.2.6)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…k#3015)

* fix(backend): improve error logging for segment submission

Enhanced error logging in Celestia and Avail backends to include attempts count and error/status details during segment submission failures.
…k#3016)

* [apps] Twitter fetch schedule

* [apps] Release twitter_binding v6 and deploy to mainnet
popcnt1 and others added 20 commits December 22, 2024 16:17
…3069)

* refactor(rooch-da): simplify find_last_executed logic

Refactored `find_last_executed` to use a generic utility function `find_last_true`, reducing code complexity. Updated tests to cover edge cases and maintain coverage for the new implementation.
…3071)

* feat(rooch-common): add binary search utility for last true

Add `find_last_true` function for efficient binary search of the last element satisfying a predicate in sorted arrays. Includes a comprehensive test suite to verify edge cases and behavior.

* refactor(rooch-da): replace TxOrderHashBlock with TxDAIndex

Updated TxOrderHashBlock to TxDAIndex for better clarity and consistency in DA commands. Refactored corresponding methods, files, and struct names while preserving functionality.

* feat(db): add command to dump transaction state roots

Introduce `DumpTxRootCommand` to export transaction orders and state roots to an output file. This enhances database debugging and transaction analysis capabilities.
* feat: check exist before batch handle

* feat: check exists befor batch_harvest/batch_harvest_bbn

* fix remove_temp_state of batch_harvest/batch_harvest_bbn issue

* fix wrong check

* add ut for batch_harvest
* [kube] Roochbot deployment

* update roochbot config

* update image
* feat: uni v2 like dex

* [app] remove rooch dex cap store
Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 1:22pm
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 1:22pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Jan 16, 2025 1:22pm

Copy link

vercel bot commented Jan 13, 2025

@steelgeek091 is attempting to deploy a commit to the Rooch Team on Vercel.

A member of the Team first needs to authorize it.

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.