Skip to content
#

Blockchain

blockchain logo

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 10,674 public repositories matching this topic...

chriseth
chriseth commented Mar 26, 2020

The type checker contains multiple occurrences of

		if (noErrors)
			for (Source const* source: m_sourceOrder)
				if (source->ast)
					for (ASTPointer<ASTNode> const& node: source->ast->nodes())
						if (ContractDefinition* contract = dynamic_cast<ContractDefinition*>(node.get()))

These should be extracted into some helper "forAllContracts" or something like that, which takes

sgrif
sgrif commented Feb 18, 2020

Given that we support CURRENT_TIMESTAMP, the lack of CURRENT_DATE feels like an omission. While you can hack it with date(now), I keep finding myself wishing there was a direct way to reference this. Given that now means CURRENT_TIMESTAMP, I think there's precedent for today meaning CURRENT_DATE. This is supported by all backends we support (and is in the ISO standard I believe).

ottosuess
ottosuess commented Oct 21, 2019

Background

Restoring an older wallet takes a long time right now.

@mandelmonkey posted this on lnd slack:

I just tried mainnet with a passphrase made about 4 months ago and one made just now, the one made 4 months ago is taking around 30mins the one made now in a just a couple of mins to recover

Right now there is no way to know if restoring is completed or how long it might still

lbry-sdk
nikitasius
nikitasius commented Jun 7, 2019

Actual docs (https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#get_transfer_by_txid) tells us what get_transfer_by_txid return only transfer object, and did not mention what it return a transfers array too.

example (testnet):

Magicking
Magicking commented Apr 24, 2019

Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).

System information

Release: 2.2.3

Expected behaviour

Helpful error message

Actual behaviour

invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash

brapse
brapse commented Feb 27, 2020

The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th

gelinger777
gelinger777 commented Dec 25, 2019

Describe the bug
Merry Christmas everybody. I have a question regarding BigchainDB. We have a setup of a cluster from 3 nodes where each has a Tendermint and MongoDB and they are connected.When in one of nodes on MongoDB Level a document is deleted, it does not recover itself. Is that possible to solve somehow?

To Reproduce
Install a cluster from several nodes, login to MongoDB direct

mDuo13
mDuo13 commented Mar 25, 2020

Issue Description

The usage statement does list the manifest and validator_info commands, added by #3197.

Steps to Reproduce

Print the usage statement:

rippled -h

Expected Result

The result should list all supported commands.

Actual Result

The usage statement does not list either manifest or validator_info.

Environment

Arch Linux, x86_64, self

embark
brockelmore
brockelmore commented May 20, 2019

Feature Request

Make Vyper development a first-class citizen

Summary

There a few quality of life things that should be added to make it easier to develop with Vyper. Specifically:

  1. Correct color formatting of .vy files & error highlighting
  2. Comment shortcut (cmd+/) should use # instead of //
  3. Integration of Vyper-debug

I am sure there are more but these are the first

Created by Satoshi Nakamoto

Released 2008

Wikipedia
Wikipedia

Related Topics

bitcoin cryptocurrency cryptography ethereum
You can’t perform that action at this time.