- 08 Feb, 2023 1 commit
-
-
- 07 Feb, 2023 1 commit
-
-
- 06 Feb, 2023 30 commits
-
-
add template for cleanup cache job pass dotenv artifacts also as artifacts-paths to data builder job
-
-
Marek Kochanowicz authored
-
fc::static_variant
-
-
init_value after replace fc::uint128 custom impl with native __uint128_t (cuz bytes layout are differents)
-
-
-
-
-
-
-
-
-
-
-
Change libraries/chain/database.cpp b/libraries/chain/database.cpp according to change fc::unit128 -> __uint128_t
-
Change libraries/protocol/include/hive/protocol/config.hpp according to change fc::unit128 -> __uint128_t
-
-
-
-
-
Change libraries/protocol/include/hive/protocol/fixed_string.hpp according to change fc::unit128 -> __uint128_t
-
Change libraries/chain/include/hive/chain/util/uint256.hpp according to change fc::unit128 -> __uint128_t
-
-
-
-
-
-
Change fc::uint128 custom implementation to raw __uint128_t type (supported by gcc and clang). Move code of fc::uint128 methods to standalone functions.
-
- 03 Feb, 2023 8 commits
-
-
because `truncation_controller` class is an internal implementation.
-
-
-
-
-
-
The variable `verifier_switch::verify` is enabled by default so every API endpoint is subject to check a size of an account's length
-
-