MajorChump

Results 13 comments of MajorChump

I've handled the xxhash dependency https://github.com/MatthewKingDev/php-xxhash tested vs the python implementation and the values are returning correctly so that's one less headache.

The difference between dred86 and Megasaxon is https://github.com/dred86/php-xxhash/commit/29c79570f44126b99d2d645263f732faad5f7f08 changing to a newer version of xxhash

I've had a go at converting the pure JS implementation to PHP tonight, feel I'm pretty close though I've run into a bit of a wall. My lack of understanding...

@dsiganos Is this meant to have been closed or do we still need to fix it?

Think I've just followed this exact issue through. `confirm_req_batches_max` defaults to 2 in the config. I was monitoring all active elections the node could cement and noticed announcements were basically...

Please see my comment here https://github.com/enjoy2000/discord-pokemon-go-snipe-bot/issues/72

Hi guys, The reason its not working is I have to keep reshuffling it. The site is being overloaded by 3rd party tools and traffic from 3rd party is about...

This issue needs fixing asap but work around to disable it as follows. I couldn't get it to unhook with remove_action and its not important to our site so I...

@tuttarealstep Looks like they've added support over at https://github.com/Grover-c13/PokeGOAPI-Java for unknown6, is this something you're working on?

I've handled the xxhash dependency here to add support for seeds. https://github.com/MatthewKingDev/php-xxhash should make it easier to complete