jeluard

Results 100 issues of jeluard

Also relates to #123

* [ ] define how to store UI transient states * [ ] keep track of history via delta persistency # Resources * https://evilmartians.com/chronicles/how-to-avoid-tricky-async-state-manager-pitfalls-react * https://redux.js.org/faq/organizing-state * https://stackoverflow.com/questions/60290678/redux-domain-data-and-app-state-vs-ui-state * https://redux.js.org/tutorials/fundamentals/part-5-ui-react

enhancement

* [ ] migrate wallets/accounts * [ ] extract restore in a preliminary step * [ ] make internal start** sync with reducer creation * [ ] migrate permissions (using...

enhancement

See https://github.com/polkadot-js/api/issues/5408 and https://github.com/polkadot-js/api/pull/5467

bug

* https://redux.js.org/usage/implementing-undo-history * https://github.com/marcolink/history-reducer * https://github.com/jakub-zawislak/react-use-history-reducer * https://dev.to/sgolovine/persisting-usereducer-with-a-custom-react-hook-1j27 * https://github.com/rt2zz/redux-persist

enhancement

As a pool operator, I want a simple action to request funds accidentally sent to pools to be transferred back to the user account

As a validator, I want a simple action to respond to a slash

During development it is useful to be able to mock third-parties so that stub answers can be returned. # Playwright mocking * https://playwright.dev/docs/mock # Chains * https://github.com/polkadot-js/api/blob/master/packages/rpc-provider/src/mock/mockHttp.ts # Polkassembly *...

e2e tests

Tree shaking is currently disabled due to an issue with `bn.js` ```js @parcel/transformer-js: Unknown usage of CommonJS `module` object. This causes the module to be wrapped, and tree shaking to...

bug