Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / libbitcoin/libbitcoin-system issues and pull requests

#1340 - Avoid is_coinbase() call if witness hash is cached.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1339 - Enable single hash caching for non-segregated txs.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1338 - Update deprecated std::is_pod assertion for c++20.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1337 - Patch operation read with overflow > max_block_size, add script test.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1336 - c++ builder

Issue - State: closed - Opened by virus-cyber over 1 year ago - 9 comments
Labels: question, build

#1335 - Add identity hash caching to header and tx, add witness skipper.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1334 - Pick up fork settings from blockchain repo.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1332 - Add hash_cptr type.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1331 - Refactor utf8_everywhere, add un/set_console_echo utils.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1330 - Set win32 std out translate to utf8 (was only setting in), style.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1329 - Add deduction guides for system::projection<>.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1328 - Comments and optimization of system::contains, use std;:decay_t.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1327 - Use catch (const std::exception&) to avoid warnings.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1326 - Correct install.sh outside CI.

Pull Request - State: closed - Opened by pmienk over 1 year ago

#1325 - Correct install.sh outside CI.

Pull Request - State: closed - Opened by pmienk over 1 year ago

#1324 - Use std::erase/erase_if.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1323 - Add move overrides and tests for trim_copy fns.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1322 - Style, delinit.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1321 - Try/catch de/serial integers.

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1320 - Correct code coverage calculation.

Pull Request - State: closed - Opened by pmienk over 1 year ago

#1319 - Correct code coverage calculation.

Pull Request - State: closed - Opened by pmienk over 1 year ago

#1318 - Make settings virtual, style, comments (serial).

Pull Request - State: closed - Opened by evoskuil over 1 year ago

#1317 - Regenerate with CMakePresets.

Pull Request - State: closed - Opened by pmienk over 1 year ago

#1316 - Regenerate with CMakePresets.

Pull Request - State: closed - Opened by pmienk over 1 year ago

#1314 - Standardize transaction pointer type defines.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1313 - Guard protected is_first_non_coinbase() against empty tx, delint.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1312 - Return zero vs. -1 for device errors.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1311 - Allow accumulating sinks/sources to signal write/read failure.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1309 - Guard pseudo_random::next against a > b.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1308 - Explicitly initialize accumulator sha512

Pull Request - State: closed - Opened by pool2win almost 2 years ago - 1 comment

#1307 - Use explicit instantiation for accumulator<sha256>

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1306 - Use explicit instantiation for accumulator<sha256>

Pull Request - State: closed - Opened by pool2win almost 2 years ago - 2 comments

#1305 - Regenerate removing boost package dependency in CI.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1304 - Generalize and delint envornment.cpp.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1303 - Minimize use of new using to_shared emplacement overload.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1302 - Demo: Fix memory owner issue pointed by clang-tidy

Pull Request - State: closed - Opened by pool2win almost 2 years ago - 1 comment

#1301 - Question about c++17 git tag

Issue - State: closed - Opened by chenrui333 almost 2 years ago - 1 comment

#1300 - Update device default/deletes.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1299 - Rename DEFAULT/DELETE macros.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1298 - Remove const to allow for assignment (props, stealth).

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1297 - Rationalize virtual destruct safety.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1296 - Add DELETE4 and DEFAULT4.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1295 - Refactor config chain helpers.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1294 - Initial work for signing transactions with prepare

Pull Request - State: closed - Opened by pool2win almost 2 years ago - 1 comment

#1293 - Refactor connect for readability, fix unintended input copy.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1292 - Refactor connecting p2sh into a separate method

Pull Request - State: closed - Opened by pool2win almost 2 years ago - 2 comments

#1291 - Style, rename connect_witness and move to protected.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1290 - DRY up repeated code for connecting witness txs

Pull Request - State: closed - Opened by pool2win almost 2 years ago

#1289 - Expose is_coinbase_mature.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1288 - Handle stream error before allowing it to reset in script reader.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1287 - Change previous output metadata design.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1286 - Setup tx for signing using connect

Pull Request - State: closed - Opened by kulpreet almost 2 years ago - 1 comment

#1285 - Add inputs_ptr() method.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1284 - Restore neutrino tests and fix up.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1283 - README update, coverage correction.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1282 - Regenerate with qrencode coverage exclusion correction.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1281 - Add byte_reader.skip_variable().

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1280 - MSVC: BOOST_WARN is no longer warning.

Issue - State: closed - Opened by evoskuil almost 2 years ago
Labels: build

#1279 - Regenerate with updated props, vcxproj.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1278 - Apply PreferredToolArchitecture in Common.props, use label attribute.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1277 - configure: error: Boost 1.72.0 or later is required but was not found.

Issue - State: closed - Opened by st4rgut24 almost 2 years ago - 1 comment

#1275 - Regenerate with props changes, PreferredToolArchitecture=x64.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1274 - Regenerate artifacts.

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1273 - Resolve flipper diamond inheritance ambiguity (get_position).

Pull Request - State: closed - Opened by evoskuil almost 2 years ago

#1272 - Regenerate artifacts.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1271 - Regenerate artifacts.

Pull Request - State: closed - Opened by pmienk almost 2 years ago

#1257 - Add cmake builds to CI.

Pull Request - State: closed - Opened by pmienk over 2 years ago

#1219 - Consolidate dictionaries, match full Electrum and bip39 lists, rename seed.

Pull Request - State: closed - Opened by evoskuil over 3 years ago - 6 comments

#1212 - Restore code coverage lost by inclusion of qrencode sources.

Issue - State: closed - Opened by evoskuil over 3 years ago - 1 comment
Labels: enhancement

#1193 - Android build support.

Issue - State: closed - Opened by evoskuil over 3 years ago - 4 comments
Labels: enhancement

#1177 - taproot support

Issue - State: open - Opened by Legogris almost 4 years ago - 7 comments
Labels: enhancement

#760 - Use base class for message serialization.

Issue - State: closed - Opened by evoskuil over 7 years ago - 2 comments
Labels: enhancement

#753 - Cache wire tx and compute hash over it.

Issue - State: closed - Opened by evoskuil over 7 years ago
Labels: enhancement

#694 - Investigate Windows deserialization performance.

Issue - State: closed - Opened by evoskuil over 7 years ago - 2 comments
Labels: enhancement

#553 - Add move arguments to wallet types.

Issue - State: closed - Opened by evoskuil about 8 years ago - 1 comment
Labels: enhancement

#515 - Add BC_NOEXCEPT to constructors and assigns.

Issue - State: closed - Opened by evoskuil about 8 years ago - 1 comment
Labels: enhancement