Releases: encointer/encointer-node
Releases · encointer/encointer-node
1.2.0
CHANGELOG 1.2.0 runtime v18
relevant for communities
- allow reward payout immediately after ceremony in happy flow cases encointer/pallets#233
- allow registering for next ceremony already during attisng phase encointer/pallets#224
- make meetup validation more tolerant of real-life failures encointer/pallets#232
- allow anyone to trigger reward issuance for a meetup, not only assignees (free of charge) encointer/pallets#244
- endorsement possible after registration encointer/pallets#202
- add
transfer_all
extrinsic encointer/pallets#223 - add more events for better accounting encointer/pallets#234
deep-tech changes
- refactor meetup validation to fix possible attacks encointer/pallets#221
- [future-feature] allow simplified attestations (no strict need for QR code signing anymore) encointer/pallets#231
bugfixes:
- fix bogus garbage collection of active communities encointer/pallets#241
- fix reputation caching by node rpc encointer/pallets#245
0.8.8
0.8.7 (v17 for decoded)
incorporate pallet upgrades with UX improvements
release for polkadot decoded demo
0.8.6
- upgrade pallets to 1.1.0
- to be used with mobile app >=1.4.0
0.8.5
breaking changes
- unify rpc naming
others
- allow fee payment in community currency (not yet supported by client)
- aggregated ceremony data rpc call for faster app performance
- client can now talk to parachain as well (privileged calls through collective.propose
0.8.4
2022-03-19
- define weights
- add
purge-community-ceremony
for garbage-collection purposes - introduce signed meetup offset within +-8h
0.8.3
2022-03-12
- client bugfix for fetching reputation
0.8.2
2022-03-12
- allow CeremonyMaster to adjust all relevant encointer protocol parameters
- improved logging and more verbose events
0.8.1
0.8.0
- new meetup assignment and lazy issuance logic encointer/pallets@14b5897
- new rpc functions for app dev convenience and performance encointer/pallets@7ee7232 and encointer/pallets@182da56