Releases: Polkadex-Substrate/Polkadex
Releases · Polkadex-Substrate/Polkadex
Release v6.2.0
What's Changed
- Extended XCM Test Cases by @zktony in #962
- Added new Ext to insert parachain asset mapping by @zktony in #963
- Gj/don't reset offchain state by @Gauthamastro in #968
- Support for Frame Metadata Hash - Ledger Integration by @Gauthamastro in #969
- Added the signed extension for ledger support by @Gauthamastro in #970
- Increment cargo versions by @Gauthamastro in #971
Full Changelog: v6.1.0...v6.2.0
Release v6.1.0
Full Changelog: v6.1.0...v6.1.1
What's Changed
- Replace with saturating sub by @Gauthamastro in #930
- Added more events to help frontend team to track withdrawal status by @zktony in #931
- Gj/update checkpoint structure by @Gauthamastro in #934
- fix: change check to governance by @nuel77 in #933
- Added Minor Deviation allowance for withdrawal by @Gauthamastro in #936
- Wrap around the Q score index by @Gauthamastro in #935
- Increase ED for AutoSwap to 1.5 PDEX by @Gauthamastro in #937
- v6.0.1 by @Gauthamastro in #932
- Updated withdraw by @zktony in #939
- Fix Withdraw precision issue by @Gauthamastro in #942
- Fix claim_reward extrinsic by @zktony in #943
- Fix filter on Proxy pallet to allow all extrinsics if ProxyType::Any by @mt-gareth in #945
- disable place bid by @Gauthamastro in #944
- Add extension sig support by @nuel77 in #946
- Disable EVM authorities payload generation by @Gauthamastro in #947
- Add extension verify tests by @nuel77 in #949
- Added create_parachain_asset ext and removed sanity check from Rewards Pallet by @zktony in #950
- Fixed lmp bug by @zktony in #948
- Minor Release by @Gauthamastro in #952
- Added simulator by @zktony in #953
- Added log to find about index overflow by @zktony in #958
- Direct Deposit/Withdrawal by @Gauthamastro in #959
- Make the incoming comparison using set instead of vec by @Gauthamastro in #960
- Mainnet Runtime version: 358 by @Gauthamastro in #961
New Contributors
- @mt-gareth made their first contribution in #945
Full Changelog: v6.0.0...v6.1.0
Release v6.0.0
What's Changed
- Added tests for OCEX and LMP Pallet by @zktony in #895
- add #[pallet::compact] for balance parameter by @Gauthamastro in #917
- Updated lmp config ext by @zktony in #919
- Added OCEX Benchmarks and Tests by @zktony in #920
- Trading Fee Auction by @zktony in #918
- Trading Fees, LMP and much more by @Gauthamastro in #884
- Removed sudo access from Asset allowlisting ext by @zktony in #922
- Claim reward bug test by @zktony in #924
- v6.0.0 Release: by @Gauthamastro in #923
- LMP Enchancements by @Gauthamastro in #926
- Automate OB withdrawals by @Gauthamastro in #925
- LMP Enchancements and Automate OB withdrawals by @Gauthamastro in #928
Full Changelog: v5.5.0...v6.0.0
Release v5.5.0
add stable wasm32-unknown-unknown target (#916) ## Describe your changes Fix the CI
Release v5.4.2
What's Changed
- Impl RPCs to access Swap APIs by @zktony in #890
- Swap RPC & Txn version by @Gauthamastro in #891
- Add Governance controlled burn extrinsic for native tokens by @Gauthamastro in #892
- Governance controlled burn extrinsic by @Gauthamastro in #893
- Reintroduce old BLS host functions by @Gauthamastro in #898
- Add old bls host functions by @Gauthamastro in #899
- Increment node version by @Gauthamastro in #900
Full Changelog: v5.4.1...v5.4.2
Release v5.4.0
What's Changed
- Withdrawal with stid by @Gauthamastro in #860
- FIX: Sync condition by @Gauthamastro in #861
- feature: Incremental Sync by @Gauthamastro in #862
- Monitoring: Asset Deviation by @Gauthamastro in #864
- Implemented Checkpoint Handler by @zktony in #865
- Refactored offichain worker code for both Thea and Ocex Pallets by @zktony in #863
- Handle checkpoint by @zktony in #866
- Added logs for checkpoint handler by @zktony in #867
- Fixed CI by changing taplo installation method by @serhii-temchenko in #869
- Patch: Commented unsafe checker by @zktony in #868
- Install Swap pallet by @Gauthamastro in #872
- Upgraded dependencies to 1.1.0 by @zktony in #871
- Add check deviation binary by @Gauthamastro in #875
- Update OB GovernanceOrigin by @Gauthamastro in #874
- Intermediate Release by @Gauthamastro in #877
- Updated pallets weight by @serhii-temchenko in #876
- CI improvements after parachain merge by @serhii-temchenko in #873
- Merged Parachain repo by @zktony in #870
- Fix Comments by @Gauthamastro in #878
- Upgrade to Polkadot v1.1.0 by @Gauthamastro in #879
Full Changelog: v5.3.1...v5.4.0
Release v5.4.0
Release v5.3.2
Intermediate Release (#877) ## Describe your changes 1. Changes the Listing process from Orderbook Council to General Council 2. OB Fixes. ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] I removed all Clippy and Formatting Warnings. - [ ] I added required Copyrights.
Release v5.3.1
Release v5.3.0
Changelog
5.3.0 - 2023-07-22
Added
thea-executor
tests to coverTheaExecutor::parachain_withdraw
,TheaExecutor::update_asset_metadata
andTheaExecutor::set_withdrawal_fee
extrinsics (#823)pallet-ocex-lmp
tests to coverOCEX::remove_proxy_account
,OCEX::set_snapshot
,OCEX::set_exchange_state
andOCEX::whitelist_orderbook_operator
extrinsics (#819)pallet-ocex-lmp
tests (#835)thea-message-handler
tests, mock (#825)- Disputation period and validation in
pallet-ocex-lmp
pallet (#835)
Changed
Resolver
abstraction (trait) with extending a list of members (methods)resolve_create
andresolve_transfer
(#821)pallet-ocex-lmp
palleton_idle
andon_initialize
hooks (#822)thea-message-handler
pallet weights and benchmarks (#825)- Weights for
liquidity
,pallet-ocex-lmp
,thea
,thea-executor
andthea-message-handler
pallets (#841) - Percent instead of saturated arithmetics in
thea-message-handler
(#835) submit_snapshot
extrinsic inpallet-ocex-lmp
pallet to update the state in proper condition (#835)- On chain validation (#835)
Fixed
Release v5.2.0
- Remove clients