Gergő Nagy
Gergő Nagy
# What? This PR implements a connector for Tally Ho!. The connector supports eager connect (both from useEffects and through constructor parameter) and lazy connect. # How? Creates a package...
Hello, When working on the tally dApp connection we had a problem, because every dApp is looking at `window.ethereum` by default and this makes all the wallet providers fight for...
save network for dapps on first encounter Switching networks in the extension shouldn't impact different dApp connections. Without this the network is changed for dapps with the network selection in...
* https://matrix.to/#/!WZRftnsYNnOtzOGuZy:thesis.co/$AO0U9C2IkgGRwR4m0Q8bX4K5B_LstdurVxbJi9cSR2k?via=thesis.co&via=matrix.org * https://github.com/tallycash/extension/blob/c934f88f075b0ca71de889923d02db193549902f/background/services/provider-bridge/index.ts#L268 ⚠️ My original assessment was wrong! For the real reason see https://github.com/tallycash/extension/pull/1963#issuecomment-1217990405 ⚠️
Discord convo: https://discord.com/channels/808358975287722045/1002635259797573662 Element convo: https://matrix.to/#/!qBkFvIWWooAZQzbfHb:thesis.co/$puhLqeVk9NwL8pMl_4qgeVQO4lB5dBkgtPjyKwPYSWQ?via=thesis.co&via=matrix.org Feature pitch: Implement a [solution similar to what MM has](https://metamask.zendesk.com/hc/en-us/articles/360018766351-How-to-recover-your-Secret-Recovery-Phrase) to retrieve seed phrase from keychain - grab the keychain from local storage through...
* limit the activities in the redux store to 50/network + prune older activities * load details data on demand + prune current detail data * initialize from indexeddb on...
https://github.com/tallycash/extension/pull/1836#discussion_r924751079 https://github.com/tallycash/extension/pull/1836#pullrequestreview-1049760132
https://github.com/tallycash/extension/pull/1672#issuecomment-1169660695 > Suspecting this is prone to an infinite reload loop I am using a `setTiimeout()` once, when the UI loads and don't restart it. Otoh I was thinking about...
# What? Implement a debounced throttled filter on all the redux state change listeners The default debounce time is 100ms and the throttle time is 500ms. This means that events...