Highlights
- Refactor CacheService and other components and services.
- Fix and improved dev script.
- Fixes in CacheService.
- Fix bugs happening in production.
Deployment
IPFS build hashed by multiple contributors and verifiable by following:
- Download docker
- Add some more RAM under resources 5-6gb seems good
- Checkout master of dxvote
- Run
docker build --platform linux/x86_64 --no-cache -t test-hash .
from root directory - Confirm the has before
build
is equal toQmUHKQUod4XeQMyg6aioDBgr3Z2fyPNk9XQdHVjEv5Zgnt
Hashed on github actions https://github.com/DXgovernance/dxvote/runs/6658356110
What's Changed
- use conditional rendering for rep implementation feature by @MiltonTulli in #764
- feat: Implement dynamic generic function editor form. by @mprasanjith in #763
- Feature/action builder style updates by @mprasanjith in #775
- Fix dev script by @AugustoL in #779
- Feature/vote calculation for snapshot implementation by @MiltonTulli in #776
- Feature/action builder dnd implementation by @mprasanjith in #777
- Use env accounts instead of hardcoded ones by @MiltonTulli in #780
- feat: Adding beta preview build by @rossneilson in #783
- Fix multicall scheme proposals cache by @AugustoL in #791
- Cache/v1.0.14 by @AugustoL in #797
- Feature/add minting to transfer 726 by @Kenny-Gin1 in #792
- Feature/connection loader by @AugustoL in #802
- Fixing pinata service by @rossneilson in #808
- Refactor Cache Service by @AugustoL in #795
- compile contracts before start dev and run on hardhat network by @AugustoL in #832
- Remove message logger service by @AugustoL in #838
- Fix/cache service bugs by @AugustoL in #839
- Fix/retaining chain connection by @dcrescimbeni in #844
- Pinata pro by @rossneilson in #865
- fix: Fix gateway link by @rossneilson in #870
- Fix/cache loading by @AugustoL in #874
- Update dev script to wrok with deploy-dxdao-contracts by @AugustoL in #880
- fix(src/providers): use alchemyapi as defualt rpc mainet by @AugustoL in #892
- chore(cache): update cache for mainnet, gnosis chain and arbitrum by @AugustoL in #893
- Set default RPC for production mainnet by @AugustoL in #898
- v1.0.14 by @AugustoL in #894
- Fix detection of scheme removal proposal for SchemeRegistrar by @AugustoL in #902
Full Changelog: v1.0.13...v1.0.14