Siddharth

Results 9 issues of Siddharth

Added verify for `farming`, `launchpad` & `marketplace` pallet benchmarking. It's ready for review @Zombieliu.

`clippy` & `fmt` check should be added in workflow. `clippy` workflow is already commented out [here](https://github.com/OriginTrail/origintrail-parachain/blob/a4245db19b37d973c86f6af09fa8041f8cd39adb/.github/workflows/test-code.yml#L47C1-L49). **Describe the solution you'd like** `test-code.yml` ``` - name: Check and Lint Code run:...

Code cleanup without any functional changes

Code formatting with `cargo fmt`.

I am getting `InvalidDigit` error at [line](https://github.com/fede1024/rust-rdkafka/blob/e69c2aa40c944637922f1736533beccf79ac43f5/src/consumer/stream_consumer.rs#L213) while running simple consumer example. Pr #683 fixes the issue by providing a fallback value for max poll interval.

### Type of error Minor technical mistake ### Location of the error [All the other concurrency primitives, such as mutexes and condition variables, are implemented using atomic operations.](https://marabos.nl/atomics/atomics.html) ### Description...

errata
unconfirmed

Running this ``` sudo docker run -d \ -e "OPTION_LIBS=ignite-rest-http" \ apacheignite/ignite ``` Getting this error: ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation...