Skip to content

Releases: HausDAO/monorepo

v0.5.4

29 Oct 20:39
4890f18
Compare
Choose a tag to compare

What's Happening

A big update with several bug fixes and some new features.

Highlights

A new component to display token balances for each safe a dao has
token_balances

A new proposal type to transfer dao (share/loot) tokens from one account to another.
token_transfer_2
token_transfer

What's Changed

Full Changelog: v0.5.3...v0.5.4

v.0.5.3

06 Sep 18:25
447e49f
Compare
Choose a tag to compare

What's Happening

A patch to update some tooltips, fix some potentially bad queries and kill a console error from React!!

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

14 Jun 14:37
16d2e13
Compare
Choose a tag to compare

What's Happening

Biggest new thing here is the removal of usd balances in the vault dao data due to issues with the gnosis api. We've moved on from denominating in $$.

Changes

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 May 21:07
b4567d6
Compare
Choose a tag to compare

What's Changed

USAGE IMPACT

All subgraph queries now require a graph key.

Any hook, component, function that takes a graphApiKey arg of the keychain should be optional and can be left out if you put this env variable in you app

NX_GRAPH_API_KEY_MAINNET=

There is a future refactor opportunity here... reach out if interested!

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 May 21:46
0f65444
Compare
Choose a tag to compare

What's Happening?

NEW (MINOR) VERSION 0.5.0 with endpoints to all new subgraphs living on The Graph's Decentralized Arbitrum Network.

What's Changed

Full Changelog: v0.4.5...v0.5.0

v0.4.5

02 May 23:02
cc37975
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.4.3...v0.4.5

v0.4.3

25 Mar 14:26
a075dce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v.0.4.3

v0.4.2

26 Jan 16:34
c37e492
Compare
Choose a tag to compare

What's Happening

  • Updated the RPC for the new base deployment and removed the bad alchemy endpoint
  • More gas estimation handling on process proposal
  • Better decoding of struct params

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

18 Jan 18:45
81a9396
Compare
Choose a tag to compare

What's Happening

Base has been enabled

  • Contracts deployed
  • Subgraph deployed
  • Packages update to enable new network

Commits

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Jan 20:23
84ac554
Compare
Choose a tag to compare

What's Happening

Sepolia has been enabled

  • Contracts deployed
  • Subgraph deployed
  • Packages update to enable new network

What's Changed

Full Changelog: v0.3.3...v0.4.0