Blockchain
A blockchain is a digitized, decentralized ledger of transactions. Blockchains record a continuously growing list of records, called blocks, which are linked and secured using cryptography.
Here are 16,080 public repositories matching this topic...
🚀 Feature Request
Move packages allow you to define named addresses and export them to importing packages. The set of named addresses in scope for a given package is the set of all named addresses (modulo renaming) defined in the packages transitive dependencies.
Because of this it can be hard to determine which packages have what named address
-
Updated
Nov 15, 2021 - JavaScript
There is the test/libsolidity/SolidityEndToEndTest.cpp file, which contains a lot of semantic tests. It is a large monolithic single C++ file, which takes a long time to compile and is hard to maintain.
We want to move as many test cases out to individual files under test/libsolidity/semanticTests. They should be grouped logically, by following the grouping in SolidityEndToEnd.
Have a
Per stackoverflow post https://stackoverflow.com/questions/69115892/hyperledger-fabric-java-chaincode-timeout-expired-while-starting-chaincode , it appears Java chaincode is missing from chaincode as an external service doc topic:
https://hyperledger-fabric.readthedocs.io/en/latest/cc_service.html#writing-chaincode-to-run-as-an-external-service
Issue
Vyper handles unmapped instructions differently from Solidity. In Solidity, unmapped instructions are given a file index of -1. When attempting to show the source for such an instruction, we instead just show 1: // No source code found..
However, in Vyper, such instructions are not given a file index of -1, but are given a start and length of 0. So when we show the source for t
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Nov 19, 2021 - Python
Setup
Versions
- Diesel: Latest master (b2c58897c39c519a946314bd5b63765d3af56204)
What are you trying to accomplish?
#[derive(Queryable, Selectable)]
#[table_name = "schema::xxx"]
pub struct WithField<T> {
pub field: i32,
#[diesel(embed)]
puCreating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
-
Updated
Nov 1, 2020 - Rust
-
Updated
Nov 18, 2021 - C++
-
Updated
Sep 28, 2021 - Go
Problem
fromAccountData() seems to be broken. Tried several vote accounts with the same result. Script is for mainnet, but on the testnet it fails in the exact same way. Tried @solana/web3.js releases 1.29.1 and 1.29.2
const pubkey = process.argv[2] || '644K33yWfSzc32VvY5fRUfUqphw8LTaLQntCkyEpJ8h7';
const sol = require('@solana/web3.js');
(async
Background
If my node is asked to forward N sats to peer X via channel C, lnd is free to pick any other channel it might have to peer X. As far as I understand the code (switch.go:handlePacketForward), all channels to X (not just C) are checked for eligability, and a random eligable channel is then used for the actual forward.
As part of this eligability check (implemented in link.go:Che
-
Updated
Oct 25, 2021 - HTML
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
Issue Description
Per https://blog.ripplex.io/sunsetting-ripplex-io/, the ripplex.io site is being sunset. There are several references to it (and its predecessor xpring.io) in the rippled documentation that need to be updated.
As of 1.8.0-b3:
$ grep -ri -e xpring.io -e ripplex.io
RELEASENOTES.md:This release [significantly improves memory usage](https://blog.ripplex.io/how-ripples
-
Updated
Nov 10, 2021 - Python
-
Updated
Oct 27, 2021
-
Updated
Sep 14, 2021 - JavaScript
After X minutes of being open plus Y seconds of idleness (i.e. don't reload while user is moving mouse, etc.), reload the homepage or category pages to show the latest content.
-
Updated
Oct 15, 2021
I had a unclean shutdown less than a day ago and got this warning afterwards:
WARN [03-26|10:10:29.944] Unclean shutdown detected booted=2021-03-17T13:16:42+0000 age=1w1d20hAs it would be better to have the "age=" part closer to the shutdown @holiman suggested to update the marker like every 5 minutes