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

bosonprotocol / boson-protocol-contracts
98%

Build:
DEFAULT BRANCH: main
Repo Added 22 May 2023 03:00PM UTC
Files 55
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
  • 2.5.0-upgrade-1
  • 2.5.0-upgrade-test-2
  • 2.5.0-upgrade-test-3
  • 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
  • TokenTransferAuthorizationLib-fixes
  • add-v2.5.0-audit
  • audit-report-v2.4.2
  • audit_v2_4_2_fixes
  • auto-approve-dependabot
  • base-addresses-hardhat-upgrade
  • base-sepolia-v2.4.1
  • chore/solidity-0.8.35
  • dependabot/npm_and_yarn/base-x-3.0.11
  • dependabot/npm_and_yarn/brace-expansion-1.1.12
  • dependabot/npm_and_yarn/dev-dependencies-0da96abc47
  • dependabot/npm_and_yarn/dev-dependencies-15f3c35c97
  • dependabot/npm_and_yarn/dev-dependencies-2276586b5e
  • 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-77e6164e20
  • dependabot/npm_and_yarn/dev-dependencies-877e41f3c1
  • dependabot/npm_and_yarn/dev-dependencies-a0cd3d7c91
  • dependabot/npm_and_yarn/dev-dependencies-a4bfd8fb39
  • dependabot/npm_and_yarn/dev-dependencies-dc16a2237c
  • dependabot/npm_and_yarn/dev-dependencies-e123cd7532
  • dependabot/npm_and_yarn/dotenv-17.0.1
  • dependabot/npm_and_yarn/eslint-10.3.0
  • dependabot/npm_and_yarn/eslint-9.29.0
  • dependabot/npm_and_yarn/eslint-config-prettier-10.1.5
  • dependabot/npm_and_yarn/eslint/js-10.0.1
  • dependabot/npm_and_yarn/fast-uri-3.1.2
  • dependabot/npm_and_yarn/follow-redirects-1.16.0
  • dependabot/npm_and_yarn/glob-11.0.3
  • dependabot/npm_and_yarn/glob-11.1.0
  • dependabot/npm_and_yarn/glob-13.0.6
  • dependabot/npm_and_yarn/globals-17.6.0
  • dependabot/npm_and_yarn/handlebars-4.7.9
  • dependabot/npm_and_yarn/husky-9.1.7
  • dependabot/npm_and_yarn/lodash-4.18.1
  • dependabot/npm_and_yarn/lodash-es-4.18.1
  • dependabot/npm_and_yarn/min-document-2.19.2
  • dependabot/npm_and_yarn/multi-12cb0b0c21
  • dependabot/npm_and_yarn/nomicfoundation/hardhat-toolbox-6.0.0
  • dependabot/npm_and_yarn/opensea-js-8.1.1
  • 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/protobufjs/utf8-1.1.1
  • 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
  • dynamica-mutualizer-gas-stipend
  • feat/erc-3009-forwarder
  • feat/erc3009-metatx
  • feat/orchestration-commit-and-redeem
  • fix-ci-errors-and-warnings
  • fix-token-gating
  • make-tests-deterministic
  • multichain-config
  • new-test-chunks
  • reentrancy-guard-tests
  • release-2.4.2
  • release-2.5.0
  • release-2_4_1
  • release-2_4_2
  • release-2_4_2-rc.2
  • restore-comments
  • small-audit-remmediations
  • support-dai-permit
  • upgrade-clients-2.5.0

26 May 2026 06:56PM UTC coverage: 98.386% (-0.04%) from 98.424%
26468684326

push

github

web-flow
Token transfer authorization lib impovements (#1150)

* Fix:
- [TTA-04C] Inefficient TLOAD Operations #1146
-  [ECB-01C] Unconditional Discard of Transient Queue #1138
- [FBE-02C] Unconditional Discard of Transient Queue #1141

* Fix [TTA-02C] Inefficient Calldata-Memory Copy #1144

* Further improvement of authqueue loading

* Fix [TTA-05C] Modifier-Style Usage Support #1145

* Fix [TTA-03C] Inefficient Iterator Increments #1147

* apply PR suggestion

1883 of 1968 branches covered (95.68%)

Branch coverage included in aggregate %.

13 of 13 new or added lines in 2 files covered. (100.0%)

3299 of 3299 relevant lines covered (100.0%)

1244.84 hits per line

Relevant lines Covered
Build:
Build:
3299 RELEVANT LINES 3299 COVERED LINES
1244.84 HITS PER LINE
Source Files on main
  • Tree
  • List 55
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26468684326 main Token transfer authorization lib impovements (#1150) * Fix: - [TTA-04C] Inefficient TLOAD Operations #1146 - [ECB-01C] Unconditional Discard of Transient Queue #1138 - [FBE-02C] Unconditional Discard of Transient Queue #1141 * Fix [TTA-02C] Ine... push 26 May 2026 07:19PM UTC web-flow github
98.39
26453797839 main docs: restore inline comments stripped in #1105 (#1149) * docs: restore inline comments stripped in #1105 When ExchangeHandlerFacet and ExchangeCommitFacet were refactored to extract ExchangeRedeemBase and ExchangeCommitBase, the code was copied... push 26 May 2026 02:40PM UTC web-flow github
98.42
26452064780 main Fix [ECF-01M] Inexistent Re-Entrancy Protection, [FBE-01C] Inconsistent SPDX License Specifier and fix [OH2-01C] Generic Typographic Mistake (#1148) * Fix [ECF-01M] Inexistent Re-Entrancy Protection #1137 * Fix [FBE-01C] Inconsistent SPDX Licens... push 26 May 2026 02:11PM UTC web-flow github
98.42
25848398845 main build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates (#1134) Bumps the dev-dependencies group with 3 updates in the / directory: [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/... push 14 May 2026 08:08AM UTC web-flow github
98.42
25845901577 main build(deps-dev): bump eslint from 9.30.1 to 10.3.0 (#1132) Bumps [eslint](https://github.com/eslint/eslint) from 9.30.1 to 10.3.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v... push 14 May 2026 07:01AM UTC web-flow github
98.42
25844937538 main build(deps-dev): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#1130) Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://gith... push 14 May 2026 06:35AM UTC web-flow github
98.42
25716185159 main build(deps-dev): bump glob from 11.1.0 to 13.0.6 (#1126) Bumps [glob](https://github.com/isaacs/node-glob) from 11.1.0 to 13.0.6. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node... push 12 May 2026 06:16AM UTC web-flow github
98.42
25592941466 main build(deps): bump fast-uri from 3.0.6 to 3.1.2 (#1125) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.6 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/comp... push 09 May 2026 05:53AM UTC web-flow github
98.42
25591506968 main build(deps-dev): bump opensea-js from 7.1.22 to 8.1.1 (#1118) Bumps [opensea-js](https://github.com/ProjectOpenSea/opensea-js) from 7.1.22 to 8.1.1. - [Release notes](https://github.com/ProjectOpenSea/opensea-js/releases) - [Changelog](https://gi... push 09 May 2026 04:38AM UTC web-flow github
98.42
25540108594 main build(deps-dev): bump globals from 16.3.0 to 17.6.0 (#1119) Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 17.6.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindres... push 08 May 2026 06:35AM UTC web-flow github
98.42
See All Builds (951)
  • 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

© 2026 Coveralls, Inc