Portland.HODL

Results 35 comments of Portland.HODL

From "Read suspicious hosts (and ASNs) from a file instead of hardcoding (scripts: Read suspicious hosts from a file instead of hardcoding #17823 does this for suspicious hosts)" I would...

> In general, concept ACK on adding mempool tracepoints for additions and evictions. Thank you for picking this up. > > However, I currently don't think this PR is up...

Sorry, The branch was renamed and the PR was immediately closed.

Just reporting in that everything is functional. Console log looks correct. Tests Passed ![image](https://user-images.githubusercontent.com/3104223/185369422-1d4ed3c6-b778-448c-8d23-95e25a155279.png)

Same issue on centos9 stream. Using --in-process-gpu fixes it.

> > Same on Pop!_OS 22.04, `--in-process-gpu` and `--no-sandbox` both fix. Worked peachy back on 21.10 > > Are using these arguments going to matter at all? I am having...

The per ASN limit IS being enforce properly. I wrote a python script to validate the output of node_main.txt and the limits are being enforced. The previous thread is locked....

Same issue here, segmentation faults on startup using the snap package on Ubuntu Linux. Same version.

Correct this is still happening even after upgrading to 4.15.0

>``` > void CDC_Event() > { > extern USBD_CDC_ACM_HandleTypeDef CDC_ACM_Class_Data[]; > USBD_CDC_ACM_HandleTypeDef *hcdc = NULL; > hcdc = &CDC_ACM_Class_Data[0]; > if (hcdc->dataRxLength != 0) > { > //////////// work with...