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

fabric
hrkrshnn
hrkrshnn commented Oct 4, 2021

Looking at the list of Yul transformations in the documentation, I noticed a few slight differences between the list at https://docs.soliditylang.org/en/latest/yul.html#optimization-step-sequence and the list at https://docs.soliditylang.org/en/latest/internals/optimizer.html#optimizer-steps:

  • In the second list, change FunctionalInliner to ExpressionInliner, just like in the first list.
lbry-sdk
jblachly
jblachly commented Jun 28, 2021

Background

Macaroons are created after wallet creation. However, the documentation in the main installation (https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) states the following:

Running lnd for the first time will by default generate the admin.macaroon, read_only.macaroon, and macaroons.db files that are used to authenticate into lnd.

As a first-time LND user,

t-nelson
t-nelson commented Oct 7, 2021

Problem

Solana CLI tools display user controlled input from various sources without any sanitization. A malicious user can craft input to include ANSI escape sequences, hijacking a victim's console and spoofing legitimate command output. Naturally leading to social attacks

Some affected sources of user-controlled text input

  • Memo instructions
  • Program logs
  • Validator info

rippled
ximinez
ximinez commented Jul 6, 2021

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