v0.3.0
What's Happening!!
Better address profile data and ENS Avatars
- Profile fetching and displays have been updated to fix missing ens display and use the ens avatar if available.
Gas estimation
- We've upped the proposal action gas estimation buffer once again!
Proposal refetch bug
- Fixed an issue in the admin app/macro-ui to better refetch the new proposal after submitting.
Other random bits
- More granular exports on some macro ui and contract-utils
Upgrade instructions
@daohaus/profile-data
- getProfileForAddress function no longer takes a list of rpcs, but just a single mainnet rpc url
const profile = await getProfileForAddress({
address: '0x0,
rpcUri: 'https://www.somerpc.com',
});@daohaus/moloch-v3-hooks`
- this also affects the useProfile hook:
const { profile } = useProfile({ address: '0x0 , mainnetRpc: 'https://www.somerpc.com'''});Commits
- catch error and skip to poll success by @dekanbro in #414
- Release/07092023 by @skuhlmann in #413
- use safe sdk to get onchain tx hash from safeTxHash by @dekanbro in #416
- remove member check on safes action menu, open to any connected member by @dekanbro in #417
- Fix/offering enforcement by @dekanbro in #418
- updates prop query by @skuhlmann in #419
- contributing draft by @skuhlmann in #420
- increase gas buffer multiplier and add constant by @dekanbro in #423
- better profile ens fetching and fixes prop list refetch bug by @skuhlmann in #424
- Feature/27092023 update sweep by @skuhlmann in #425
Full Changelog: v0.2.3...v0.3.0
