aeternity / elixir-node

Elixir full node implementation of the aeternity specification
ISC License
213 stars 38 forks source link

Allow delegates to make transactions #757

Open cytadela8 opened 6 years ago

cytadela8 commented 6 years ago

Allow delegates to: SoloClose, Slash, ForceProgress (if already implemented), Snapshot (if already implemented)

~This is blocked by #755~

cytadela8 commented 5 years ago

To implement this issue properly I need to write Delegates "role" handling. This makes the issue more complex than expected.