bat-go
bat-go copied to clipboard
Pass "go", collect 200 BAT
This will check the custodial balances by polling the config endpoint and ensure there are sufficient funds to complete the settlement
### Summary ### Type of Change - [ ] Product feature - [ ] Bug fix - [ ] Performance improvement - [ ] Refactor - [ ] Other ###...
We need a CLI payout report command that gets the status from the database, rather than the worker cache. The worker cache can be broken for many reasons, from cache...
> There is a possibility of a man in the middle attack where the man in the middle is in between the enclave and QLDB, where said man in the...
More uncontrollable selfishness: - global state; - global panic; - global output. Any package that happens to have this among its imports would be cursed with the "benefits" of this...
Use tls.Config.VerifyPeerCertificate, not the dialer, to verify the Uphold TLS certificate fingerprint. This ensures that the fingerprint checks are done even if a proxy is used. ### Summary ### Type...
Presently the Nitro enclave uses plain HTTP to listen on vsock connection from the Nitro shim proxy. It implies that the shim layer outside the enclave, which is considered less...
### Summary ### Type of Change - [ ] Product feature - [ ] Bug fix - [ ] Performance improvement - [ ] Refactor - [ ] Other ###...
I'd argue that a better way would have been to return a sentinel error, propagate it up, and handle it where appropriate. This happens in an initialising code, and this...
At some point (soon) it might be good to extract this into a separate predicate to be able to test it in isolation. _Originally posted by @pavelbrm in https://github.com/brave-intl/bat-go/pull/2544#discussion_r1637564041_ and...