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

bionicles
bionicles commented Jan 3, 2020

There's no published benchmark for IOPS on S3 storage

Would it be possible to post this alongside the other benchmarks?

S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)

Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle

wbt
wbt commented Jan 28, 2020

Issue

When sending more gas than the network's current block limit, the error message that comes back is confusing and can/should be clarified.

Steps to Reproduce

In truffle-config, specify a "gas" value which is higher than the block gas limit for the network you are connected to. Attempt to do a basic migration or any other Truffle transaction.

Expected Behavior

The "Block li

Marenz
Marenz commented Feb 5, 2020

@ekpyron and I went a bit over the testcases code (while looking at #8238) and come up with the following ideas for a refactor:

  • remove validateSettings and the related variables m_settings and m_validateSettings. Instead add a function void addSetting() that takes a string and a lambda/function pointer that is called for each setting that is found. The lambda can set desired member va
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).

herrold
herrold commented Apr 8, 2018

see: dvf/blockchain#50

The underlying exploit to tamper with a blockchain is described there

props to: @TimelessP

The fix should be fairly simple:
affected file: blockchain/blockchain.py

https://github.com/dvf/blockchain/blob/4010cf3273e19146a9cd7b37cf355cb751ffef88/blockchain.py#L82

A noted, currently it reads:

if length > max_length and self.valid
bitromortac
bitromortac commented Feb 7, 2020

Currently the lncli listinvoices --reversed flag has no effect, as it
is of type cli.BoolTFlag https://github.com/lightningnetwork/lnd/blob/ad0a89b844ec9f55b3ca4ddbb4d368dd8e3c0ea9/cmd/lncli/commands.go#L2848
which is true by default.

Correct behavior can be triggered by lncli listinvoices --reversed=True
or lncli listinvoices --reversed=False.

Is this behavior intended? I get th

lbry-sdk
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

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

embark

Created by Satoshi Nakamoto

Released 2008

Wikipedia
Wikipedia

Related Topics

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