mirror of
https://github.com/status-im/liquidpledging.git
synced 2026-08-31 06:31:14 +00:00
using the giveth_v1 repo tag implementation as a reference... Passing pledgeId's around, on average throughout the test/NormalOperations.js tests, gas usage increased by 229%. This commit reduces average gas consumption for the test/NormalOperations.js tests to 148%. Mostly by saving delegate calls.