Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(world-modules): system bound delegation control #1885

Merged
merged 11 commits into from
Nov 10, 2023
Prev Previous commit
Next Next commit
chore: gas report
yonadaa committed Nov 9, 2023
commit 90148cff3457779d5ecd69e0b19dc9450fcd6935
16 changes: 14 additions & 2 deletions packages/world-modules/gas-report.json
Original file line number Diff line number Diff line change
@@ -225,19 +225,31 @@
"file": "test/StandardDelegationsModule.t.sol",
"test": "testCallFromCallboundDelegation",
"name": "register a callbound delegation",
"gasUsed": 117420
"gasUsed": 117426
},
{
"file": "test/StandardDelegationsModule.t.sol",
"test": "testCallFromCallboundDelegation",
"name": "call a system via a callbound delegation",
"gasUsed": 36688
},
{
"file": "test/StandardDelegationsModule.t.sol",
"test": "testCallFromSystemDelegation",
"name": "register a systembound delegation",
"gasUsed": 114982
},
{
"file": "test/StandardDelegationsModule.t.sol",
"test": "testCallFromSystemDelegation",
"name": "call a system via a systembound delegation",
"gasUsed": 35924
},
{
"file": "test/StandardDelegationsModule.t.sol",
"test": "testCallFromTimeboundDelegation",
"name": "register a timebound delegation",
"gasUsed": 111914
"gasUsed": 111920
},
{
"file": "test/StandardDelegationsModule.t.sol",
Loading