Steve Degosserie
c9f3427ad5
feat(operator): 🏗️ Add Identity pallet ( #25 )
2025-04-02 22:52:18 +00:00
Steve Degosserie
5616d9e449
feat(operator): 🏗️ Add Authorship, ImOnline & Offences pallets ( #27 )
...
Track validator availability and reports offences which lead to exclusion of the misbehaving validator from the validator set.
2025-04-02 21:49:47 +00:00
Steve Degosserie
313ec724d8
feat(operator): 🏗️ Add Scheduler pallet ( #24 )
2025-04-02 19:28:30 +00:00
Steve Degosserie
841e8bca9e
feat(operator): 🏗️ Add Preimage pallet ( #23 )
...
Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
2025-04-02 17:14:23 +00:00
Steve Degosserie
35a80814ba
feat(operator): 🏗️ Add Multisig pallet ( #22 )
...
Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
2025-04-02 14:22:53 +00:00
Steve Degosserie
8c2c2a351e
feat(operator): 🏗️ Add Utility pallet ( #21 )
...
Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
2025-04-02 13:42:47 +00:00
Gonza Montiel
18aa57757a
fix: 🔧 replace pallet_author_inherent with Babe find_author impl ( #11 )
...
The pallet_author_inherent was used for finding the author of the
current block, used in pallet_evm, among others, but it was tightly
coupled to the Nimbus protocol. Luckily, Babe also provides a
find_author that we can use for the same purpose.
2025-03-25 11:36:53 +01:00
Facundo Farall
55a1ef26b7
ci: 👷 Improve CI job for rust tests and format ( #9 )
2025-03-19 20:30:03 -03:00