John Jannotti

Results 16 issues of John Jannotti

I often need an admin interface to closely related models. For example, in a Quiz application, I might have a model that represents a Question, which has many related Answer...

big
hot
frontend
backend

Return false from `ecdsa_verify` if library panics.

Bug-Fix

This is not intended to be mergeable at all yet. Showing a different way to handle "dry-run" sorts of requests, where you want to use the existing blockchain state, and...

Team Scytale
experimental

Bytes would be encoded as specified if possible, with "" indicating "guess" as today. Probably need to add an `error` return if the value can't be so encoded. If you...

Team Scytale

These are needed for https://github.com/algorand/go-algorand/pull/5740 and should not be merged until that work is finalized.

Enhancement

Building on #5740, this PR "suspends" accounts that claim to be online but don't appear to be participating. With the addition of block incentives comes the concern that participants, eager...

Enhancement

`go run` supports running arbitrary go modules like this: `go run golang.org/x/tools/cmd/[email protected]` It downloads and compiles as needed, caching the result. By using that everywhere that our build wanted to...

Enhancement

## Status While some APIs (at least `transactions/pending`, `applications/{application-id}/boxes`, and `account/{address}`) can return extra information in the `.Data` field of the REST request. Today, `goal` only prints the message, not...

Enhancement

Some contracts might want to spec that they require the caller to pay fees for inner transactions, and the number of inner transactions might depend on chain state. So it...

Enhancement