v0.9.2
What's Changed
- Core refactor - Governance, Membership & Payments by @smohan-dw in #223
- pallet-identity - a simplified fork of substrate identity pallet by @smohan-dw in #231
- Add Unique Pallet Along With Tests And Benchmarks by @roynrishingha in #229
- Simplifying the directory handling by having volume details handled by Docker by @roynrishingha in #230
- Bump up CORD Runtime version to 0.9.0 by @roynrishingha in #233
- DID updates by @smohan-dw in #232
- remove genesis endowments by @smohan-dw in #237
- Add Scoring Pallet by @roynrishingha in #235
- manage node authorizations by @smohan-dw in #240
- README: update about the CI tests by @amarts in #243
- SDK update - v1.1.0 by @smohan-dw in #242
- member proposals and council closure by @smohan-dw in #244
- pallet_stream: double map to provide latest state for a given 'identifer:hash' by @amarts in #241
- Multiple changes for release v0.9.0 by @amarts in #255
- score -> network-score and identifier integration by @smohan-dw in #256
- scoring updates by @smohan-dw in #257
- asset transaction updates by @smohan-dw in #260
- update to sdk-v1.5.0 by @smohan-dw in #261
- identifier and pallet updates by @smohan-dw in #262
- rust toolchain update by @smohan-dw in #263
- Update Benchmarks by @smohan-dw in #264
- runtime weight and time improvements by @smohan-dw in #265
- fix: pallet_asset: use did origin check, instead of account by @amarts in #266
- fix: add didAuthorization to pallet/asset by @amarts in #269
- fix: bootstrap.sh: allow re-use-of-nodekeys by @amarts in #275
- docs: update to reflect only 'cargo' based commands by @amarts in #274
- DMP 2024 Issue Template by @NiranjanAP in #276
- docs: Change production to release as build flag by @vatsa287 in #327
- feat: pallet/asset: implement status_change() call by @amarts in #277
- tests: Add test for
InvalidIdentifierLength
by @vatsa287 in #322 - tests/chain-space: Add tests for
DelegateAlreadyAdded
by @vatsa287 in #325 - GH-Workflow: Disable cargo build until issue is fixed by @vatsa287 in #334
- GH-Workflow: Update 'checkout' & 'cache' actions to
node 20
version. by @vatsa287 in #335 - Test for Message Id Already Exist by @zeel991 in #330
- pallet/asset: Add Asset benchmark by @vatsa287 in #331
- GH Workflows: More updates on CI by @vatsa287 in #337
- pallet/asset: Add test file by @vatsa287 in #333
- pallet/asset: Add benchmarking for issue(), transfer() & status_change() extrinsics by @vatsa287 in #340
- sdk v1.8.0 update by @smohan-dw in #349
- primitives/identifier: Optimize encoding to base58 and decoding to binary by @vatsa287 in #339
- pallet/asset: Dependency update to generate weights to Asset by @vatsa287 in #350
- Statement: Add tests for StatementAlreadyAnchored by @Harsh1s in #346
- Chain-Space: Add tests for SpaceDelegatesLimitExceeded by @Harsh1s in #342
- Statement: Add test for StatementDigestAlreadyAnchored by @Harsh1s in #351
- Network-Membership: Add tests for MembershipRenewalAlreadyRequested by @Harsh1s in #343
- feat: chain-space: implement a subspace logic by @amarts in #324
- pallet/asset, runtime: Add weights of
asset
pallet by @vatsa287 in #354 - did: remove the did counter check for did_submit_call() by @amarts in #355
- pallet/asset, runtime: Integrate weights to pallet & runtime by @vatsa287 in #356
- Revert "did: remove the did counter check for did_submit_call() (#355)" by @amarts in #357
- Add tests for RegistrarAlreadyExists #289 by @Sriramkashyapks in #385
- Statement: Add test for BulkTransactionFailed by @Harsh1s in #352
- docs: Update benchmarking, weights documentation by @vatsa287 in #367
- spec version change by @smohan-dw in #390
- pallet identity updates with flexible fields and names by @smohan-dw in #394
- pallet/asset: New asset extrinsic methods for VC by @vatsa287 in #389
- Network-Score: Add test for EntityMismatch Issue #303 by @hardiksharma11 in #401
- [C4GT] Statement: Added tests for StatementRevoked by @shashank-iitbhu in #358
- Rating Identifier already exists tests by @zeel991 in #392
- [C4GT] Network-Authorization: Added test for InvalidNodeIdentifier by @Jhanvi528 in #410
- asset: Add instance digest to storage on change by @vatsa287 in #421
- network-score: Updates to match specs of ONDC by @vatsa287 in #420
- [C4GT] Network-Authorization: Added test for AlreadyClaimed by @shashank-iitbhu in #363
- [C4GT] Network-Authorization: Added test for AlreadyConnected by @shashank-iitbhu in #361
- Network-Score: Added test for RatingIdentifierAlreadyExist Issue #298 by @hardik-pratap-singh in #414
- tests/networks-score: Update C4GT contribution to latest specs by @vatsa287 in #425
- update to sdk v1.10.0 by @smohan-dw in #423
- Remove deprecated getter() calls from all pallets by @vatsa287 in #428
- membership: Fix failing tests without runtime-benchmarks by @vatsa287 in #431
- Added Test for RatingIdentifierAlreadyExist by @zeel991 in #424
- disable block authoring backoff on production networks by @smohan-dw in #432
- asset [Minor]: Add checks for InvalidAssetStatus by @vatsa287 in #434
- Updated ReadMe: Improved docker command to start running a container with custom name by @Exar04 in #438
- membership: Re-Structure membership inline with other pallets. by @vatsa287 in #433
- Statement: Add tests for PresentationNotFound #319 by @Pratik-050 in #441
- Benchmark(pallets, runtime): 2 * 16GB by @vatsa287 in #447
- Asset : Added Test For AssetInSameState by @zeel991 in #429
- test added for PresentationNotFound by @shashankiitbhu in #359
- rustfmt: Fix rustfmt errors by @vatsa287 in #467
- Asset: added test cases for asset and VC over issuance by @atreyasuraj in #465
New Contributors
- @zeel991 made their first contribution in #330
- @Harsh1s made their first contribution in #346
- @Sriramkashyapks made their first contribution in #385
- @hardiksharma11 made their first contribution in #401
- @shashank-iitbhu made their first contribution in #358
- @Jhanvi528 made their first contribution in #410
- @hardik-pratap-singh made their first contribution in #414
- @Exar04 made their first contribution in #438
- @Pratik-050 made their first contribution in #441
- @shashankiitbhu made their first contribution in #359
- @atreyasuraj made their first contribution in #465
Full Changelog: 0.8.1...0.9.2