Ivan Shumkov
Ivan Shumkov
Command: ``` dash-network ansible ... ``` Should be interpolated to: ``` docker run -ti --rm \ -v "$PWD:/networks" \ -v "$HOME/.aws:/root/.aws" \ -v "$PUBLIC_KEY_PATH:$PUBLIC_KEY_PATH" \ -v "$PRIVATE_KEY_PATH:$PRIVATE_KEY_PATH" \ -w "/usr/src/app/ansible"...
## Issue being fixed or feature implemented A seed node on digital ocean have changed IP address. ## What was done? - Updated a seed node IP ## How Has...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
## Issue being fixed or feature implemented With the current max block size, the block contains about 1700 simple document batch transitions that make block execution pretty slow (up to...
## Issue being fixed or feature implemented In case if we want to have precise control on activation height we should use `initial_core_chain_locked_height` to override default behaviour with activation fork...
## Issue being fixed or feature implemented Dashmate commands are very slow which is very annoying in day-to-day use. The most time is taken by yarn and importing modules (not...
## Issue being fixed or feature implemented Data Contract Update functionality allows developers to make previously required fields optional. This is required for application model evolution in case a developer...
## Issue being fixed or feature implemented Rust building system is not leveraging docker layer cache since the layer with actual build is invalidating by copying project files. If anything...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
Fancy Regex supports backtracking which is required for some cases but as a downside is vulnerable to ReDoS attacks. This becomes a decisive factor when an application operates with user-defined...