@rev-net/core-v6 0.0.55 → 0.0.56

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.56 — 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)).
6
+ - `@bananapus/721-hook-v6`: `^0.0.47 → ^0.0.50`.
7
+ - `@bananapus/buyback-hook-v6`: `^0.0.39 → ^0.0.46`.
8
+ - `@bananapus/router-terminal-v6`: `^0.0.37 → ^0.0.43`.
9
+ - `@bananapus/suckers-v6`: `^0.0.37 → ^0.0.46`.
10
+ - `@bananapus/permission-ids-v6`: `^0.0.24 → ^0.0.25`.
11
+ - Test updates:
12
+ - `jbMultiTerminal().FEE()` → `JBConstants.FEE` (FEE moved to a compile-time constant in core 0.0.52+).
13
+ - `JBBuybackHook` constructor signature changed in 0.0.45 (V4 PoolManager + Hooks moved to a one-shot setter). Updated `ForkTestBase` and `TestSplitWeightFork` to construct then call `setChainSpecificConstants`.
14
+ - All `JBRulesetMetadata` test literals patched to include `pauseCrossProjectFeeFreeInflows: false`. `REVConfig` and `JBBeforeCashOutRecordedContext` literals are unchanged (no new fields).
15
+
3
16
  ## Scope
4
17
 
5
18
  This file describes the verified change from `revnet-core-v5` to the current `revnet-core-v6` repo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rev-net/core-v6",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,13 +26,13 @@
26
26
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'revnet-core-v6'"
27
27
  },
28
28
  "dependencies": {
29
- "@bananapus/721-hook-v6": "^0.0.47",
30
- "@bananapus/buyback-hook-v6": "^0.0.39",
31
- "@bananapus/core-v6": "^0.0.48",
29
+ "@bananapus/721-hook-v6": "^0.0.50",
30
+ "@bananapus/buyback-hook-v6": "^0.0.46",
31
+ "@bananapus/core-v6": "^0.0.53",
32
32
  "@bananapus/ownable-v6": "^0.0.24",
33
- "@bananapus/permission-ids-v6": "^0.0.24",
34
- "@bananapus/router-terminal-v6": "^0.0.37",
35
- "@bananapus/suckers-v6": "^0.0.37",
33
+ "@bananapus/permission-ids-v6": "^0.0.25",
34
+ "@bananapus/router-terminal-v6": "^0.0.43",
35
+ "@bananapus/suckers-v6": "^0.0.46",
36
36
  "@croptop/core-v6": "^0.0.42",
37
37
  "@openzeppelin/contracts": "5.6.1",
38
38
  "@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"