Theodore Chaikalis
Theodore Chaikalis
sui start command returns an error in Windows. Current setup: Windows 11 PRO. Steps to reproduce `sui genesis` `sui start` ``` ... ... 2022-11-02T15:14:57.144812Z INFO node{name=0xacb3fe1b190847faad1136f07899d38731b5d1fc}: sui_node: Initializing sui-node listening...
Iam trying to sign a Transaction using keytool and I get a not clear error message. Is there smth wrong with the arguments or a bug? cc @kchalkias `sui keytool...
Methods `getEventsByTransaction` and `getEventsBySender` do not exist anymore, relevant examples should be removed.
The example Event Filter does not work. Requires type casting
- added more TS SDK Examples for Checkpoints - minor fixes in typos of existing examples
For some reason rocksdb tries to find/create files in Windows with wrong file path. Is this a configuration problem or a bug? System: Windows 11 Lib: Rust-rocksdb 0.19 `2023-01-19T18:35:50.640459Z ERROR...
Relevent error: ` java.lang.NoSuchMethodError: org.chartistjsf.component.chart.ChartRenderer.startScript(Ljavax/faces/context/ResponseWriter;Ljava/lang/String;)V at org.chartistjsf.component.chart.ChartRenderer.encodeScript(ChartRenderer.java:98) at org.chartistjsf.component.chart.ChartRenderer.encodeEnd(ChartRenderer.java:66) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:920) at org.primefaces.renderkit.CoreRenderer.renderChild(CoreRenderer.java:88) at org.primefaces.renderkit.CoreRenderer.renderChildren(CoreRenderer.java:70) Truncated. see log file for complete stacktrace ` Reason: Chart Renderer extends Core Renderer and...
unfortunately, docker-compose up does not create the datasource, neither it downloads jdbc drivers!
Installation process completed successfully, but `kli version` returns an error The error seems to be coming from the Logging Handler ``` C:\Users\teo\gitProjects\keripy>kli version Traceback (most recent call last): File "C:\Users\teoha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\kli-script.py",...
In the main readme we read: _Local installation - build from source Once all dependencies are installed and working then run:_ But this does not clarify which are the dependencies...