Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

feat: batch rpc wallet connection #5

Closed samsiegart closed 1 year ago

samsiegart commented 1 year ago

refs https://github.com/Agoric/agoric-sdk/issues/6870

Basing this off of https://github.com/Agoric/ui-kit/tree/sam-cleanup until that's merged

Testing Considerations

Wrote some unit tests, which pass. Also tested manually with yarn link in https://github.com/Agoric/dapp-inter/pull/140. When not mocking @agoric deps and trying to lockdown, I encountered the following error: https://gist.github.com/samsiegart/90182d0f3eb0240c9b24db8befafb7d0. I don't think it's worth the time right now to investigate further or try to factor away @agoric/notifier, the performance impact on UIs is more critical imo