buck
buck
So, `minAmount` doesn't really "fix" the price. Perhaps it's confusingly named, but it's basically just a fallback or a default in case there is no amount indicated in the request...
Theory on what is probably causing the issue: `@bpanel/publish-data` has a dependency on simple wallet (which it probably doesn't need in the first place) but it is using an old...
Agreed! 👍 Easy first step would be new config in the `etc` directory.
That would mean making a new client on every request? Does the `finally` get skipped on timeouts?
Basic troubleshooting around common issues: - rmrf node_modules and package-lock file to make sure there aren't any stale package versions - Try to run bPanel outside of docker (or in...
Contribution and Vulnerability disclosures
Verifying commits (once tree hash support is in)
Awesome, that means we've found the issue 😄. Agree about the defaults too. Upcoming rewrite should fix that. Will put up a fix for the webpack loaders causing that. To...
I think we'd also need to add support for it on the SocketManager too right?
Yeah, I was thinking the same thing when reviewing the server code recently, probably better to just run one or the other. Avoiding "accidental" unsafe access is definitely a huge...