Nick
Nick
I found in sources 3 links ``` private static final String JAVA_STATIC_URL = "http://download2.gluonhq.com/substrate/staticjdk/"; private static final String JAVAFX_STATIC_URL = "http://download2.gluonhq.com/substrate/javafxstaticsdk/"; private static final String LLC_URL = "http://download2.gluonhq.com/substrate/llvm/"; ``` but...
I am trying to parse a vec key with Env (with env TEST_KEY__LIST = "") source like ``` Environment::with_prefix("TEST") .try_parsing(true) .prefix_separator("_") .separator("__") .list_separator(",") .with_list_parse_key("test_key.enable") ``` ``` struct Config { test_key:...
## Description Introduce ephemeral and persistent storage to Nox. ## Motivation The goal is to separate data stored in a ~10Gb RAM Disk (aka ephemeral storage) from data stored on...
## Description Integration tests for the chain listener ## Motivation Increase the test coverage ## Related Issue(s) [NET-824](https://linear.app/fluence/issue/NET-824/chain-listener-integration-tests) [VM-615](https://linear.app/fluence/issue/VM-615/nox-chain-listener-integration-tests) ## Checklist - [ ] The code follows the project's coding...
## Description Added chain listener test for cc activation flow. ## Additional Notes - Added traits for the dependencies - Added the ability to inject topology into the dummy core...