skale-admin
skale-admin copied to clipboard
SKALE admin docker container orchestrates all other SKALE Docker containers
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...
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,...
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)
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...
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+...
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...
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)
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...
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...
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...