Closed DeRain closed 4 months ago
Single order execution (meta)
┌─────────┬──────────┐
│ (index) │ gasUsed │
├─────────┼──────────┤
│ 0 │ '309985' │
└─────────┴──────────┘
Batch orders execution (meta)
┌─────────┬──────────────┬──────────┐
│ (index) │ ordersAmount │ gasUsed │
├─────────┼──────────────┼──────────┤
│ 0 │ 1 │ '265146' │
│ 1 │ 10 │ '268372' │
│ 2 │ 50 │ '269414' │
│ 3 │ 100 │ '270961' │
│ 4 │ 500 │ '272048' │
└─────────┴──────────────┴──────────┘
Contract name | Size (KiB) | Delta (KiB) |
---|---|---|
ENSCustody | 13.063 | 0 |
MintingManager | 19.996 | 0 |
ProxyReader | 15.176 | 0 |
UNSRegistry | 20.725 | 0 |
PR Checklist
1. Contracts versioning
patch
version of the contracts is increased if changes have been made to theUNSRegistry
,MintingManager
,ProxyReader
,ENSCustody
contracts.minor
version of the contracts is increased if breaking changes have been made to theUNSRegistry
,MintingManager
,ProxyReader
,ENSCustody
contracts. It includes changes of interfaces.2. Contracts licensing
3. Coverage
4. Configs versioning
uns-config.json
is increased if changes have been made to the config.ens-config.json
is increased if changes have been made to the config.resolver-keys.json
is increased if changes have been made to the config.ens-resolver-keys.json
is increased if changes have been made to the config.5. Package versioning
patch
version of package is increased if valuable changes have been made to the package. It includes contracts update, configs update, etc.major.minor
version of package is synced with version ofUNSRegistry
contract.CHANGELOG
is updated with short description for the new version.6. Code review
resolver-keys.json
code review is required from DevTools teamens-resolver-keys.json
code review is required from DevTools team