• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bosonprotocol / boson-protocol-contracts
99%

Build:
DEFAULT BRANCH: main
Repo Added 22 May 2023 03:00PM UTC
Files 51
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 1006-uma-dr-adapter
  • 1012-eip2771-support
  • 1014-fundshandler-tests-refactor
  • 1018-buyer-initiated-offer
  • 1019-create+commit
  • 1047-emit-fundsDeposited
  • 1049-DRF-01S-inexistent-even-emission
  • 1053-ECF-02M-1056-OHF-01M-Inexistent-Validation-Mutualizer-Interface
  • 1054-FBE-01M-Deprecated-Approval-Function
  • 1055-FBE-02M-insecure-dr-mutualizer
  • 1062-reentracy-via-mutualizer
  • 1064-EIP-01M-signature
  • 2.5.0-upgrade
  • 915-metatx-support
  • 919-do-no-emit-FundsEncumbered
  • 949-fix-getgaused-regions
  • 982-dispute-resolution
  • DRF-01C-code-repetition
  • DRF-01M-payment-validation
  • DRF-02C-inneficient-lookups
  • DRF-03C-parenthesis
  • ECF-01M-incorrect-msgsender
  • FBE-01C-inneficient-reads
  • OBE-01S-literal-equality
  • OBE-02C-add-natspec
  • audit-report-v2.4.2
  • audit_v2_4_2_fixes
  • auto-approve-dependabot
  • base-addresses-hardhat-upgrade
  • base-sepolia-v2.4.1
  • dependabot/npm_and_yarn/base-x-3.0.11
  • dependabot/npm_and_yarn/dev-dependencies-15f3c35c97
  • dependabot/npm_and_yarn/dev-dependencies-55e89e9e13
  • dependabot/npm_and_yarn/dev-dependencies-5d49516095
  • dependabot/npm_and_yarn/dev-dependencies-74a330f876
  • dependabot/npm_and_yarn/dev-dependencies-877e41f3c1
  • dependabot/npm_and_yarn/dev-dependencies-a0cd3d7c91
  • dependabot/npm_and_yarn/dev-dependencies-dc16a2237c
  • dependabot/npm_and_yarn/dotenv-17.0.1
  • dependabot/npm_and_yarn/eslint-9.29.0
  • dependabot/npm_and_yarn/eslint-config-prettier-10.1.5
  • dependabot/npm_and_yarn/glob-11.0.3
  • dependabot/npm_and_yarn/husky-9.1.7
  • dependabot/npm_and_yarn/nomicfoundation/hardhat-toolbox-6.0.0
  • dependabot/npm_and_yarn/openzeppelin/contracts-upgradeable-4.9.6
  • dependabot/npm_and_yarn/pbkdf2-3.1.3
  • dependabot/npm_and_yarn/prettier-3.3.3
  • dependabot/npm_and_yarn/prettier-plugin-solidity-2.0.0
  • dependabot/npm_and_yarn/sha.js-2.4.12
  • dependabot/npm_and_yarn/solhint-5.2.0
  • dependabot/npm_and_yarn/solhint-6.0.0
  • dependabot/npm_and_yarn/undici-5.29.0
  • fix-ci-errors-and-warnings
  • fix-token-gating
  • make-tests-deterministic
  • multichain-config
  • new-test-chunks
  • release-2.4.2
  • release-2_4_1
  • release-2_4_2
  • release-2_4_2-rc.2

06 Oct 2025 08:54AM UTC coverage: 98.609% (+0.001%) from 98.608%
18275434260

push

github

web-flow
New test chunks (#1079)

* fix failing unit test

* new chunks

1833 of 1904 branches covered (96.27%)

Branch coverage included in aggregate %.

3200 of 3200 relevant lines covered (100.0%)

1235.02 hits per line

Relevant lines Covered
Build:
Build:
3200 RELEVANT LINES 3200 COVERED LINES
1235.02 HITS PER LINE
Source Files on main
  • Tree
  • List 51
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18275434260 main New test chunks (#1079) * fix failing unit test * new chunks push 06 Oct 2025 09:18AM UTC web-flow github
98.61
18214723655 main [FBE-02M] Insecure Integration of Dispute Resolution Mutualizer (#1066) * limit gas used in `returnDRFee` call * Continue even if `returnDRFee` reverts * add unit tests * increase allowance, don't increase protocol funds * replace native tran... push 03 Oct 2025 06:48AM UTC web-flow github
98.61
18191909044 main refactor: read drTerms from memory instead of storage (#1075) Co-authored-by: Klemen <64400885+zajck@users.noreply.github.com> push 02 Oct 2025 12:03PM UTC web-flow github
98.62
18191735784 main [EIP-01M] Limiting Signature Verification Process (#1065) * full eip7702 support * Update natspec * skip coverage for eip7702 tests * add EIP7702 test back to coverage * apply PR suggestions push 02 Oct 2025 11:56AM UTC web-flow github
98.62
18191626685 main [ECF-03M] Fee Mutualizer Fund Extraction via Re-Entrancy (#1063) * PoC with reentrancy via depositFunds * Solve attack via `depositFunds` * solve attack via `onPremintedVoucherTransferred` * add comments * change unit tests into expected reve... push 02 Oct 2025 11:49AM UTC web-flow github
98.63
18190950374 main Emit `FundsDeposited` on incoming transfer during commit (#1048) * Emit `FundsDeposited` on incoming transfer during commit * Add new tests * emit FundsDeposited in escalateDispute * emit FundsDeposited in commitToPriceDiscoveryOffer * emit F... push 02 Oct 2025 11:18AM UTC web-flow github
98.62
18188718733 main refactor: remove unnecessary parenthesis (#1078) Co-authored-by: Klemen <64400885+zajck@users.noreply.github.com> push 02 Oct 2025 09:36AM UTC web-flow github
98.62
18188530756 main refactor: add revert conditions in natspec (#1076) Co-authored-by: Klemen <64400885+zajck@users.noreply.github.com> push 02 Oct 2025 09:29AM UTC web-flow github
98.62
18188339573 main refactor: optimise mapping lookup (#1074) Co-authored-by: Klemen <64400885+zajck@users.noreply.github.com> push 02 Oct 2025 09:20AM UTC web-flow github
98.62
18188196740 main [DRF-01C] Code Repetition (#1073) * refactor: reuse validateIncomingPayment * refactor: also reuse validateIncomingPayment in payPremium. --------- Co-authored-by: Klemen <64400885+zajck@users.noreply.github.com> push 02 Oct 2025 09:14AM UTC web-flow github
98.62
See All Builds (847)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc