Skip to content

v0.3.0

Choose a tag to compare

@skuhlmann skuhlmann released this 28 Sep 20:07
· 231 commits to develop since this release
f5212fe

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

Full Changelog: v0.2.3...v0.3.0

Screenshot from 2023-09-28 13-51-26