Skip to content

Releases: RequestNetwork/requestNetwork

0.50.0

13 Nov 16:23
ccfaf0d
Compare
Choose a tag to compare

Release 0.50.0

https://github.com/RequestNetwork/requestNetwork/releases/tag/0.50.0

What's Changed

Features

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

New Contributors

Full Changelog: 0.49.0...0.50.0

Packages

Images

0.49.0

0.48.0

21 Jul 00:37
0320158
Compare
Choose a tag to compare

Release 0.48.0

https://github.com/RequestNetwork/requestNetwork/releases/tag/0.48.0

What's Changed

Features

Bug Fixes

Code Refactoring

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

Chores

New Contributors

  • @app/dependabot made their first contribution in #1384

Full Changelog: RequestNetwork/requestNetwork/compare/0.46.0...master

Packages

Images

0.46.0

0.45.0

28 Mar 12:44
5e4b243
Compare
Choose a tag to compare

0.44.0

26 Jan 01:21
edb4676
Compare
Choose a tag to compare

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

Images

0.43.0

14 Dec 14:36
f76583d
Compare
Choose a tag to compare

Changelog

Important: updating the request node to version 0.30.0 requires an up to date Storage Subgraph (at least RequestNetwork/storage-subgraph@19db1fc).

Bug Fixes

optimize getTransactionsByTopics
invalid URL
subgraph regex
differenciate decentralized network case
blockFilter should not be empty
updating yarn.lock with up to date package.json and adding custom graph url for zksync
zksync networks names to lowercase

Features

use subgraph for confirmation
sepolia network contracts
add minIndexedBlock option for TheGraph
support zkSyncEra and zkSyndTestnet chains

Chores

allow for graphql middlewares
reduce yarn release file size
log JSON-RPC requests
ignore yarn release
use currency manager instance
export getTheGraphClient
cleanup logs and timeout

Tests

add coverage for normalizeGasFees
remove duplicates

Continuous Integrations

move lint out of build

Packages

Images

0.42.0

14 Nov 10:03
b341203
Compare
Choose a tag to compare

Release 0.42.0

Changelog

This release contains breaking changes.

Bug Fixes

persistTransaction timeout
in memory indexer metadata
nighly tests
mantle urls
nigthly tests
USDC on Near is now standard

Builds

Bump browserify-sign from 4.2.1 to 4.2.2
Bump undici from 5.25.4 to 5.26.3
Bump express from 4.17.3 to 4.18.0
Bump undici from 5.12.0 to 5.25.4

Continuous Integrations

save test results in CircleCI

Documentation

remove reference to eccrypto-js

Chores

eccrypto alternative
yarn-deduplicate for string-width
test cancel after paid
upgrade typescript and jest
enforce eslint monorepo/no-relative-import rule
update aggregators

Features

core dao
payment processor batch payment native token
Breaking: drop legacy storage

Code Refactoring

addAggregator immutable args

Packages

@requestnetwork/advanced-logic
@requestnetwork/currency
@requestnetwork/data-access
@requestnetwork/data-format
@requestnetwork/epk-decryption
@requestnetwork/epk-signature
@requestnetwork/ethereum-storage
@requestnetwork/multi-format
@requestnetwork/payment-detection
@requestnetwork/payment-processor
@requestnetwork/request-client.js
@requestnetwork/request-logic
@requestnetwork/request-node
@requestnetwork/smart-contracts
@requestnetwork/transaction-manager
@requestnetwork/types
@requestnetwork/utils
@requestnetwork/web3-signature

Images

Request Node 0.29.0

0.41.0

06 Oct 08:11
ba20a94
Compare
Choose a tag to compare

We've been using the next tag for a while. There are breaking changes coming after this one, so it's time to releae a proper version!

What's Changed

Read more

Release 0.39.0