Chia-Network / chia-dev-tools

A utility for developing in the Chia ecosystem: Chialisp functions, object inspection, RPC client and more.
Apache License 2.0
45 stars 32 forks source link

update chia-blockchain, use old sign_coin_spends from chia-blockchain #129

Closed geoffwalmsley closed 3 months ago

geoffwalmsley commented 3 months ago

This repo uses sign_coin_spends in the tests which was removed from chia-blockchain. For simplicity I've pulled the signing function in, and will need to create a separate PR to update the repo to use new wallet signing methods