@bananapus/distributor-v6 0.0.22 → 0.0.23
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/package.json +1 -3
- package/CHANGELOG.md +0 -22
- package/foundry.lock +0 -5
package/package.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bananapus/distributor-v6",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/Bananapus/nana-distributor-v6"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
|
-
"CHANGELOG.md",
|
|
11
|
-
"foundry.lock",
|
|
12
10
|
"foundry.toml",
|
|
13
11
|
"references/",
|
|
14
12
|
"remappings.txt",
|
package/CHANGELOG.md
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 0.0.16 — 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/permission-ids-v6`: `^0.0.22 → ^0.0.25`.
|
|
8
|
-
- All `JBRulesetMetadata` test literals patched to include `pauseCrossProjectFeeFreeInflows: false`.
|
|
9
|
-
|
|
10
|
-
## 0.0.1
|
|
11
|
-
|
|
12
|
-
Initial release of the Juicebox V6 distributor system.
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
- **JBDistributor**: Abstract base contract with round-based distribution and configurable linear vesting.
|
|
17
|
-
- **JBTokenDistributor**: Singleton distributor for IVotes-compatible ERC-20 tokens. Stake weight = delegated voting power at round start.
|
|
18
|
-
- **JB721Distributor**: Singleton distributor for JB 721 NFT holders. Stake weight = tier's `votingUnits`. Burned NFTs excluded from stake; forfeited rewards reclaimable.
|
|
19
|
-
- Both implement `IJBSplitHook` for direct integration with Juicebox payout splits.
|
|
20
|
-
- Linear vesting over configurable number of rounds.
|
|
21
|
-
- Fee-on-transfer token support via balance-delta pattern.
|
|
22
|
-
- Native ETH distribution support.
|