Skip to content

Commit

Permalink
Align interlay derives with actual API (outdated) (polkadot-js#7066)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Feb 28, 2022
1 parent 5f0edd1 commit d3441b1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,42 @@

## master

Changes:
Contributed:

- Enable Encointer <-> Kusama teleports (Thanks to https://github.com/brenzi)
- Add Substrate IPFS files module (Thanks to https://github.com/badkk)
- Hotfix for progress styles (Thanks to https://github.com/yashirooooo)
- Add Ajuna network (Thanks to https://github.com/cowboy-bebug)
- Adjust Crab config (Thanks to https://github.com/sxlwar)
- Add Rococo Efinity (Thanks to https://github.com/stanly-johnson)
- Add Rococo Moonsame (Thanks to https://github.com/kyilkhor)
- Add Kusama Mangata network (Thanks to https://github.com/mateuszaaa)
- Add Geminis parachain (Thanks to https://github.com/dm4)
- Update Odyssey parachain (Thanks to https://github.com/jiyilanzhou)
- Update Iterlay endpoints (Thanks to https://github.com/nud3l)
- Update Opportunity endpoints (Thanks to https://github.com/firke)
- Update Moonriver endpoints (Thanks to https://github.com/fxgamundi)
- Update Bifrost testnet endpoints (Thanks to https://github.com/awesomepan)
- Add OnFinality endpoint for Integritee (Thanks to https://github.com/mosonyi)
- Add OnFinality endpoint for Pontem (Thanks to https://github.com/banananeko)
- Add OnFinality endpoint for Crust (Thanks to https://github.com/banananeko)
- Add Dwellir endpoint for Westend (Thanks to https://github.com/Maharacha)
- Add Dwellir endpoints for Moonbeam/Moonriver (Thanks to https://github.com/Maharacha)
- Adjust Subspace custom derives (Thanks to https://github.com/1devNdogs)
- Adjust Russian i18n (Thanks to https://github.com/Gregog)

Changes:

- Display named reserves for reserved breakdown
- Allow for population & submission of decoded extrinsics
- Correct calculation for lease start (w/ leaseOffset usage)
- Adjust teleport to only cater for latest XCM
- Add blocktime latency tab to Explorer
- Allow decoded extrinsics to populate submission
- Disable unreachable endpoints
- Cleanup Crowdloan types usage
- Disable all unreachable endpoints
- Display correct ss58 prefix for connected node (once changed)


## 0.106.1 Feb 14, 2022
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/api/spec/interbtc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function defaultAccountBalance (): DeriveBalancesAll {
freeBalance: balanceOf(0),
lockedBalance: balanceOf(0),
lockedBreakdown: [],
namedReserves: [],
reservedBalance: balanceOf(0)
} as any;
}
Expand Down

0 comments on commit d3441b1

Please sign in to comment.