Bastian Müller

Results 114 issues of Bastian Müller

### Issue To Be Solved @MaxStalker pointed out that current storage API has some shortcomings in functionality and usability issues, and proposed several improvements: - Overwriting stored values: It should...

Good First Issue
Feature
Epic
Feedback

### Issue to be solved The lexer currently reports user errors through panics (In particular, there is currently only one user error, "token limit reached", i.e. `TokenLimitReachedError`). As the lexer...

Bug
Feedback
Technical Debt

Switch to from Go's built-in `map` to the more efficient hash map implemented in https://github.com/cockroachdb/swiss. This results in a ~7% performance improvement in the added synthetic benchmark. We might want...

### Issue To Be Solved It's a bad practice and often unintentional to expose mutable state indirectly by having a constant field which is public, and the type is mutable....

Feature
Feedback

What is the best way to use this with https://developer.apple.com/documentation/testing? Great work on a really useful library!

TODO: - `CheckerEnvironment.ResolveLocation` needs to be added, and should call FVM's `environment.ResolveLocation`. This needs: - A way to get all contract names of an account - The address of the...

Improvement

Effort: Medium: ~2dev/days for review and WG meeting - [ ] Add fields in update: https://github.com/onflow/flips/pull/295 - originally https://github.com/onflow/flow/pull/1097 - [ ] Cadence Date and Time: https://github.com/onflow/flips/pull/245 - Get more...

Work towards #3637 ## Description Add a new built-in contract `CCF`, which allows encoding an exportable value to . The parameter of `encode` is a reference, so it can accept...

Feature