Andrew Allen

Results 10 issues of Andrew Allen

I followed the setup instructions but when I start the server and go to the page, I see the following error in the console: handlebars_packaged.js:89 Uncaught TypeError: Cannot read property...

This fixes a scrolling issue I noticed. When you're on the homepage, the list of blog post summaries is present, but off screen. However, its height still influences the scrollable...

When querying a hotspot's roles endpoint, the cursor doesn't advance. For example, I'm querying `/hotspots/:address/roles?filter_types=assert_location_v2`, getting empty data and a cursor, using the cursor, and getting the same response with...

following the cursor on https://api.helium.io/v1/cities/bmV3IHlvcmtuZXcgeW9ya3VuaXRlZCBzdGF0ZXM/hotspots (New York) for example results in a "not found" error

we currently augment validators with this data in our apps, but this seems universally useful. We use the free service from keycdn.com. For example this is what the explorer does....

in addition to the height the hotspot was added, it'd be useful to see the height it was last asserted, to get a sense of which hotspots in a geography...

We'd like to be able to graph DC usage over time. Maybe this could be modeled after the rewards/stats endpoint format?

we've currently added deserialization to paymentv2 and transfer gateway. We should add it to the other txn types we support

enhancement

We should compute and expose a transaction hash the same way it's done in core: https://github.com/helium/blockchain-core/blob/master/src/transactions/v2/blockchain_txn_payment_v2.erl#L60

enhancement

I received the following error message when trying to build this project: ``` ===> Compiling _build/default/lib/cli/src/cli_tests.erl failed _build/default/lib/cli/src/cli_tests.erl:3: export_all flag enabled - all functions will be exported ``` This PR...