Skip to content

Commit

Permalink
Merge pull request #826 from nounsDAO/verbs-poc-client-incentives-nor…
Browse files Browse the repository at this point in the history
…acle

Client Incentives + Noracle
  • Loading branch information
davidbrai authored May 9, 2024
2 parents f98cbba + 424a5a6 commit 2b17f53
Show file tree
Hide file tree
Showing 156 changed files with 14,839 additions and 7,939 deletions.
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 }}
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

0 comments on commit 2b17f53

Please sign in to comment.