Doug Beardsley

Results 101 comments of Doug Beardsley

The mining API is defined here: https://github.com/kadena-io/chainweb-node/blob/master/src/Chainweb/Miner/RestAPI.hs#L47 There is also swagger documentation for it if you hit `/swagger.json`. We have a standalone miner here https://github.com/kadena-io/chainweb-miner and the README has more...

Pinging @gregorycollins. This sounds like a mempool issue.

I'm getting some feedback that this may still be broken. Reopening for now until while we do more investigation to come up with a definitive set of repo steps. Is...

This would be really helpful for me as well. I'm using beam and haven't yet been able to figure out how to use the migration system.

Another problem with tables that have no primary key is that the `onConflictDoNothing` function generates the following SQL snippet: ``` ON CONFLICT () DO NOTHING ``` The empty parentheses here...

Hmmm, possibly. It's been awhile. Although I would still say that beam should support tables without a primary key. Ideally (and I realize this may be a much bigger and...

So part of what I was getting at with this ticket is that I'd like a way to *not* do the full NixOS image. I'd like a way to get...

I was thinking something similar to the output of `nix-build -A exe` that I can use to run the app manually by doing something simple like `nix-env -i ` and...

Hmm, I thought I tried something like that and it didn't work. I guess it was probably because of IFD since I was doing the `nix-build` on the small deploy...

When I print all the `PotentialAction`s in the `ChooseActions` value returned by `heuristicSolver`, I get a bunch of the following action types: * Drop column * Add not null constraint...