ConseilJS icon indicating copy to clipboard operation
ConseilJS copied to clipboard

Client-side library for building decentralized applications.

Results 53 ConseilJS issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Checks if reveal operation is already present in the operation group being processed.

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

when sending xtz, the API contains two kinds of transaction, one is reveal, another one is transaction what is reveal for

`proto.010-PtGRANAD.contract.balance_too_low` send met the error, the balance is 25 ꜩ? balance is enough in my opintion.

` // opWvamznrS5VLUSqNxungkMJfYc24eF5iuyBiBCJ8KtwgHbYAyx let tx = conseiljs.TezosConseilClient.getOperations(conseilServer, conseilServer.network, transactionQuery); ` why get nothing from api of this hash https://tzkt.io/opWvamznrS5VLUSqNxungkMJfYc24eF5iuyBiBCJ8KtwgHbYAyx

Is there a way using conseil to submit multiple contracts in a single operation? It appears that `TezosNodeWriter.sendContractInvocationOperation` only accepts a single entrypoint and parameter. I have an operation that...

- [x] ("LEVEL", I_LEVEL); - [x] ("SELF_ADDRESS", I_SELF_ADDRESS); - [x] ("never", T_never); - [x] ("NEVER", I_NEVER); - [x] ("UNPAIR", I_UNPAIR); - [x] ("VOTING_POWER", I_VOTING_POWER); - [x] ("TOTAL_VOTING_POWER", I_TOTAL_VOTING_POWER); - [x]...

- [x] ("LEVEL", I_LEVEL); - [x] ("SELF_ADDRESS", I_SELF_ADDRESS); - [x] ("never", T_never); - [x] ("NEVER", I_NEVER); - [x] ("UNPAIR", I_UNPAIR); - [x] ("VOTING_POWER", I_VOTING_POWER); - [x] ("TOTAL_VOTING_POWER", I_TOTAL_VOTING_POWER); - [x]...

I am trying to use `conseiljs` for gas estimations of a contract invocation transaction. More specifically, the contract involved has some kind of `chain_id` related check and gas estimation always...