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

Tuba Head [Production Release] #846

Merged
merged 328 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
328 commits
Select commit Hold shift + click to select a range
3b536b0
noracle: add function to return only prices
davidbrai Oct 6, 2023
a1d52a2
add natspec
davidbrai Oct 10, 2023
0edf915
ah: revert custom paused bool
eladmallel Oct 11, 2023
b50b96a
exploratory code for protocol rewards
davidbrai Nov 10, 2023
a03a185
cleanup
davidbrai Nov 13, 2023
34fdcf3
poc code for protocol rewards implemented on mainnet
davidbrai Nov 13, 2023
c51f0ca
poc for non linear reward
davidbrai Nov 14, 2023
70e9487
fix compilation warnings
eladmallel Nov 16, 2023
8ec9317
refactor DAO data tests
eladmallel Nov 16, 2023
d70951c
add fee-free candidate creation to update a prop
eladmallel Nov 16, 2023
3d7337a
fix build
eladmallel Nov 16, 2023
1c4be6a
improve gas per CR comment
eladmallel Nov 17, 2023
13e5a89
change clientId to uint32 and place after proposal id in storage
davidbrai Dec 8, 2023
9f8fd23
Merge remote-tracking branch 'origin/master' into verbs-auctionv2-inf…
davidbrai Dec 8, 2023
6196690
gas: optimize storage warmup function
davidbrai Oct 19, 2023
a2a3094
update gas snapshot
davidbrai Dec 8, 2023
2f2c103
ahv2: change noracle view functions
davidbrai Dec 11, 2023
dc69448
Merge remote-tracking branch 'origin/master' into verbs-auctionv2-inf…
davidbrai Dec 12, 2023
9a5e28f
Merge remote-tracking branch 'origin/master' into verbs-poc-rewards-a…
davidbrai Dec 12, 2023
2d573b5
bugfix: return value from delegatecall
davidbrai Dec 12, 2023
8dfda09
Merge branch 'verbs-auctionv2-infinite-oracle' into verbs-poc-client-…
davidbrai Dec 12, 2023
16dbcde
fix natspec
davidbrai Dec 12, 2023
4a67b71
Merge branch 'verbs-auctionv2-infinite-oracle' into verbs-poc-client-…
davidbrai Dec 12, 2023
411b61b
rewards: initial code for auction revenue based bounty reward
davidbrai Dec 12, 2023
20e97d0
bugfix
davidbrai Dec 12, 2023
857761e
incentives: happy flow test case runs successfully
davidbrai Dec 19, 2023
fd60e39
Merge branch 'master' into verbs-data-contract-remove-prop-update-can…
eladmallel Dec 19, 2023
9bf65a1
data: add txs count check
eladmallel Dec 19, 2023
61d2b50
Merge pull request #816 from nounsDAO/verbs-data-contract-remove-prop…
eladmallel Dec 20, 2023
7768305
rewards: gas profiling and optimization
davidbrai Dec 22, 2023
5a5dc00
Merge remote-tracking branch 'origin/master' into verbs-poc-client-in…
davidbrai Dec 27, 2023
be60b98
rewards: use lastProposalId instead of lastTimestamp
davidbrai Jan 4, 2024
48c6413
fix build: use console from hardhat
davidbrai Jan 4, 2024
a0174c7
ah: clean up changes done in V1
eladmallel Jan 4, 2024
d07bf1b
cleanup
eladmallel Jan 4, 2024
a6bc701
yarn lock update
eladmallel Jan 4, 2024
058381a
build warn cleanup
eladmallel Jan 4, 2024
b16f6b3
fix broken dao test
eladmallel Jan 4, 2024
3c868b6
ah: store client ID for rewards
eladmallel Jan 4, 2024
9ef3f09
add natspec
eladmallel Jan 4, 2024
220f272
rewards: basic function for auction rewarding with nounId cursor
davidbrai Jan 5, 2024
f0f5ac4
cleanup
davidbrai Jan 5, 2024
b64f964
cleanup
davidbrai Jan 5, 2024
62d5762
rewards: added a view function to get hint params
davidbrai Jan 8, 2024
e7eb13e
rewards: only auctions settled inside time period are counted
davidbrai Jan 8, 2024
1f73a6e
rewards: find last possible lastProposalId
davidbrai Jan 8, 2024
282dda2
cleanup
davidbrai Jan 9, 2024
610c675
update to solc 0.8.23
davidbrai Jan 9, 2024
ad52065
add auction clientId to subgraph
eladmallel Jan 9, 2024
e1c0e47
subgraph: index vote client ID
eladmallel Jan 9, 2024
ff75541
buildfix
davidbrai Jan 10, 2024
f39db58
rewards: basic client NFT
davidbrai Jan 10, 2024
089911f
getParamsForUpdatingProposalRewards returns votingClientIds too
davidbrai Jan 10, 2024
b002a1d
rewards: added withdraw function for clients
davidbrai Jan 10, 2024
cf71af4
fix hardhat tests
davidbrai Jan 10, 2024
8bf8e24
update yarn lock
eladmallel Jan 10, 2024
843fa30
subgraph: fix auction backwards compatibility
eladmallel Jan 10, 2024
819e2c1
subgraph: fix tests
eladmallel Jan 10, 2024
0c69456
subgraph: fix tests
eladmallel Jan 10, 2024
2ee38fa
subgraph: using multiple ABIs for DAO stuff
eladmallel Jan 10, 2024
02b5d8a
dao: update new proposal events
eladmallel Jan 10, 2024
5c894cf
dao: clean up old code
eladmallel Jan 12, 2024
4422c6f
fix yarn
eladmallel Jan 12, 2024
2c92b78
fix webapp build
eladmallel Jan 12, 2024
4c66b14
fix imports
davidbrai Jan 15, 2024
6b51fff
fix test
davidbrai Jan 15, 2024
1b00b69
fix test
davidbrai Jan 15, 2024
4154bda
fix compilation warnings
davidbrai Jan 15, 2024
4291a91
add foundry profile with no optimizer
davidbrai Jan 22, 2024
c9011f3
tests for proposal rewards
davidbrai Jan 24, 2024
ef676d9
fix test
davidbrai Jan 24, 2024
6df955f
rewards contract: small refactor
davidbrai Jan 24, 2024
989ef46
rewards: refactor out the hint params
davidbrai Jan 24, 2024
201fb68
rewards: cleanups & docs
davidbrai Jan 25, 2024
503e061
cleanup
davidbrai Jan 25, 2024
2a5adff
rewards: add tests
davidbrai Jan 25, 2024
3450ee4
rewards: add tests
davidbrai Jan 25, 2024
65e52b0
rewards: add tests
davidbrai Jan 25, 2024
c178236
rewards: cleanup
davidbrai Jan 25, 2024
f777333
rewards: add tests
davidbrai Jan 25, 2024
3918418
rewards: add tests
davidbrai Jan 29, 2024
e03f961
dao: store proposal update client id
eladmallel Jan 29, 2024
36301c7
cleanup
davidbrai Jan 30, 2024
ba075c6
cleanup
davidbrai Jan 30, 2024
500fc13
rewards: remove lastNounId param
davidbrai Jan 30, 2024
c96a2e6
Revert "dao: store proposal update client id"
eladmallel Jan 30, 2024
9e0770d
ah: emit and index client id on bids
eladmallel Jan 30, 2024
be954f1
ah2: add natspec and tests
davidbrai Jan 31, 2024
c3425ea
ah2: more tests
davidbrai Jan 31, 2024
1e44fde
ah2: more tests
davidbrai Jan 31, 2024
aa773ce
dao: test proposal state ok after upgrade
eladmallel Jan 31, 2024
948c7ae
ah: warm up the 2nd settlement slot
eladmallel Jan 31, 2024
07c6f15
rewards: add test
davidbrai Jan 31, 2024
b7012a5
ah: cleanup
eladmallel Jan 31, 2024
b799d3e
ah: optimize gas
eladmallel Jan 31, 2024
cc34522
ah: better warmup API
eladmallel Jan 31, 2024
7d34896
ah: don't warm up nounder reward IDs
eladmallel Jan 31, 2024
70c8141
rewards: leave 1 wei in client balance as gas optimization
davidbrai Jan 31, 2024
b53a99a
rewards: natspec
davidbrai Jan 31, 2024
4dff97a
subgraph: index proposals with client id
eladmallel Jan 31, 2024
de72f75
client token initial commit
eladmallel Jan 31, 2024
9ac50d8
client token: add tests
eladmallel Feb 1, 2024
3457dac
rewards: refactor updateRewardsForAuctions
davidbrai Feb 1, 2024
8cb7ae1
rewards: refund gas for calling updateRewardsForAuctions
davidbrai Feb 2, 2024
2840a26
fix test on CI
davidbrai Feb 2, 2024
ba35a84
rewards: use the new register function
eladmallel Feb 2, 2024
4ea386a
don't use OZ 5
eladmallel Feb 2, 2024
0914bbb
rewards: make it upgradeable
eladmallel Feb 2, 2024
98aaa52
rewards: add gas refunds for proposal rewards
davidbrai Feb 2, 2024
6ccf884
rewards: use safeerc20 transfers
eladmallel Feb 2, 2024
b2c8dd6
tests: extract RewardsDeployer
davidbrai Feb 2, 2024
94eb54c
subgraph: function rename
eladmallel Feb 2, 2024
1d5a524
cleanup
eladmallel Feb 2, 2024
c539911
client token: struct rename
eladmallel Feb 2, 2024
0b9f383
rewards: added minimumAuctionsBetweenUpdates param
davidbrai Feb 2, 2024
9dc359e
rewards: only refund gas if rewarded a client
davidbrai Feb 2, 2024
ef07560
rewards: remove MAX_REFUND_GAS_USED
davidbrai Feb 5, 2024
05e4593
rewards: cleanup file
davidbrai Feb 5, 2024
60332b1
rewards: added a view function for finding votingClientIds
davidbrai Feb 5, 2024
01cca50
poc code for an in memory mapping
davidbrai Feb 5, 2024
db3a554
rewards: make pausable by owner or admin
eladmallel Feb 5, 2024
337ca61
rewards: add owner functions
eladmallel Feb 5, 2024
6abe988
subgraph: fixed some broken tests
eladmallel Feb 5, 2024
6eb3be7
subgraph: fix more broken tests
eladmallel Feb 5, 2024
ee2327b
rewards: add ClientRewarded event to auction rewards updates
davidbrai Feb 6, 2024
efdb3f1
rewards: add ClientRewarded event to proposal updates
davidbrai Feb 6, 2024
67fca50
rewards: added ClientBalanceWithdrawal event
davidbrai Feb 6, 2024
d5f5192
Merge branch 'verbs-client-incentives-in-memory-mapping' into verbs-p…
davidbrai Feb 6, 2024
88bab62
rewards: add AuctionRewardsUpdated event
davidbrai Feb 6, 2024
ecb949d
rewards: add ProposalRewardsUpdated event
davidbrai Feb 6, 2024
8888b5b
rewards: add events to NounsClientToken
davidbrai Feb 6, 2024
0b58f5e
cleanups
davidbrai Feb 6, 2024
66a7e3e
dao: require optimized build to deploy logic
eladmallel Feb 6, 2024
2d91bf7
dao: fix interface return type
eladmallel Feb 6, 2024
cf61863
dao: add sanity mainnet fork tests
eladmallel Feb 6, 2024
314ff0e
natspec cleanup
eladmallel Feb 6, 2024
c984bf3
test and scripts clean: use DAO interface
eladmallel Feb 6, 2024
702262b
fork deployer: use DAO interface
eladmallel Feb 6, 2024
e580373
dao: rename logic contract to V4
eladmallel Feb 6, 2024
b13ed55
dao: fix HH and TS renaming to V4
eladmallel Feb 6, 2024
8a5fee9
more TS dao renaming
eladmallel Feb 6, 2024
b396012
rewards: use eip-7201 for storage
davidbrai Feb 6, 2024
32f232e
cleanup
eladmallel Feb 6, 2024
6625a02
dao: rename storage struct remove v3
eladmallel Feb 6, 2024
d387864
dao: rename NounsDAOV3Types remove v3
eladmallel Feb 6, 2024
32f7570
dao: rename libs remove v3
eladmallel Feb 6, 2024
f471311
natspec: update current dao version
eladmallel Feb 6, 2024
a2bfd25
better client NFT art
eladmallel Feb 6, 2024
34135db
rewards: gas opt - pack storage vars
davidbrai Feb 7, 2024
50853a1
add test for InMemoryMapping
davidbrai Feb 7, 2024
22028ad
small rename
davidbrai Feb 7, 2024
900a735
rewards: small refactor
davidbrai Feb 7, 2024
bbfe1ec
rewards: extract gas refund to a lib
davidbrai Feb 7, 2024
3708fa4
rewards: natspec
davidbrai Feb 7, 2024
59590f9
rewards: natspec
davidbrai Feb 7, 2024
935c3e3
rewards: natspec
davidbrai Feb 7, 2024
11a073e
rewards: refactor param order
eladmallel Feb 7, 2024
150c876
rewards: add more data to ProposalRewardsUpdated event
davidbrai Feb 7, 2024
81adf18
dao: remove unused view functions
eladmallel Feb 7, 2024
cccca5c
rewards: small refactor
davidbrai Feb 7, 2024
fec85af
dao: add mainnet sanity test
eladmallel Feb 7, 2024
2a26f0b
dao: rename interface remove v3
eladmallel Feb 7, 2024
0ebcea7
enable fork tests on CI
eladmallel Feb 7, 2024
22b0d03
Provide `RPC_MAINNET` secret via env var
solimander Feb 7, 2024
4e0138b
dao: rename base test contract
eladmallel Feb 7, 2024
043a09d
rename tests
eladmallel Feb 7, 2024
9c8775f
rewards: move into CI folder
eladmallel Feb 7, 2024
30e7d98
add natspec
eladmallel Feb 7, 2024
73e9522
natspec updates
eladmallel Feb 7, 2024
54dc1fa
subgraph: fix more tests
eladmallel Feb 7, 2024
1be6725
subgraph: fix more tests
eladmallel Feb 7, 2024
e9456f0
client token: add natspec
eladmallel Feb 7, 2024
9a43149
deploy script: use fee data to avoid gas errors
eladmallel Feb 12, 2024
1c67edc
Deploy AH2 checks default profile on foundry
davidbrai Feb 13, 2024
9c9af29
rewards: require DAO approval to withdraw balance
eladmallel Feb 13, 2024
d04f62d
rewards: refactor client balance
eladmallel Feb 13, 2024
aa4a86e
rewards: bit packing
eladmallel Feb 13, 2024
bcd2c74
rewards: gas fix
eladmallel Feb 14, 2024
2e4bc78
natspec
eladmallel Feb 14, 2024
5fd4062
rewards: more bit packing
eladmallel Feb 14, 2024
d167b7d
Merge pull request #838 from nounsDAO/verbs-client-incentives-require…
eladmallel Feb 14, 2024
fa9b05d
AHv2 deploy scripts for testnet and mainnet
davidbrai Feb 14, 2024
251b764
deployed dao logic v4 to sepolia
davidbrai Feb 14, 2024
d9d9cc6
remove creationTimestamp from proposalsV3 getter
davidbrai Feb 14, 2024
c2f36f8
redeployed dao v4 to sepolia
davidbrai Feb 14, 2024
db27c0c
deploy rewards contract to sepolia
davidbrai Feb 15, 2024
400f1fa
rewards contract: lock initializer in implementation contract
davidbrai Feb 15, 2024
7f071ae
rewards: fix two bugs
eladmallel Feb 15, 2024
270cf0f
rewards: natspec
davidbrai Feb 16, 2024
d8ef6b7
ah: refactor events for backwards compatibility
eladmallel Feb 16, 2024
58fecda
script: fix hh deployment scripts
eladmallel Feb 16, 2024
e70c686
subgraph: update latest sepolia DAO config
eladmallel Feb 16, 2024
c262694
deploy rewards on sepolia
davidbrai Feb 19, 2024
1cc70fe
ah: don't let min bid increment % be zero
eladmallel Feb 19, 2024
d8e8e07
rewards: add auction ids to ProposalRewardsUpdated event
davidbrai Feb 19, 2024
31473df
AH2 migration: add a safety check
davidbrai Feb 19, 2024
34ceb02
ah: add upgrade and migration mainnet fork test
eladmallel Feb 19, 2024
c59c9fd
ah: make constructor an initializer
eladmallel Feb 19, 2024
45e9b6e
natspec
davidbrai Feb 20, 2024
aa5719f
rename lib
davidbrai Feb 20, 2024
85f9ee9
cleanup
davidbrai Feb 20, 2024
7ae0e27
subgraph: small bugfix and making some fields required
davidbrai Feb 20, 2024
4474425
dao: add admin function tests
eladmallel Feb 21, 2024
2006247
dao: improve a test
eladmallel Feb 22, 2024
d620c6d
dao: add tests
eladmallel Feb 22, 2024
27b43ef
dao: remove temporary state var from v3
eladmallel Feb 22, 2024
4c8eef5
dao: more admin function tests
eladmallel Feb 23, 2024
34d2da3
Merge pull request #837 from nounsDAO/verbs-deploy-dao-script-auto-de…
eladmallel Feb 23, 2024
04b4734
dao: add missing admin tests
eladmallel Mar 1, 2024
00fdc3c
client token: update NFT art
eladmallel Mar 1, 2024
dad314a
fix stack too deep in descriptor
eladmallel Mar 1, 2024
d03fd26
rewards: add mainnet deploy script
eladmallel Mar 11, 2024
7666684
natspec: small fix
davidbrai Mar 12, 2024
5643adf
natspec: minor
davidbrai Mar 12, 2024
1cc89e5
natspec: minor
davidbrai Mar 12, 2024
7b2bf5c
natspec: minor
davidbrai Mar 12, 2024
5ab9710
dao: add a function to zero out a state slot we don't use
eladmallel Mar 13, 2024
744c972
Fix for rewards contract following audit
davidbrai Apr 5, 2024
d003fe8
add test
davidbrai Apr 8, 2024
515900e
gas optimization
davidbrai Apr 8, 2024
69bc31a
minor refactor
davidbrai Apr 8, 2024
157d500
improve natspec
davidbrai Apr 9, 2024
2669f01
add docs to test
davidbrai Apr 9, 2024
dbc71b8
add comment
davidbrai Apr 9, 2024
7b9e962
add comment
davidbrai Apr 9, 2024
afc8961
rewards: check if voting ended in proposalDataForRewards
davidbrai Apr 12, 2024
1ebd2c4
minor gas refactors
davidbrai Apr 12, 2024
b207fe0
Merge pull request #839 from nounsDAO/verbs-client-incentives-audit-f…
davidbrai Apr 16, 2024
d9b3aec
allow admin to set rewards descriptor
davidbrai Apr 22, 2024
39b6539
use SafeCast
davidbrai Apr 22, 2024
82b8d91
add audit report
davidbrai Apr 23, 2024
aea771a
Merge pull request #842 from nounsDAO/verbs-client-incentives-admin-c…
davidbrai Apr 24, 2024
09da98a
deployment info for sepolia and mainnet
davidbrai Apr 24, 2024
08f8a1a
update update-configs-dao-v3.ts: fix subgraph config generation
davidbrai Apr 24, 2024
2740282
fix typo
davidbrai Apr 29, 2024
77a0eb7
update goldsky deploy script version
davidbrai Apr 30, 2024
089f898
wip: splitting auction & proposal rewards
davidbrai Apr 30, 2024
f98cbba
Merge pull request #843 from nounsDAO/davidbrai-patch-1
solimander May 1, 2024
f3fb978
fix tests
davidbrai May 2, 2024
225adfd
natspec
davidbrai May 2, 2024
6a26eab
add events when enabling/disabling rewards
davidbrai May 2, 2024
e620b0d
reduce contract size
davidbrai May 2, 2024
a9c5865
update ci descriptor
davidbrai May 2, 2024
88d9210
move lastProposalRewardsUpdate setting to enableProposalRewards
davidbrai May 7, 2024
48db206
natspec
davidbrai May 7, 2024
88eda52
make ETHString lib internal
davidbrai May 7, 2024
424a5a6
Merge pull request #844 from nounsDAO/verbs-rewards-split-auction-pro…
davidbrai May 7, 2024
442e0ba
Add Tuba head
volkyeth May 8, 2024
2b17f53
Merge pull request #826 from nounsDAO/verbs-poc-client-incentives-nor…
davidbrai May 9, 2024
42ede02
Merge pull request #845 from volkyeth/add-tuba-head
solimander May 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ jobs:
- name: Run Forge tests
run: |
cd packages/nouns-contracts
forge test -vvv --ffi --nmc 'MainnetForkTest'
forge test -vvv --ffi
env:
RPC_MAINNET: ${{ secrets.RPC_MAINNET }}
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
4 changes: 4 additions & 0 deletions packages/nouns-assets/src/image-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,10 @@
{
"filename": "head-tiger",
"data": "0x000619140804240800032402000424080003240300051501240115012401150124041503000715012406150300021504c1031504c101150300021504c1031504c101150300021504c1031504c101150300021504c1031504c101150300031503c1031503c104150100032403c1031503c104240100031503c1031503c104150100032403c1042402c104240100031503c1042402c104150100032401c1022406c104240100031509c10415"
},
{
"filename": "head-tuba",
"data": "0x00041b15060b00030513000105070001c20c0001c2060002c20c0001c2050003c203000fc2015e02c2020001c20d5e01c2015e03c2010001c2015e56c2020001c2020001c2040002c2010007c2010008c20105020002c2010005c2010001c2050001c2050002c2020004c2010009c20105020002c2030003c2010001c2050001c2050002c2030004c2010008c20105020002c2040004c2020001c2020001c2040003c205000fc20400"
}
],
"glasses": [
Expand Down
2 changes: 2 additions & 0 deletions packages/nouns-contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ MNEMONIC=
# or specify a private key to use a single account
WALLET_PUBLIC_KEY=
WALLET_PRIVATE_KEY=

FOUNDRY_PROFILE=lite
36 changes: 25 additions & 11 deletions packages/nouns-contracts/.gas-snapshot
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
NounsDAOLogic_GasSnapshot_V2_propose:test_propose_longDescription() (gas: 528733)
NounsDAOLogic_GasSnapshot_V2_propose:test_propose_shortDescription() (gas: 398388)
NounsDAOLogic_GasSnapshot_V2_vote:test_castVoteWithReason() (gas: 83474)
NounsDAOLogic_GasSnapshot_V2_vote:test_castVote_against() (gas: 82886)
NounsDAOLogic_GasSnapshot_V2_vote:test_castVote_lastMinuteFor() (gas: 83459)
NounsDAOLogic_GasSnapshot_V3_propose:test_propose_longDescription() (gas: 538195)
NounsDAOLogic_GasSnapshot_V3_propose:test_propose_shortDescription() (gas: 404029)
NounsDAOLogic_GasSnapshot_V3_vote:test_castVoteWithReason() (gas: 89809)
NounsDAOLogic_GasSnapshot_V3_vote:test_castVote_against() (gas: 88733)
NounsDAOLogic_GasSnapshot_V3_vote:test_castVote_lastMinuteFor() (gas: 112249)
NounsDAOLogic_GasSnapshot_V3_voteDuringObjectionPeriod:test_castVote_duringObjectionPeriod_against() (gas: 88656)
NounsAuctionHouseV2WarmedUp_GasSnapshot:test_createOneBid() (gas: 34919)
NounsAuctionHouseV2WarmedUp_GasSnapshot:test_createTwoBids() (gas: 93402)
NounsAuctionHouseV2WarmedUp_GasSnapshot:test_settleCurrentAndCreateNewAuction() (gas: 207740)
NounsAuctionHouseV2_GasSnapshot:test_createOneBid() (gas: 34919)
NounsAuctionHouseV2_GasSnapshot:test_createTwoBids() (gas: 93402)
NounsAuctionHouseV2_GasSnapshot:test_settleCurrentAndCreateNewAuction() (gas: 224840)
NounsAuctionHouseV2_HistoricPrices_GasSnapshot:test_getPrices_90() (gas: 309470)
NounsAuctionHouseV2_HistoricPrices_GasSnapshot:test_getPrices_range_90() (gas: 300032)
NounsAuctionHouseV2_HistoricPrices_GasSnapshot:test_getSettlements_90() (gas: 385146)
NounsAuctionHouseV2_HistoricPrices_GasSnapshot:test_getSettlements_range_90() (gas: 377611)
NounsAuctionHouseV2_HistoricPrices_GasSnapshot:test_warmUp() (gas: 18716940)
NounsAuctionHouse_GasSnapshot:test_createOneBid() (gas: 81452)
NounsAuctionHouse_GasSnapshot:test_createTwoBids() (gas: 142758)
NounsAuctionHouse_GasSnapshot:test_settleCurrentAndCreateNewAuction() (gas: 218092)
NounsDAOLogic_GasSnapshot_V2_propose:test_propose_longDescription() (gas: 528758)
NounsDAOLogic_GasSnapshot_V2_propose:test_propose_shortDescription() (gas: 398372)
NounsDAOLogic_GasSnapshot_V2_vote:test_castVoteWithReason() (gas: 83513)
NounsDAOLogic_GasSnapshot_V2_vote:test_castVote_against() (gas: 82974)
NounsDAOLogic_GasSnapshot_V2_vote:test_castVote_lastMinuteFor() (gas: 83525)
NounsDAOLogic_GasSnapshot_V3_propose:test_propose_longDescription() (gas: 538416)
NounsDAOLogic_GasSnapshot_V3_propose:test_propose_shortDescription() (gas: 404209)
NounsDAOLogic_GasSnapshot_V3_vote:test_castVoteWithReason() (gas: 89810)
NounsDAOLogic_GasSnapshot_V3_vote:test_castVote_against() (gas: 88761)
NounsDAOLogic_GasSnapshot_V3_vote:test_castVote_lastMinuteFor() (gas: 112254)
NounsDAOLogic_GasSnapshot_V3_voteDuringObjectionPeriod:test_castVote_duringObjectionPeriod_against() (gas: 88724)
Loading
Loading