@bananapus/omnichain-deployers-v6 0.0.42 → 0.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.43 — Bump v6 deps to nana-core-v6 0.0.53 cohort
4
+
5
+ - `@bananapus/core-v6`: `^0.0.48 → ^0.0.53` ([PR #145](https://github.com/Bananapus/nana-core-v6/pull/145) — drops `via_ir` requirement on `JBCashOutHookSpecsLib`; new `pauseCrossProjectFeeFreeInflows` ruleset metadata flag for cross-project cashout opt-out).
6
+ - `@bananapus/721-hook-v6`: `^0.0.47 → ^0.0.50`.
7
+ - `@bananapus/suckers-v6`: `^0.0.37 → ^0.0.46`.
8
+ - `@bananapus/buyback-hook-v6`: `^0.0.39 → ^0.0.46`.
9
+ - `@bananapus/permission-ids-v6`: `^0.0.23 → ^0.0.25` (new `SET_SUCKER_PEER` permission referenced by suckers 0.0.46).
10
+ - `JBBuybackHook` constructor signature changed in 0.0.45 (V4 PoolManager + Hooks moved to a one-shot setter). Updated `OmnichainForkTestBase` to construct then call `setChainSpecificConstants`.
11
+ - All `JBRulesetMetadata` test literals patched to include `pauseCrossProjectFeeFreeInflows: false`. `JBBeforeCashOutRecordedContext` literals are unchanged (no new fields).
12
+
3
13
  ## v6 carry-forward hook fix
4
14
 
5
15
  - **Carry-forward hook selection improved.** `queueRulesetsOf` now checks `latestQueuedOf(projectId)` before falling back to `currentOf(projectId)` when carrying forward a 721 hook. Previously it only read `currentOf`, which could miss a recently queued (and approved) ruleset's hook config. The source ruleset must have approval status `Approved` or `Empty` and a stored hook config in the deployer.
package/foundry.toml CHANGED
@@ -1,5 +1,6 @@
1
1
  [profile.default]
2
2
  solc = '0.8.28'
3
+ bytecode_hash = "none"
3
4
  evm_version = 'cancun'
4
5
  via_ir = true
5
6
  optimizer_runs = 200
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/omnichain-deployers-v6",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,16 +26,16 @@
26
26
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'nana-omnichain-deployers-v6'"
27
27
  },
28
28
  "dependencies": {
29
- "@bananapus/721-hook-v6": "^0.0.47",
30
- "@bananapus/core-v6": "^0.0.48",
29
+ "@bananapus/721-hook-v6": "^0.0.50",
30
+ "@bananapus/core-v6": "^0.0.53",
31
31
  "@bananapus/ownable-v6": "^0.0.24",
32
- "@bananapus/permission-ids-v6": "^0.0.23",
33
- "@bananapus/suckers-v6": "^0.0.37",
32
+ "@bananapus/permission-ids-v6": "^0.0.25",
33
+ "@bananapus/suckers-v6": "^0.0.46",
34
34
  "@openzeppelin/contracts": "5.6.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bananapus/address-registry-v6": "^0.0.25",
38
- "@bananapus/buyback-hook-v6": "^0.0.39",
38
+ "@bananapus/buyback-hook-v6": "^0.0.46",
39
39
  "@sphinx-labs/plugins": "0.33.3",
40
40
  "@uniswap/v4-core": "1.0.2"
41
41
  }