This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2023.03.10-12.31.47:942][ 0]LogInit: Using SDL_WINDOW_VULKAN | |
[2023.03.10-12.31.48:170][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_INTEL_nullhw | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_MESA_device_select | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_MESA_overlay | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_NV_optimus | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_acquire_drm_display | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_acquire_xlib_display | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_report | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_utils | |
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_direct_mode_display |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Environment settings | |
1. Install Java [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) | |
2. Install Intellij [IDE](https://www.jetbrains.com/idea/) | |
3. Install Gradle build system. [More details](https://gradle.org/install/) | |
4. Open project with tests in IDE | |
5. Open in IDE *File* -> *Project Structure* set project SDK. Click *New* -> + *JDK*. Set path to installed JDK | |
6. Open in IDE *File* -> *Settings* -> *Plugins*. Search plugin "*Cucumber for Java*". IDE displayed "No plugins found". Click "Search in repositories". Click *Install* | |
7. At **HooksWeb** change ip and port of application |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xcA4fD347d172E0123C6056dAD5F6860b3eA9250a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xba743bcf558e8a56142dbab9500f7a7ff5b63591 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.01902168 + 0.0181 = 0.03712168 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./comander.js vote 2479000730676084223149553133706844027360870537909042612734337314800913856 3 0xE2201Ef12c3216750513F900fea533eeEa63e7EF | |
./comander.js validators | |
./comander.js deposit | |
./comander.js balance 0x2bf64b0ebd7ba3e20c54ec9f439c53e87e9d0a70 | |
./comander.js validator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80 default_server; | |
listen [::]:80 default_server ipv6only=on; | |
root /var/www/html/oto.kz/; | |
index index.php; | |
# Make site accessible from http://localhost/ | |
server_name oto.kz; | |
location / { |