andymck

Results 10 issues of andymck

Linked grpcbox_plugin PR: https://github.com/tsloughter/grpcbox_plugin/pull/15 These changes originate from use cases encountered at helium and in integrating this lib into the helium stack. NOTE: This PR introduces breaking changes for any...

Related PR ( both issues affect same flow ): https://github.com/helium/erlang-libp2p/pull/281 When a group worker is trying to connect to a remote peer/target and it fails to do so it will...

Linked PRs: blockchain_core: https://github.com/helium/blockchain-core/pull/413 libp2p_peerbook: https://github.com/helium/libp2p-peerbook/pull/2 Test Miner PR runs which incorporates the erlang-libp2p, libp2p_peerbook and blockchain_core PRs: https://github.com/helium/miner/pull/357 This replaces the libp2p_peerbook integrated within erlang libp2p with the new...

core side of https://github.com/helium/miner/pull/1481

related sibyl pr: https://github.com/helium/sibyl/pull/53 1. Centralises a couple of util functions ,`is_gw_active/3` and `max_activity_age` rather than having this code living in various places. 2. Check to see if a GW...

Once val challengers are enabled, we dont want to be accepting poc request txns from hotspots, they just create noise.

Provide a GRPC API via which light gateways can submit packets to router. Packets will be delivered without cost and outside of state channels

NOTE: this PR is part of a set of 3, the other two are: https://github.com/helium/miner/pull/290 https://github.com/helium/erlang-libp2p/pull/247 These changes are to deliver a cleaner blockchain app shutdown which in turns delivers...

This fixes an issue whereby the find_gateway follower API was not handling a gateway not found. When this scenario is encountered, a GRPC error will now be returned. Ideally we...