skale-admin icon indicating copy to clipboard operation
skale-admin copied to clipboard

SKALE admin docker container orchestrates all other SKALE Docker containers

Results 77 skale-admin issues
Sort by recently updated
recently updated
newest added

We should update ganache version that is currently used for testing purposes in all repos (admin, validator-cli, etc) to the version that supports London fork to have the behavior similar...

Technical debt

https://github.com/skalenetwork/skale-admin/blob/49ccb7b70cd6df73201484561a74f0ccfa4bd214/core/schains/utils.py#L31 It's not notifying that wallet has not enough ETH. Info should be framed as: `checking the balance of the node wallet to have enough SKL tokens or ETH` Secondly,...

bug

we need to integrate zmq connection for sgx to improve stability ┆Issue is synchronized with this [Jira Task](https://skalelabs.atlassian.net/browse/SKALE-4483)

enhancement

We should add a check in the skale_api and skale_admin to detect whether machines are synchronized with global time. Currently, we can detect this only during skaled start. ┆Issue is...

enhancement

new schain cannot be started when she was created on same ports as removed schain **versions:** schain:3.7.1-develop.7 admin:2.0.0-develop.36 **STR:** 1. create 6+ MEDIUM schains 1. remove them 1. create 6+...

bug

When a node with many chains starts up after long time, start chains in sequence 1. Start chain1. Wait 10 minutes or more, so it can download snapshot. 1. Start...

enhancement

Send transactions to etherscan API if geth fails multiple times, as explained here: https://skalelabs.atlassian.net/browse/SKALE-4149 ┆Issue is synchronized with this [Jira Bug](https://skalelabs.atlassian.net/browse/SKALE-4150)

enhancement

Currently admin saves 50MB (for AWS issue period is logs for ~20 hours) of logs which is not enough when we need to investigate some issues, we need to make...

Technical debt

The block syncing check contains two steps: * Check if last block timestamp is not older than 30 seconds. * Check if the last used block is less than the...

enhancement

STR: 1. create 17+ nodes 1. create schain 1. run node exit with node that contains 4 schain. 1. first rotation DKG should fail for any of schain. Expected: schain...

bug