Releases: debionetwork/debio-node
Releases · debionetwork/debio-node
0.2.0-alpha11
Update to octopus-pallets v0.9.12-4 (#240)
0.2.0-alpha10
🚀 Features
- Feature: Added request service pallet
- PR: #121
- Updated testnet chain-spec
- PR: #168
- chore: benchmarking
- PR: #187
- bump spec version to 102
- PR: #188
- chore: updated resource chain-spec
- PR: #189
- feat: get pallet account id.
- PR: #197
- feat: rewards pallet.
- PR: #206
- chore: bump spec version to 105
- PR: #211
- feat: change emr data structure for extrinsic.
- PR: #237
👌 Improvements
- Update octopus pallets 0.9.12
- PR: #113
- Fix: Era reward
- PR: #139
- fixed pallet service request
- PR: #146
- fix: removed warnings.
- PR: #145
- fix: show types in chain state
- PR: #147
- tests: bench use rewarder key as mock.
- PR: #148
- tests: bench use lab verifier key as mock.
- PR: #149
- tests: bench use escrow key as mock.
- PR: #150
- fix: remove emr file extrinsic.
- PR: #151
- fix: transfer balance when finalizing request
- PR: #154
- Added octopus foundation validator keys to TestNet chain spec
- PR: #155
- Removed debio session keys on Testnet
- PR: #157
- added field created_at and updated_at in Request Struct
- PR: #165
- fix: create service request benchmarking
- PR: #169
- feat: new param on create order.
- PR: #172
- feat: implement transfer funds.
- PR: #144
- fixed user profile pallet
- PR: #174
- fix: added new test
- PR: #175
- fix: added new test for service request
- PR: #176
- fixed linting and formating
- PR: #177
- added docs for service request pallet
- PR: #178
- fix: labs pallet
- PR: #182
- fix: clippy and fmt certification pallet
- PR: #183
- fix hospital pallet
- PR: #186
- fix doctors pallet
- PR: #190
- fixed pallet orders
- PR: #193
- chore: bump spec version to 103
- PR: #200
- chore: bump spec version to 104
- PR: #204
- added new benchmark for service request
- PR: #208
- Fix reward pallet balances
- PR: #210
- fix typo staging network name
- PR: #217
- tests: reward pallet unit test.
- PR: #227
- tests: certification pallet unit test.
- PR: #229
- tests: hospital certification unit test.
- PR: #230
- tests: doctor certification unit test.
- PR: #231
- tests: service pallet unit tests.
- PR: #232
- tests: emr pallet unit tests.
- PR: #233
- tests: genetic testing pallet unit tests.
- PR: #234
- feat: remove requirement to set eth address.
- PR: #235
- Updated weight template to avoid clippy
- PR: #236
- Bump spec version
- PR: #238
0.2.0-alpha9
🚀 Features
- feat: change emr data structure for extrinsic.
- PR: #237
👌 Improvements
- tests: reward pallet unit test.
- PR: #227
- tests: certification pallet unit test.
- PR: #229
- tests: hospital certification unit test.
- PR: #230
- tests: doctor certification unit test.
- PR: #231
- tests: service pallet unit tests.
- PR: #232
- tests: emr pallet unit tests.
- PR: #233
- tests: genetic testing pallet unit tests.
- PR: #234
- feat: remove requirement to set eth address.
- PR: #235
- Updated weight template to avoid clippy
- PR: #236
- Bump spec version
- PR: #238
0.2.0-beta4
- no changes
0.2.0-alpha8
- no changes
0.2.0-beta3
ci: add trigger tag
0.2.0-alpha7
- no changes
0.2.0-alpha6
- no changes
1.0.0
What's Changed
- feat: Multiple price components and currency for Service and Order Price by @kevinjanada in #33
- refactor!: Changed event name LabDeleted to LabDeregistered by @kevinjanada in #34
- Add dna sample processing status by @SHA888 in #35
- Feat/update order failed status by @kevinjanada in #41
- Feat: Update DnaSampleStatus process by @SHA888 in #37
- remove is success parameter from submitTestResult by @SHA888 in #42
- Feat: Update result_link and report_link by @SHA888 in #44
- Substrate add new fields in lab certification and services pallet. by @agustinustheo in #43
- chore: Update types.json to reflect current data types by @kevinjanada in #46
- fix: Fix refund_order error. Rename refund_order to set_order_refunded by @kevinjanada in #47
- Dbio 473 by @SHA888 in #48
- fix: Fix wrong types.json in Order struct by @kevinjanada in #49
- fix: fix typo in Fulfilled order status types.json by @kevinjanada in #50
- Fix/submit dna result by @kevinjanada in #52
- Substrate add new fields in doctor certification and hospital certification pallet by @agustinustheo in #51
- feat: Set eth address extrinsic using Sudo account by @kevinjanada in #53
- Feat: Substrate update people who stake + notification by @SHA888 in #54
- add cicd pipeline by @ujunglangit-id in #55
- Feat/revert order process flow by @kevinjanada in #56
- Fix: update node template runtime to debio runtime by @SHA888 in #59
- Feat: add rewards pallet by @SHA888 in #61
- Feat: set transaction weight by @SHA888 in #60
- fix: removed set status to ready. by @agustinustheo in #62
- fix: dockerfile by @agustinustheo in #66
- Feat: Issue 100M DBIO token by @SHA888 in #67
- Feat/runtime adjustments by @kevinjanada in #68
- fix: allow all rpc cors for dev env. by @agustinustheo in #73
- ci: Add --dev --tmp flag on running node for development env by @kevinjanada in #74
- Feat: remove pre-existing accounts by @SHA888 in #70
- CI/CD: fixed deployment and node argument by @irmannmal in #76
- CI/CD: fixed deployment by @irmannmal in #77
- CI/CD: fixed deployment by @irmannmal in #78
- removed unnecessary command options by @irmannmal in #79
- feat: created reward pallet. by @agustinustheo in #80
- feat: implement Octopus LPOS. by @agustinustheo in #81
- feat: added separate config for debio appchain mainnet by @agustinustheo in #83
- feat: new benchmark and weights for user profile pallet. by @agustinustheo in #87
- feat: new benchmark and weighs for labs pallet. by @agustinustheo in #84
- feat: new benchmark and weights for hospitals pallet. by @agustinustheo in #85
- feat: new benchmark and weights for doctor pallet. by @agustinustheo in #86
- feat: new benchmark and weights for emr pallet. by @agustinustheo in #90
- feat: new benchmarks and weights for certifications (lab, hospital, doctor) pallet. by @agustinustheo in #91
- docs: add oct audit scope by @hilyds in #88
- feat: new benchmark and weights for services pallet. by @agustinustheo in #92
- chore: moved scripts location to .maintain by @agustinustheo in #94
- fix: moved back scripts for CI. by @agustinustheo in #95
- feat: updated dependencies. by @agustinustheo in #96
- feat: new benchmark for rewards pallet. by @agustinustheo in #93
- feat: update types.json. by @agustinustheo in #97
- feat: add status and param on bounty extrinsic. by @agustinustheo in #98
- remove: unused certifications modules. by @agustinustheo in #100
- feat: add lab verified status enum and extrinsic. by @agustinustheo in #99
- feat: add new fields in EMR pallet. by @agustinustheo in #101
- feat: added benchmark for orders pallet. by @agustinustheo in #102
- feat: add benchmark and weights for genetic testing pallet. by @agustinustheo in #103
- docs: moved audit doc. by @agustinustheo in #104
- fix!: types.json EMR. by @agustinustheo in #106
- feat: add phone number and website fields inside lab pallet. by @agustinustheo in #108
- feat: change currency type to upper case. by @agustinustheo in #109
- feat: flagging service_flow. by @agustinustheo in #110
- Set 0 for premined amount by @irmannmal in #112
- Update octopus pallets 0.9.12 by @irmannmal in #113
- fix: types.json by @agustinustheo in #115
- refactor: development chainspec. by @agustinustheo in #116
- feat: implement weights for user-profile pallet. by @agustinustheo in #118
- feat: implement certifications weights. by @agustinustheo in #120
- feat: implement weights on lab pallet. by @agustinustheo in #119
- feat: get lab verification status. by @agustinustheo in #122
- feat: new dna collection field. by @agustinustheo in #123
- feat: implement weights in doctor pallet. by @agustinustheo in #124
- feat: implement weights in genetic testing pallet. by @agustinustheo in #125
- feat: implements weights in hospital pallet. by @agustinustheo in #126
- feat: implement weights on doctor certification pallet. by @agustinustheo in #127
- feat: implement weights in services pallet. by @agustinustheo in #128
- Feature: Added request service pallet by @irmannmal in #121
- feat: implement weights in orders pallet. by @agustinustheo in #132
- feat: implement weights on hospital certifications pallet. by @agustinustheo in #131
- feat: implement weights in emr pallet. by @agustinustheo in #130
- feat: benchmark default substrate pallets. by @agustinustheo in #129
- fix: slash funds. by @agustinustheo in #133
- feat: allow adding multiple EMRs. by @agustinustheo in #136
- fixed serviceRequest and Lab pallet by @abdulhakim2902 in #138
- Fix: Era reward by @irmannmal in #139
- fixed pallet service request by @abdulhakim2902 in #140
- fixed pallet service request by @abdulhakim2902 in #146
- fix: removed warnings. by @agustinustheo in #145
- fix: show types in chain state by @agustinustheo in #147
- tests: bench use rewarder key as mock. by @agustinustheo in https://github...
0.2.0
What's Changed
- feat: Multiple price components and currency for Service and Order Price by @kevinjanada in #33
- refactor!: Changed event name LabDeleted to LabDeregistered by @kevinjanada in #34
- Add dna sample processing status by @SHA888 in #35
- Feat/update order failed status by @kevinjanada in #41
- Feat: Update DnaSampleStatus process by @SHA888 in #37
- remove is success parameter from submitTestResult by @SHA888 in #42
- Feat: Update result_link and report_link by @SHA888 in #44
- Substrate add new fields in lab certification and services pallet. by @agustinustheo in #43
- chore: Update types.json to reflect current data types by @kevinjanada in #46
- fix: Fix refund_order error. Rename refund_order to set_order_refunded by @kevinjanada in #47
- Dbio 473 by @SHA888 in #48
- fix: Fix wrong types.json in Order struct by @kevinjanada in #49
- fix: fix typo in Fulfilled order status types.json by @kevinjanada in #50
- Fix/submit dna result by @kevinjanada in #52
- Substrate add new fields in doctor certification and hospital certification pallet by @agustinustheo in #51
- feat: Set eth address extrinsic using Sudo account by @kevinjanada in #53
- Feat: Substrate update people who stake + notification by @SHA888 in #54
- Feat/revert order process flow by @kevinjanada in #56
- Fix: update node template runtime to debio runtime by @SHA888 in #59
- Feat: add rewards pallet by @SHA888 in #61
- Feat: set transaction weight by @SHA888 in #60
- fix: removed set status to ready. by @agustinustheo in #62
- fix: dockerfile by @agustinustheo in #66
- Feat: Issue 100M DBIO token by @SHA888 in #67
- Feat/runtime adjustments by @kevinjanada in #68
- fix: allow all rpc cors for dev env. by @agustinustheo in #73
- ci: Add --dev --tmp flag on running node for development env by @kevinjanada in #74
- Feat: remove pre-existing accounts by @SHA888 in #70
- CI/CD: fixed deployment and node argument by @irmannmal in #76
- CI/CD: fixed deployment by @irmannmal in #77
- CI/CD: fixed deployment by @irmannmal in #78
- removed unnecessary command options by @irmannmal in #79
- feat: created reward pallet. by @agustinustheo in #80
- feat: implement Octopus LPOS. by @agustinustheo in #81
- feat: added separate config for debio appchain mainnet by @agustinustheo in #83
- feat: new benchmark and weights for user profile pallet. by @agustinustheo in #87
- feat: new benchmark and weighs for labs pallet. by @agustinustheo in #84
- feat: new benchmark and weights for hospitals pallet. by @agustinustheo in #85
- feat: new benchmark and weights for doctor pallet. by @agustinustheo in #86
- feat: new benchmark and weights for emr pallet. by @agustinustheo in #90
- feat: new benchmarks and weights for certifications (lab, hospital, doctor) pallet. by @agustinustheo in #91
- docs: add oct audit scope by @hilyds in #88
- feat: new benchmark and weights for services pallet. by @agustinustheo in #92
- chore: moved scripts location to .maintain by @agustinustheo in #94
- fix: moved back scripts for CI. by @agustinustheo in #95
- feat: updated dependencies. by @agustinustheo in #96
- feat: new benchmark for rewards pallet. by @agustinustheo in #93
- feat: update types.json. by @agustinustheo in #97
- feat: add status and param on bounty extrinsic. by @agustinustheo in #98
- remove: unused certifications modules. by @agustinustheo in #100
- feat: add lab verified status enum and extrinsic. by @agustinustheo in #99
- feat: add new fields in EMR pallet. by @agustinustheo in #101
- feat: added benchmark for orders pallet. by @agustinustheo in #102
- feat: add benchmark and weights for genetic testing pallet. by @agustinustheo in #103
- docs: moved audit doc. by @agustinustheo in #104
- fix!: types.json EMR. by @agustinustheo in #106
- feat: add phone number and website fields inside lab pallet. by @agustinustheo in #108
- feat: change currency type to upper case. by @agustinustheo in #109
- feat: flagging service_flow. by @agustinustheo in #110
- Set 0 for premined amount by @irmannmal in #112
- Update octopus pallets 0.9.12 by @irmannmal in #113
- fix: types.json by @agustinustheo in #115
- refactor: development chainspec. by @agustinustheo in #116
- feat: implement weights for user-profile pallet. by @agustinustheo in #118
- feat: implement certifications weights. by @agustinustheo in #120
- feat: implement weights on lab pallet. by @agustinustheo in #119
- feat: get lab verification status. by @agustinustheo in #122
- feat: new dna collection field. by @agustinustheo in #123
- feat: implement weights in doctor pallet. by @agustinustheo in #124
- feat: implement weights in genetic testing pallet. by @agustinustheo in #125
- feat: implements weights in hospital pallet. by @agustinustheo in #126
- feat: implement weights on doctor certification pallet. by @agustinustheo in #127
- feat: implement weights in services pallet. by @agustinustheo in #128
- Feature: Added request service pallet by @irmannmal in #121
- feat: implement weights in orders pallet. by @agustinustheo in #132
- feat: implement weights on hospital certifications pallet. by @agustinustheo in #131
- feat: implement weights in emr pallet. by @agustinustheo in #130
- feat: benchmark default substrate pallets. by @agustinustheo in #129
- fix: slash funds. by @agustinustheo in #133
- feat: allow adding multiple EMRs. by @agustinustheo in #136
- fixed serviceRequest and Lab pallet by @abdulhakim2902 in #138
- Fix: Era reward by @irmannmal in #139
- fixed pallet service request by @abdulhakim2902 in #140
- fixed pallet service request by @abdulhakim2902 in #146
- fix: removed warnings. by @agustinustheo in #145
- fix: show types in chain state by @agustinustheo in #147
- tests: bench use rewarder key as mock. by @agustinustheo in #148
- tests: bench use lab verifier key as mock. by @agusti...