Peter Siemens

Results 50 issues of Peter Siemens

The `README.md` contains a couple links to the web3 docs that are no longer online. I couldn't find the docs for `v1.0.0`, but I think it makes sense to update...

## Context The Cadence tutorials (e.g. https://docs.onflow.org/cadence/tutorial/01-first-steps) were originally written almost a year ago. Cadence has changed a lot since then! It's time to update them to be demonstrative of...

Docs Site
Epic
Document
SC-Eng

## Context We should document the byte format used for signatures and public keys, both of which are specified in raw form (without metadata). ## Definition of Done * Developers...

Docs Site
Needs Estimation
Document
Developer Tool Team

We should add documentation that covers the types of signatures that users can create (transaction, user message, etc) and their accompanying domain tags. This documentation should cover the following: -...

Document

Comprehensive audit of existing content to be applied to the content martix here: https://www.notion.so/dapperlabs/Flow-Docs-Content-Tracker-7fd21eb2af02482d83056022e6ef9a86

Docs Site
P-High
Developer Tool Team

The new dev wallet works well but is undocumented. We should add a page to the documentation website that covers how to use it in the context of a Flow...

Docs Site
Document
Developer Tool Team

## Context The Cadence [design patterns document](https://docs.onflow.org/cadence/design-patterns/) has been a valuable reference and should be updated to include the latest thinking based on recent smart contract projects. We also want...

Docs Site
Needs Estimation
Document
Developer Tool Team

### Problem The `version.txt` on the master branch sometimes fails to upload to the GCS bucket where pre-built binaries are published. This prevents the Linux/macOS install script from being able...

Feedback
L2

Flow defines the following built-in system events which are emitted when creating and updating accounts: ``` "flow.AccountCreated" "flow.AccountKeyAdded" "flow.AccountKeyRemoved" "flow.AccountCodeUpdated" ``` The SDK should provide support for querying and parsing...

Improvement
Good First Issue
L2
L1