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

Multi chains setup support #559

Merged
merged 36 commits into from
Jul 20, 2023

Conversation

imotai
Copy link
Contributor

@imotai imotai commented Jul 10, 2023


PR-Codex overview

This PR focuses on adding a new system_sdk module and making various updates and improvements to the codebase.

Detailed summary

  • Added system_sdk module.
  • Updated dependencies.
  • Removed unused code.
  • Fixed error handling.
  • Updated scripts and configurations.
  • Added new tests.

The following files were skipped due to too many changes: src/proto/src/lib.rs, src/sdk/src/store_sdk_v2.rs, sdk/src/provider/indexer_provider.ts, sdk/src/crypto/sig_utils.ts, src/storage/src/state_store.rs, sdk/src/client/client_v2.ts, sdk/tests/client_v2.test.ts, tools/start_localnet.sh, src/node/src/mutation_utils.rs, src/event/src/event_processor.rs, src/node/src/recover.rs, src/base/src/bson_util.rs, sdk/src/provider/storage_provider_v2.ts, src/node/src/ar_toolbox.rs, abi/Events.json, src/event/src/meta_store_event_processor.rs, src/node/src/indexer_impl.rs, src/sdk/src/system_sdk.rs, src/storage/src/meta_store_client.rs, src/node/src/system_impl.rs, sdk/src/abi/metastore_abi.ts, src/storage/src/system_store.rs, src/node/src/command.rs, src/node/src/rollup_executor.rs, src/node/src/storage_node_light_impl.rs

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@codecov-commenter
Copy link

Codecov Report

Merging #559 (26e3fba) into main (078499c) will increase coverage by 0.29%.
The diff coverage is 78.12%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #559      +/-   ##
==========================================
+ Coverage   63.68%   63.97%   +0.29%     
==========================================
  Files           8        9       +1     
  Lines         413      433      +20     
  Branches       61       64       +3     
==========================================
+ Hits          263      277      +14     
- Misses        150      156       +6     
Flag Coverage Δ
rust 63.97% <78.12%> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sdk/src/provider/error.ts 60.00% <0.00%> (-40.00%) ⬇️
sdk/src/provider/storage_provider_v2.ts 76.92% <72.72%> (-2.29%) ⬇️
sdk/src/provider/indexer_provider.ts 86.20% <77.77%> (-0.16%) ⬇️
sdk/src/client/client_v2.ts 84.78% <100.00%> (+1.06%) ⬆️
sdk/src/crypto/sig_utils.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@imotai imotai merged commit e628ee4 into dbpunk-labs:main Jul 20, 2023
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