Amin Latifi
Amin Latifi
`View Transaction` links doesn't work in toast after tx is mined. `AfterCreate` and `AfterMined` functions should be revised in all kind of projects
**Elasticsearch version**: **Moloch version**: 1.7 **OS name and version**: Ubuntu **How was Moloch built/installed**: easybutton Viewer does not show session content completely for a session. I attached session pcap file....
Hello, moloch-capture does not process payload of a TCP session, which is in the PCAP file attached. I did debug and saw it is because session neither start with nor...
Hello, Please add the capability of payload parsing for packets of SCTP protocol. Currently, just payload of packets of TCP and UDP protocol is passed to parsers. Thanks,
Hello, It would be better if I could see two compared parts as they are split horizontally. It will improve user experience if there are long lines in text. Thanks,
We add Portis support to our Dapp. The below code is how we have imported that: ``` import Portis from '@portis/web3'; import config from '../configuration'; const PORTIS_DAPP_ID = 'xxxxxxxxxxxxxxx'; const...
Feathers faucet service doesn't check its own balance before sending the faucet. That causes service termination. In this situation, feathers should check its balance first and send a sentry message...
Some script should be created to generate report like this doc: https://docs.google.com/spreadsheets/d/1db4qNQ53lzbK2bY6i4wEKynTFGrHgRltDx4BckpNOvY/edit?usp=sharing
For any reason gas price service has been implemented in feathers service, but nowadays it is totally unused. It would be better to remove it and make the code cleaner.
Exclude bridge monitor from rate limits It includes two subtask 1. Exclude in nginx rate limit 2. Exclude in feathers rate limit. For this one I suggest setting header in...