Bobo
Bobo
I am wondering if there is a way to use Jest for mocking dependencies instead write custom mock classes and use `mockSingleton` or `mockTransient`?
**Pull Request Summary** Added transactions and users leaderboards for voting subperiod **Check list** - [ ] contains breaking changes - [x] adds new feature - [x] modifies existing feature (bug...
**Motivation** It would be very useful to have historical information about staked amounts on the portal dashboard page. This is first ticket in series of tickets related to adding total...
**Motivation** It would be very useful to have historical information about staked amounts on the portal dashboard page. This is the second ticket in series of tickets related to adding...
**Motivation** It would be very useful to have historical information about staked amounts on the portal dashboard page. This is the third ticket in series of tickets related to adding...
**Pull Request Summary** Removed dApp staking v2 code and some other unused code. Also made adjustments to code which referenced removed code. Things to do - remove unused translation (tricky...
**Pull Request Summary** Estimated realized inflation calculation ([ref](https://github.com/AstarNetwork/astar-apps/issues/1259)). The calculation calculates slope from first block of the current cycle till the current block and assumes the same slope until the...
When calling `get_asset_and_equippable_data` I believe catalog address is missing from the result, so parts can be fetched from the catalog when rendering a NFT. Below is the current result from...
**Pull Request Summary** dApp details page update to show the dApp tier rank  A dApp tier rank is number from 0 to 10 and it is used to calculate...
**Pull Request Summary** Added an optional feature to restake user rewards. Reward will be proportionally staked on dApp user is currently staking on. Go through staking wizard components. Restake modal...