piersy

Results 57 issues of piersy

### Description It would be nice to be able to leverage the DAG based consensus within narwhal for reaching consensus on the execution result (from now on referred to as...

task

### Description It would be nice to be able to leverage the DAG based consensus within narwhal for reaching consensus on the execution result (from now on referred to as...

narwhal

### Description We have some forked PRs that are not building in CI because the checkout is not working, this PR is an attempt to solve that. ### Tested We'll...

## Description Celo's block type differs from the block used in ethereum, this causes our RPC API to be incompatible with ethers.js (and most likely many other web3 clients) See...

blockchain

### Description This PR cherry picks the tracer fix from #1968 and updates the version to v1.6.1 to be ready for release.

## Description Occurred on master at fb462b6a037d8ffdf20171afbdbc0df41c4ada5d in [this build](https://app.circleci.com/pipelines/github/celo-org/celo-blockchain/8522/workflows/995dc6fc-df08-4f24-baa5-48d9d6e3b44f) ``` === RUN TestSendCelo Checking getExchangeSpenders. spenders = [] Checking medianRate. numerator = 1000000000000000000000000 denominator = 1000000000000000000000000 Checking gas price...

good first issue

This documentation is intended to simplify the task of getting a holistic understanding of these packages.

## Description This happened once, I can't reproduce and since I was not running tests with verbose output I'm not sure which test caused it. ``` go test -race -count...

blockchain

Instead of putting the node logs into a file, the lightest sync test now prints them to stdout, this makes it possible to see the logs on CI

Currently `prepare-system-contracts` tries to enforce use of only commit hashes or tags for the `monorepo_commit` but in fact fails, since it is possible to clone a branch on the first...

blockchain