thaler
thaler copied to clipboard
Thaler Experimental Network; For Crypto.org Chain: github.com/crypto-org-chain/chain-main
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [json-bigint](https://github.com/sidorares/json-bigint) from 0.3.0 to 1.0.0. Commits 390482a 1.0.0 f2d8f83 typo 6ee392e Merge pull request #37 from sidorares/fix/prototype c85a430 MAJOR: Add protoAction and constructorAction options 4c2dbf4 build: add node 14...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ from 1.13.1 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...
Dependabot can't resolve your Rust dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Updating crates.io index error: no matching package named `signatory-dalek`...
``` error[E0609]: no field `llvm_version` on type `VersionMeta` 912 Error: --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/vergen-4.0.2/src/feature/rustc.rs:79:42 913 | 914 79 | if let Some(llvmver) = rustc.llvm_version { 915 | ^^^^^^^^^^^^ unknown field 916 |...
``` Compiling chain-core v0.6.0 (/home/runner/work/thaler/thaler/chain-core) 888 error[E0061]: this function takes 3 arguments but 2 arguments were supplied 889 Error: --> chain-core/src/tx/data/address.rs:68:21 890 | 891 68 | bech32::encode(get_bech32_human_part_from_network(network), checked_data) 892 |...