Releases: Cardinal-Cryptography/azero-dev
Releases · Cardinal-Cryptography/azero-dev
Aleph Wallet release 8.5
What's Changed
- A0-2325: Support
getBlockAuthor
RPC by @pmikolajczyk41 in #66 - A0-2677: Remove local accounts message / banner by @youPickItUp in #67
Full Changelog: r-8.4...r-8.5
Aleph Wallet release 8.4
- Added Banner in the Accounts tab to migrate from local storage to a browser extension
Aleph Wallet release 8.3
- Support for
alephNode_emergencyFinalize
RPC call - Display local account settings defaults to
on
Aleph Wallet release 8.2
- Add session navigation buttons in Stacking/Performance tab
- Reverse order of entries in validator stats
- backward-compatible changes to be conformant with AlephRuntime 62
Aleph Wallet release 8.1
- Fix for branding (chain) colors display
Aleph Wallet release 8.0
- Multisig support,
- simplified Staking/Performance tab - removed expected block column, added expected block count summary
- Minor UI style improvements
Aleph Wallet release 7.10.1
Bugfix for regression introduced in 7.9.0 release in test.azero.dev:
query past sessions in Staking/Performance tab
query individual validator performance
Aleph Wallet release 7.9.0
- Redirect Developer/Contracts to an external webpage
Aleph Wallet release 7.8.0
- bugfix to
claimable
column in Staking/Accounts -> Polled view. so rewards are calculated correctly on the UI side
Aleph Wallet release 7.7.0
- Make batter UX for finalization in the Aleph chain.
- Added Finalization widget in page explorer, next to best block number. It shows what node thinks the best finalized number block is, namely the call
rpc.chain.getFinalizedHead
converted to a block number - Added a fourth column to a table that contains the block number, block author, and block hash. The icon is shown only for finalized blocks.
- Added "Block not finalized!" warning to Block details, which disappears when the block is finalized
- Changed icon for pop-up when tx is finalized, so it's distinguished between
inblock
andfinalized
- Staking Overview adapted to the elections system used in AlephZero.
- Rename
validators
tocommittee validators
,waiting
toera validators
- Remove
Active
andWaiting
buttons - Display columns
other stake
,own stake
,nominators
,commission
, - Remove displaying all icons,
- Display elected validators for the current era (so effectively
elections.currentEraValidators.reserved
+elections.currentEraValidators.nonReserved
)