DeckerSU
DeckerSU
**Describe the bug** When user tries to send funds on valid P2SH address in KMD network he receive the error message that entered address is incorrect. The issue affects Desktop...
Доброго времени суток. Обнаружил следующий незначительный баг: если собрать клиента с объявленным #define STRIP_VOIP в common.h, то, при попытке входа в меню "О программе", а также некоторые другие пункты меню...
Max number of solutions to check in tromp solver should be limited to MAXSOLS. - https://github.com/tromp/equihash/commit/882bc1ff7a49b92ad9d80a7a59aaa159ecdc2ce0 - https://github.com/KomodoPlatform/komodo/pull/556
Since the `SIGSTKSZ` is no longer a statically defined variable: - https://github.com/doctest/doctest/issues/473 build the project with glibc 2.34 will fail with error like this: ``` [ 71%] Built target komodo-wallet_autogen...
Better solution for the issue(s) mentioned in https://github.com/KomodoPlatform/komodo/pull/589 . - https://github.com/KomodoPlatform/komodo/pull/615
- The old `mini-gmp` C-library has been removed, and the functions `bitcoin_base58{en,de}code` have been replaced with internal `{En,De}codeBase58` from the Bitcoin codebase. - GMP functions are no longer used in...
Let's imagine that we have following dependency declared in `depends/packages`: ```Makefile # dummy package to learn how recipes work package=dummy $(package)_version=1.0.0 $(package)_download_path=https://github.com/DeckerSU/dummy-package/archive/refs/tags/ $(package)_download_file=v$($(package)_version).tar.gz $(package)_file_name=$(package)-$($(package)_version).tar.gz $(package)_sha256_hash=b56360df29a29205f36dfe888d320369b7c859ca205376a9ca25180a7c931796 $(package)_dependencies=rust green:=$(shell tput setaf 10)...
Cross-compilation for MacOS on the following system: ``` Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy ``` Could lead to the following error: ``` CMake Error at...
When cross-compiling for Mac there is possible `native_libtapi` package build error, like this: ``` -- The C compiler identification is Clang 10.0.1 -- The CXX compiler identification is Clang 10.0.1...
There is a bug in `mm2` related to DASH coinbase (or not only?) serialization / deserialization. mm2 shows txid of tx [70ce3e63579742f3030e2a263ced5aa7ce606cbacfabdad5718387efac81211a](https://explorer.dash.org/insight/tx/70ce3e63579742f3030e2a263ced5aa7ce606cbacfabdad5718387efac81211a) belonged to address `XnsqxQLGQv1FTwXJhakqMYL8MpT1G2tegZ` as `6899ce7eff3c19ae827d82c575c2486fc0c6102e274cfe83d94604857587d30a`. I did...