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 15,966 public repositories matching this topic...
This is a low-pri report.
If I have a Move package in a directory named my-project and run move package build, then rename my-project to some-other-name and re-run the build, I get
CACHED MoveStdlib
Error: No such file or directory '/Users/shb/some-other-name/build/MoveStdlib/sources'
Deleting the build directory fixes the issue, but it would be nice if the package ma
-
Updated
Nov 11, 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
When installing a new chaincode on the peer you do get the package id of the chaincode which is good... this allows customers to use that data to go through the approve/commit steps.
However the issue is when they are reinstalling an existing chaincode there is nothing in the response to indicate the package id(hash). Install in that case returns a message that the chaincode already exists. We
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 1, 2021 - JavaScript
-
Updated
Nov 12, 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 12, 2021 - C++
-
Updated
Sep 28, 2021 - Go
Background
When compaction failed as described in #5936 I got the following message:
could not start compaction, destination folder /home/bitcoin/.lnd/data/graph/mainnet only has 10823012352 bytes of free disk space available while we need at least 10196967424 for worst-case compaction
This is confusing, as 10823012352 > 10196967424.
Your environment
- 0.14.0-beta.rc2
- L
[...] Please scrub validator/... of references to "trusted" validators. We call these "known" validators now at the command-line and in the docs to avoid using the loaded word "trust".
See this comment in the original PR for more context:
solana-labs/solana#21124 (comment)
-
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
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
Sep 14, 2021 - JavaScript
-
Updated
Oct 15, 2021
System information
Geth version: 1.10.8-stable
OS & Version: Linux
This issue started after updating to 1.10.8-stable. Gas oracle doesn't return the expected results when parameters are different than the defaults (both setting IgnorePrice or/and MaxPrice will break it). Works as expected without the .toml setting below
.toml settings: