kadena-io / kda-tool

CLI interface to the the Kadena blockchain
https://kadena.io/
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Use latest signing API #17

Closed mightybyte closed 1 year ago

enobayram commented 1 year ago

Don't we need to update the cabal.project file as well? As far as I can tell, the checks that are run by github all use cabal build and not Nix, so these checks must be using the old version of the signing-api. I'm curious to see if the rest of the project will just compile without any changes stemming from the signing-api changes.

mightybyte commented 1 year ago

Oh, good catch. Will fix.