sandbox icon indicating copy to clipboard operation
sandbox copied to clipboard

Algorand node sandbox

Results 16 sandbox issues
Sort by recently updated
recently updated
newest added

### Subject of the issue Bringing up sandbox environment on `linux/arm64` (Raspberry PI 4 w/ 8GB ram) failed due to some services not initializing ### Your environment OS: ``` uname...

new-bug

This is particularly useful when the setup is a bit more complex with a docker host that is not `localhost`. IMHO, flexibility is always welcome. This PR doesn't affect any...

When you use sandbox today it's hard to change the default values, like if you want to change the algod node to be an archival node, you'd have to change...

good first issue
external contribution
Team Lamprey

As a `sandbox` user, having concise, meaningful error handling for the required Docker environment is helpful. Sandbox 1.0 had helpful output: ``` # sandbox commit 2a34519 ./sandbox up Building a...

good first issue
Team Lamprey

## Problem Algod allows for custom `consensus.json` files as long as they are located in the data directory, but getting a `consensus.json` file to the data directory requires the `copyTo`...

Low Priority
Team Lamprey

### Subject of the issue When trying to create a new wallet through the sandbox, a prompt is displayed for the user to enter a password. Because we dispatch the...

bug
Team Lamprey

### Subject of the issue The indexer becomes unreachable (crashes?) after sending a payment: ``` $ curl http://127.0.0.1:8980/v2/ {"message":"Not Found"} $ sandbox goal clerk send -a 10000000000 -f F3RJ3NHYV55SSHMSF35RKMHFXRD43LJ3SKZV4N2NVUHVUU3DHCMY5DCTW4 -t...

bug
Team Lamprey

## Problem As a dev I may frequently modify `go-algorand` or `indexer` code on my local file system. I don't want to push to GitHub each change prior to testing...

new-feature-request
Team Lamprey

### Subject of the issue I am attempting to set up and run the Algorand Sandbox in Ubuntu 22 following instructions from https://developer.algorand.org/tutorials/create-and-test-smart-contracts-using-python/. I installed docker composer as required but...

new-bug
Team Lamprey