chore(release): bump version to 0.1.3#779
Conversation
- Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the WalkthroughRepository-wide version bumps to 0.1.3 across Rust and JS packages and example dependencies; CHANGELOG updated with a new 0.1.3 section (and a 0.0.14-test header). No code, API, or control-flow changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
Cargo.lockis excluded by!**/*.lockpnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (10)
CHANGELOG.md(1 hunks)Cargo.toml(1 hunks)crates/wasm/package.json(1 hunks)examples/CRISP/client/package.json(1 hunks)examples/CRISP/package.json(1 hunks)package.json(1 hunks)packages/enclave-config/package.json(1 hunks)packages/enclave-contracts/package.json(1 hunks)packages/enclave-react/package.json(1 hunks)packages/enclave-sdk/package.json(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
CHANGELOG.md
29-29: Multiple headings with the same content
(MD024, no-duplicate-heading)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: build_sdk
- GitHub Check: build_enclave_cli
- GitHub Check: test_contracts
- GitHub Check: test_net
- GitHub Check: integration_prebuild
- GitHub Check: rust_unit
- GitHub Check: Build & Push Image
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
CHANGELOG.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
- GitHub Check: build_enclave_cli
- GitHub Check: integration_prebuild
- GitHub Check: test_net
- GitHub Check: build_sdk
- GitHub Check: build_e3_support_dev
- GitHub Check: test_contracts
- GitHub Check: rust_unit
- GitHub Check: Build & Push Image
* chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock
* chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock
* chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: add etherscan api key to config * refactor: add token address to e3 params * refactor: add custom params to E3 request * chore: update lockfile * fix: set correct default param for custom params * test: add fake token address * chore: make e2e tests cross-platform * refactor: add right sol events to evm-helpers * feat: create new create to wrap bitquery apis * chore: update cargo lockfile * refactor: replace etherscan api key with bitquery * feat: create new module for hashes and tree * refactor: make custom params conversion neater * refactor: remove unused structs from models * feat: add logic to build tree of token holders to indexer * style: format code * chore: add license header to bitquery lib * chore(release): bump version to 0.1.3 (#779) * chore(release): bump version to 0.1.3 - Updated all Rust crates to 0.1.3 - Updated all npm packages to 0.1.3 - Updated lock files - Generated CHANGELOG.md * chore: update versions on CRISP * docs: remove duplicate entry in CHANGELOG * chore: update Cargo.lock * fix: update graphql query * refactor: move bitquery code to CRISP * refactor: add error when chain id is wrong * refactor: validate customParams length * refactor: check if there are eligible token holders * refactor: remove 0x prefix if there's any Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: update limit to tmp value and add comment * refactor: update bitquery query to filter negative balances * refactor: new module renamings * refactor: safely convert balance to field * refactor: general refactoring around token holder code * refactor: handle errors in bitquery.rs * refactor: set consistent error handling * refactor: rename bitquery func parameter * feat: add balance threshold parameter * refactor: set balance threshold as bigint * refactor: handle custom params decoding error Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: apply right balance conversions and filtering --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary by CodeRabbit