@pushchain/core 2.1.12 → 3.0.1

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 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
- @pushchain/core@2.1.12 (2025-11-10)
1
+ @pushchain/core@3.0.1 (2025-11-10)
2
2
 
3
- - feat: add ERC20 transfer functions and enhance gas payment handling in Orchestrator
3
+ - release: bump to 3.0.0
4
+
5
+ ---
6
+
7
+ @pushchain/core@3.0.0 (2025-11-10)
8
+
9
+ - refactor: rename ExecuteParams.payWith to payGasWith (breaking)
10
+ - refactor: implement _buildMulticallPayloadData; allow BSC for multicall; rename MulticallCall type MultiCall
11
+ - refactor: update RPC URLs and rename currency in Push Testnet Donut config
12
+ - chore: add new PRC20 token and contract addresses
13
+ - feat: add toSyntheticAddress utility in utils
14
+ - refactor: internal payload-builders improvements
4
15
 
5
16
  ---
6
17
 
@@ -142,4 +153,3 @@
142
153
  - fix: release fix
143
154
 
144
155
  ---
145
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushchain/core",
3
- "version": "2.1.12",
3
+ "version": "3.0.1",
4
4
  "homepage": "https://push.org",
5
5
  "keywords": [
6
6
  "pushchain",