issues
search
oasisprotocol
/
dapp-blockvote
Side DAO - Private Sidekick for DAOs.
https://vote.oasis.io/
Apache License 2.0
0
stars
2
forks
source link
reduces metadata size
#75
Closed
CedarMist
closed
1 month ago
CedarMist
commented
1 month ago
goes from 428233 gas to 337038 gas (~90k gas saving) for a simple poll. With xchain ACL gas saving will be more.
changes cbor library used to same one used by sapphire paratime client
uses uint8array instead of hex encoded strings in metadata
uses single character names
removed unnecessary info from metadata (such as ACL address) which can be retrieved from elsewhere
fixes PollManager tests