Giter VIP home page Giter VIP logo

sentio-sdk's Introduction

CI:

CircleCI

Release Status:

Release

Released SDK Version:

npm version

Released CLI Version:

npm version

sentio-sdk's People

Contributors

0xbe1 avatar frozenluo avatar lwedge99 avatar poytr1 avatar qiaokan avatar regulusv avatar renovate[bot] avatar rnons avatar spacedragon avatar ty-sentio-xyz avatar uranuswch avatar zfy0701 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sentio-sdk's Issues

[feature request] Add a helper function to check if an address is a null address

reference implementation according to chatgpt:

`
const { utils } = require('ethers');

function isNullAddress(address) {
try {
// Normalize the input address
const normalizedAddress = utils.getAddress(address);
// Check if the normalized address is equal to the null address (all zeros)
return normalizedAddress === '0x0000000000000000000000000000000000000000';
} catch (error) {
// If the getAddress function throws an error, the input is not a valid address
return false;
}
}

const testAddress = '0x0000000000000000000000000000000000000000';
console.log(isNullAddress(testAddress)); // Output: true
`

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • fix(deps): update all (@aptos-labs/ts-sdk, @fuel-ts/program, @solana/web3.js, bs58, command-line-args, fuels, ix, prettier2, rpc-websockets, superstruct_solana)

Detected dependencies

dockerfile
.devcontainer/Dockerfile
  • mcr.microsoft.com/vscode/devcontainers/typescript-node 1-20-bullseye
.devcontainer/base.Dockerfile
  • mcr.microsoft.com/vscode/devcontainers/javascript-node 1-20-bullseye
github-actions
.github/workflows/cut-release.yaml
  • actions/checkout v4
.github/workflows/publish-docs.yaml
  • actions/checkout v4
  • pnpm/action-setup v4
  • actions/setup-node v4
  • JamesIves/github-pages-deploy-action v4
.github/workflows/publish-sdk.yaml
  • actions/checkout v4
  • pnpm/action-setup v4
  • actions/setup-node v4
  • cycjimmy/semantic-release-action v4
  • cycjimmy/semantic-release-action v4
.github/workflows/test.yaml
  • actions/checkout v4
  • pnpm/action-setup v4
  • actions/setup-node v4
npm
package.json
  • @eslint/compat ^1.1.0
  • @eslint/eslintrc ^3.1.0
  • @eslint/js ^9.6.0
  • @ls-lint/ls-lint ^2.2.3
  • @types/chai ^4.3.16
  • @types/node ^20.14.8
  • conventional-changelog-conventionalcommits ^8.0.0
  • eslint ^9.6.0
  • eslint-config-prettier ^9.1.0
  • eslint-import-resolver-typescript ^3.6.1
  • eslint-plugin-deprecation ^3.0.0
  • eslint-plugin-import-x ^3.0.0
  • eslint-plugin-unused-imports ^4.0.0
  • glob ^11.0.0
  • json ^11.0.0
  • lint-staged ^15.2.2
  • prettier ^3.2.5
  • prettier-package-json ^2.8.0
  • prettier-plugin-sh ^0.14.0
  • semantic-release ^24.0.0
  • semantic-release-monorepo ^8.0.2
  • tsx ^4.15.2
  • typescript ^5.5.2
  • typescript-eslint ^8.0.0
  • @grpc/grpc-js ^1.9.14
  • ethers 6.13.1-patch.1
  • rpc-websockets 7.11.0
packages/cli-alias/package.json
packages/cli/package.json
  • @aptos-labs/ts-sdk ~1.26.0
  • @mysten/sui.js ~0.54.1
  • @sentio/chain ^2.1.0
  • @sentio/graph-cli ^0.80.0-patch.1
  • @types/node ^20.14.8
  • chalk ^5.3.0
  • command-line-args ^5.2.1
  • command-line-usage ^7.0.1
  • express ^4.18.2
  • form-data ^4.0.0
  • fs-extra ^11.2.0
  • jszip ^3.10.1
  • latest-version ^9.0.0
  • node-fetch ^3.3.2
  • open ^10.0.3
  • solc ^0.8.25
  • starknet ^6.11.0
  • tsup ^6.7.2
  • tsx ^4.15.2
  • yaml ^2.3.4
  • @types/command-line-args ^5.2.3
  • @types/command-line-usage ^5.0.4
  • @types/express ^4.17.21
  • @types/fs-extra ^11.0.4
