symbol-bootstrap icon indicating copy to clipboard operation
symbol-bootstrap copied to clipboard

A tool that allows you to quickly configure and setup Symbol testnets and nodes.

Results 65 symbol-bootstrap issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

add 3 indexs transaction.mosaics.id statement.receipts.targetAddress statement.receipts.senderAddress

**Describe the bug** Execute command symbol-bootstrap start -p bootstrap -a demo from https://github.com/fboucquez/symbol-bootstrap#user-content-command-topics. **To Reproduce** To reproduce the behavior: 1. Open terminal and execute command symbol-bootstrap start -p bootstrap -a...

**Describe the bug** The `` symbol-bootstrap renewCertificates`` does not update the node's certs under the rest-gateway **To Reproduce** To reproduce the behavior: 1. symbol-bootstrap renewCertificates --noPassword --force ``` ls -la...

running symbol-bootsrap healthCheck The command output on the log is: 2022-03-13T08:35:42.590Z info User for docker resolved: 1000:1000 2022-03-13T08:35:42.591Z info Running image using Exec: symbolplatform/symbol-server:gcc-10-1.0.3.1 openssl x509 -enddate -noout -in node.crt.pem...

**Is your feature request related to a problem? Please describe.** Tool is designed to deploy via a vps. But some companies only have access to environments such as aws. **Describe...

Add ``` db.transactions.createIndex({ 'transaction.mosaics.id': 1, 'transaction.mosaics.amount': 1 }, makeSparse('transaction.mosaics.id')); ``` To: https://github.com/symbol/symbol-bootstrap/blob/dev/config/docker/mongo/mongoDbPrepare.js Also, test how long it takes for mainnet/testnet to reindex existing data without re-syncing. Chat: https://discordapp.com/channels/856325968096133191/879529537975762975/896019016764784691

Atm, the demo preset is using old versions of Faucet and Explorer. In order to upgrade, the demo preset must include the statistic service and a mongo db. The last...

This big PR changes bootstrap in 2 ways. - In changes the single module repo to a multimodule mono repo using Lerna. The CLI and the Core Lib have been...