Brian Olson

Results 32 comments of Brian Olson

At an API level do something like this? `GET /v2/blocks/{block number}?header-only=1`

Filtering _only_ on Note will exhaustively search all txns. If there's any other indexed filter than can be added, round range, address, etc. that would help speed up the query....

I think the new query structure is needed to use the index, and that will be a code change to Indexer.

A few accounts do most of the changing. Most accounts change rarely and have few txns on them at all. 9.2 million accounts have 171 txns or fewer, 89043 accounts...

The current misc/e2etest.py uses the sqlite3 files from `algod` and parses them in Python and compares that to Indexer API results. This effectively means Python code has to re-create the...

all implementations so far wind up adding too much overhead and not being a net win.

ok, from section 3.9, "Canonical CBOR" ``` The keys in every map must be sorted lowest value to highest. Sorting is performed on the bytes of the representation of the...

"some editors" Which editors? Supporting editors that don't work with utf8 feels like we're still writing webapps for IE6

"Rust input is interpreted as a sequence of Unicode code points encoded in UTF-8." `https://doc.rust-lang.org/reference/input-format.html` We have no need to support editors that can't deal with valid Rust source.