Releases: RequestNetwork/requestNetwork
0.54.0
Release 0.54.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.54.0
What's Changed
Features
- feat: lit session domain and statement by @rodrigopavezi in #1536
Bug Fixes
- fix: prerelease git issue by @rodrigopavezi in #1535
- fix: prerelease command by @rodrigopavezi in #1532
Chores
- chore: publish 0.53.0 by @rodrigopavezi in #1531
- chore: transfer contract ownership base by @leoslr in #1530
Full Changelog: 0.53.0...0.54.0
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.53.0
Release 0.53.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.53.0
What's Changed
Features
- feat: refactor lit protocol provider by @rodrigopavezi in #1512
Bug Fixes
- fix: next release job by @rodrigopavezi in #1529
- fix: next release by @rodrigopavezi in #1517
Code Refactoring
- refactor: circle ci scripts by @rodrigopavezi in #1510
Chores
- chore: fix circle ci build and test on master by @rodrigopavezi in #1527
- chore: publish 0.52.0 by @rodrigopavezi in #1509
Full Changelog: 0.52.0...0.53.0
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.52.0
Release 0.52.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.52.0
What's Changed
Features
- feat(ethereum-storage): custom gas limit by @alexandre-abrioux in #1495
Bug Fixes
- fix: remove node-localstorage, add StorageProvider interface by @rodrigopavezi in #1508
Chores
- chore: publish 0.51.0 by @rodrigopavezi in #1505
Full Changelog: 0.51.0...0.52.0
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.51.0
Release 0.51.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.51.0
What's Changed
Features
- feat: run all test locally by @rodrigopavezi in #1493
- feat: pagination by @rodrigopavezi in #1490
- feat: add lit protocol provider and capacity credits delegation by @rodrigopavezi in #1475
Bug Fixes
- fix: release by @rodrigopavezi in #1504
- fix: add deprecation, isDecryptionEnabled function and lerna caching by @rodrigopavezi in #1502
- fix: release by @rodrigopavezi in #1498
Code Refactoring
- refactor: rename decryption enable method by @rodrigopavezi in #1499
Chores
- chore: revert resolution change by @rodrigopavezi in #1500
- chore: add storage provider by @rodrigopavezi in #1494
- chore: publish 0.50.0 by @MantisClone in #1489
Full Changelog: 0.50.0...0.51.0
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.50.0
Release 0.50.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.50.0
What's Changed
Features
- feat: add all data to deployment events by @aimensahnoun in #1487
- feat: support .tg extension for NEAR by @AdamREQ in #1484
- feat: add Admin scripts for Single Request Proxy Factory by @aimensahnoun in #1478
- feat: create
deploySingleRequestProxy
functionality in the sdk by @aimensahnoun in #1474 - feat: Develop
SingleRequestProxy
Smart Contracts by @aimensahnoun in #1453 - feat: xdai eth conversion by @leoslr in #1451
Bug Fixes
- fix: update out of date abi for single request proxy factory by @aimensahnoun in #1480
- fix: assert promise is rejected and error is thrown after last retry by @MantisClone in #1464
- fix: enhance logging for request node by @rodrigopavezi in #1463
- fix: link script to use cd instead of pushd/popd by @MantisClone in #1438
- fix: improve error message when persistTransaction times out. Increase default timeout to 130 seconds using Exponential Backoff by @MantisClone in #1316
Code Refactoring
- refactor: prepare
SingleRequestFactory
for deployment with Request Deployer by @aimensahnoun in #1473
Builds
- build(deps): Bump secp256k1 from 4.0.2 to 4.0.4 by @app/dependabot in #1472
- build(deps): Bump express from 4.20.0 to 4.21.0 by @app/dependabot in #1460
- build(deps): Bump express from 4.19.2 to 4.20.0 in /packages/request-node by @app/dependabot in #1455
- build(deps): Bump dset from 3.1.3 to 3.1.4 by @app/dependabot in #1452
- build(deps-dev): Bump webpack from 5.88.2 to 5.94.0 by @app/dependabot in #1446
- build(deps): Bump axios from 1.6.5 to 1.7.4 by @app/dependabot in #1444
- build(deps): Bump ejs from 3.1.9 to 3.1.10 by @app/dependabot in #1399
Chores
- chore: rename single request proxy by @aimensahnoun in #1488
- chore:
Single Request Proxy
deployment to mainnets by @aimensahnoun in #1486 - chore: Upgrade ethers to 5.7.2, hardhat to 2.22.15, and ethereum-waffle to 3.4.4 by @MantisClone in #1481
- chore: export near utils by @leoslr in #1470
- chore(ethereum-storage): add getter for eip-1559 support by @alexandre-abrioux in #1466
- chore(currency): search by ID from Map by @kevindavee in #1465
- chore: Update Mantle Payments Subgraph URL by @MantisClone in #1450
- chore: payments subgraph Alchemy URLs: ZkSync Era, Avalanche, and Fantom by @MantisClone in #1449
- chore: add test - create and declare received payment in a single transaction by @MantisClone in #1443
- chore: publish 0.49.0 by @MantisClone in #1439
New Contributors
- @app/dependabot made their first contribution in #1472
- @rodrigopavezi made their first contribution in #1463
Full Changelog: 0.49.0...0.50.0
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.49.0
Release 0.49.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.49.0
What's Changed
Features
- feat: Create new data access to allow for in-memory transactions. by @aimensahnoun in #1386
Bug Fixes
Full Changelog: RequestNetwork/requestNetwork/compare/0.48.0...master
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.48.0
Release 0.48.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.48.0
What's Changed
Features
- feat(processor): any-declarative payment in NEAR by @yomarion in #1428
- feat: meta-pn by @leoslr in #1405
- feat: Create new data access to allow for in-memory transactions. by @aimensahnoun in #1386
- feat: core batch payment by @leoslr in #1383
- feat: Publish by @MantisClone in #1378
- feat: Publish by @MantisClone in #1375
Bug Fixes
- fix: export payNearAmountWithReference by @yomarion in #1430
- fix: declarative actions on meta pn by @leoslr in #1427
- fix: invalid decimal places for fUSDT and fUSDC on sepolia by @Envoy-VC in #1422
- fix: superfluid subgraph urls - 2nd attempt by @MantisClone in #1421
- fix: superfulid subgraph url by @MantisClone in #1420
- fix: yarn lock had near-api-js ^4.0.2 while package.json had 4.0.2 by @MantisClone in #1419
- fix: payments-subgraph URL on Base by @MantisClone in #1414
- fix: sepolia aggregators by making lowercase by @MantisClone in #1412
- fix: enable conversion on base by @leoslr in #1400
- fix: Revert Pay before Persist experiment by @MantisClone in #1387
- fix: base deployment by @leoslr in #1385
- fix: yarn.lock by @MantisClone in #1377
- fix: Pay before Persist experiment (Part 2) by @MantisClone in #1376
Code Refactoring
- refactor: currency types by @benjlevesque in #1238
Builds
- build(deps): Bump undici from 5.28.3 to 5.28.4 by @app/dependabot in #1384
- build(deps-dev): Bump @openzeppelin/contracts from 4.9.5 to 4.9.6 in /packages/smart-contracts by @app/dependabot in #1370
- build(deps): Bump @openzeppelin/contracts from 4.9.5 to 4.9.6 by @app/dependabot in #1360
- build(deps): Bump es5-ext from 0.10.53 to 0.10.63 by @app/dependabot in #1359
Continuous Integrations
- ci(auto-assign): update reviewers by @alexandre-abrioux in #1401
- ci: update auto-assign by @alexandre-abrioux in #1371
Chores
- chore: add payment subgraph URLs from Alchemy by @MantisClone in #1423
- chore: deploy ERC20TransferableReceivable to Sepolia by @MantisClone in #1418
- chore: update to near-api-js 4.0.2 by @MantisClone in #1411
- chore: Remove skiv71 from autoassign by @MantisClone in #1406
- chore(thegraph): fix mainnet subgraph URL by @alexandre-abrioux in #1404
- chore(thegraph): fix xdai subgraph URL by @alexandre-abrioux in #1403
- chore(thegraph): migrate to TheGraph Studio by @alexandre-abrioux in #1402
- chore(types): sorted EVMChainName by @yomarion in #1372
New Contributors
- @app/dependabot made their first contribution in #1384
Full Changelog: RequestNetwork/requestNetwork/compare/0.46.0...master
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.46.0
Release
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.46.0
Changelog
Features
Pay before Persist experiment
Builds
Bump follow-redirects from 1.15.4 to 1.15.6
Bump express from 4.18.0 to 4.19.2
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.45.0
Release
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.45.0
Changelog
Chores
add payments-subgraph URLs for Base and Core
remove ipfs-unixfs
publish
Features
add usdc sepolia currency
base-deployment
improve payment network types
add base EVM chain
remove lodash
Bug Fixes
erc20conversion address on base
default block filter on decentralized network
transfer ownership improvements
improved currency detection
isSolvent
Builds
Bump ip from 2.0.0 to 2.0.1
Bump undici from 5.26.3 to 5.28.3
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
Images
0.44.0
Changelog
Bug Fixes
lerna publish error
yarn clean. Replace shx with native rm. Remove rimraf.
force-bump terser@>=5.14.2
json schema and json5
vulnerabilities + remove coveralls
add gasPriceMax
and gasPriceMultiplier
to the Request Node config
remove zksync from BatchPayments
sunset NEAR conversion for now
sepolia conversion
Features
transfer ownership
contract update with safe
gas fee multiplier & max gas fee
expose txHash and network for declareSent
Chores
Update CONTRIBUTING.md
do not yarn clean
fix clean script for cd
remove default exports
add safe admins
update @openzeppelin/contracts
sepolia and fix double transaction
Code Refactoring
remove axios
Builds
Bump @babel/traverse from 7.22.8 to 7.23.7
Bump follow-redirects from 1.14.9 to 1.15.4
Tests
reduce flaky tests
Packages
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]
- @requestnetwork/[email protected]