DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Use storage instead of deps #743

Open taitruong opened 10 months ago

taitruong commented 10 months ago

Imo storage should be used whenever it is possible, would be the lowest requirement through usage in various libs.

https://github.com/DA0-DA0/dao-contracts/blob/bf3ef9cb2455405840329925673a2ff961287f99/packages/cw-paginate-storage/src/lib.rs#L11

JakeHartnell commented 10 months ago

Yeah, would be a good clean up task.

taitruong commented 10 months ago

@JakeHartnell, I was in the mood of doing some low-level task :). Check PR here: https://github.com/DA0-DA0/dao-contracts/pull/747

NoahSaso commented 5 months ago

does this lower the build size or remove any dependencies? what's the benefit?