packages/cli/templates/aptos/package.json
  • typescript ^5.5.2
packages/cli/templates/eth/package.json
  • typescript ^5.5.2
packages/cli/templates/fuel/package.json
  • typescript ^5.5.2
packages/cli/templates/raw/package.json
  • typescript ^5.5.2
packages/cli/templates/solana/package.json
  • typescript ^5.5.2
packages/cli/templates/starknet/package.json
  • typescript ^5.5.2
packages/cli/templates/sui/package.json
  • typescript ^5.5.2
packages/protos/package.json
  • google-protobuf ^3.21.2
  • long ^5.2.3
  • nice-grpc ^2.1.7
  • nice-grpc-common ^2.0.2
  • protobufjs ^7.2.6
packages/runtime/package.json
  • @grpc/grpc-js ^1.9.14
  • @opentelemetry/exporter-metrics-otlp-grpc ^0.52.1
  • @opentelemetry/exporter-prometheus ^0.52.1
  • @opentelemetry/sdk-node ^0.52.1
  • command-line-args ^5.2.1
  • command-line-usage ^7.0.1
  • ethers 6.13.1-patch.1
  • fs-extra ^11.2.0
  • google-protobuf ^3.21.2
  • ix ^5.0.0
  • long ^5.2.3
  • nice-grpc ^2.1.7
  • nice-grpc-client-middleware-retry ^3.1.6
  • nice-grpc-common ^2.0.2
  • nice-grpc-error-details ^0.2.4
  • nice-grpc-opentelemetry ^0.1.15
  • nice-grpc-prometheus ^0.2.2
  • protobufjs ^7.2.6
  • rxjs ^7.8.1
  • utility-types ^3.11.0
  • winston ^3.11.0
  • @types/command-line-args ^5.2.3
  • @types/command-line-usage ^5.0.4
  • @types/fs-extra ^11.0.4
  • @types/google-protobuf ^3.15.12
  • tslib ^2.6.2
packages/sdk/package.json
  • @aptos-labs/ts-sdk ~1.26.0
  • @coral-xyz/borsh ^0.30.0
  • @fuel-ts/program ^0.88.1
  • @mysten/sui.js ~0.54.1
  • @project-serum/anchor ^0.26.0
  • @sentio/abi-wan-kanabi 2.2.2-1
  • @sentio/bigdecimal 9.1.1-patch.3
  • @sentio/chain ^2.1.0
  • @sentio/ethers-v6 ^1.0.29
  • @solana/web3.js 1.91.8
  • @typemove/aptos ~1.6.3
  • @typemove/move ~1.6.3
  • @typemove/sui ~1.6.3
  • bs58 ^5.0.0
  • chalk ^5.3.0
  • csv-parse ^5.5.3
  • ethers 6.13.1-patch.1
  • fuels ^0.90.0
  • graphql ^16.9.0
  • js-sha3 ^0.9.3
  • lru-cache ^11.0.0
  • nice-grpc ^2.1.7
  • nice-grpc-client-middleware-retry ^3.1.6
  • nice-grpc-common ^2.0.2
  • nice-grpc-prometheus ^0.2.2
  • node-fetch ^3.3.2
  • p-queue ^8.0.1
  • prettier2 2.8.8
  • radash ^12.0.0
  • reflect-metadata ^0.2.2
  • starknet ^6.11.0
  • superstruct_solana ^0.14.2
  • typechain ^8.3.2
  • utility-types ^3.11.0
  • yaml ^2.3.4
  • @certusone/wormhole-sdk ^0.10.16
  • @types/google-protobuf ^3.15.12
  • prettier ^3.2.4
  • tslib ^2.6.2
  • typedoc ^0.26.0
  • tsup ^6.7.2

  • Check this box to trigger a request for Renovate to run again on this repository

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.