aspect

Results 26 comments of aspect

This is due to KIP-9 restrictions (https://github.com/kaspanet/kips/blob/master/kip-0009.md) - the amount you are sending is too small (the easiest thing is to increase the output amount to be above 0.15...0.2 KAS)....

You only see signatures from other parties. Private keys never get exposed. Which language/framework are you using (direct Rust or JavaScript/TypeScript)?

Passing private keys around would defeat the purpose of any multi-party signing. https://kaspa.aspectron.org/docs/classes/Transaction.html has `serializeToJSON` and `serializeToSafeJSON` (and the opposites) which allow ser/deser of transactions to/from JSON. "SafeJSON" converts all...

Thanks for noting these. Most of this text has been removed from the repo during past updates. I have fixed the remaining during my last documentation pass. Once again, many...

Hi, sorry, I just saw this. Been a crazy couple of weeks. You had to add this to your application to enable TLS? Wondering if we should add this as...

I'll give this a try in the coming days and will report back.

I'll like to keep this open until this is actually implemented.

Yeah, I am aware of the problem, it’s caused by the custom frame, but I can’t replicate it on my w11 machine as it resizes. I’ll try to take a...

Upcoming 0.3.0 has an option in the Settings allowing to toggle window frame on and off (i.e. allowing it to be resizable). This setting is needed for Windows platform only...

I suggest the following wording: The full node reference implementation was rewritten in Rust, as a result, the Go implementation is now deprecated. PLEASE NOTE: (or IMPORTANT:) Any pull requests...