-
Notifications
You must be signed in to change notification settings - Fork 91
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
steelgeek091
wants to merge
93
commits into
rooch-network:main
Choose a base branch
from
steelgeek091:move_v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Move v2 #3181
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()
[apps] Release apps
* 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
…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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.