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

sblackshear
sblackshear commented Nov 22, 2021

Consider the following error message reported by the Move compiler.

use MyPackage::MyCoin::{Self, MyCoin};
   │           ^^^^^^Unused 'use' of alias 'MyCoin'. Consider removing it

You get this message when the module has no calls to functions in MyCoin. The correct fix is removing the Self from the use declaration. But:

  • the error message mentions MyCoin, which might mak
benediamond
benediamond commented Nov 21, 2021

Original title: "unusual behavior with mapping within struct within library".

Description

When a library contains a struct type whose only member is a mapping, and a contract contains a public member of that struct type, then compilation fails with error Internal or recursive type is not allowed for public state variables.. But if you add a further field in the struct (of type `

fabric
lbry-sdk
karim-agha
karim-agha commented Oct 14, 2021

Problem

I'm trying to build for the x86_64-unknown-linux-musl target so I can call my program from AWS Lambda. It is failing to cross compile because of hdiapi cross-compile stuff. I do not need hardware wallet as my scenario is running in the cloud.

hidapi is referenced by solana-remote-wallet which is referenced by solana-clap-utils which is referenced by `solana-account-deco

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