Skip to content

Commit

Permalink
Merge branch 'master' into 892-routescan-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Nov 13, 2023
2 parents 44b24e6 + c9e7b34 commit 54269b2
Show file tree
Hide file tree
Showing 28 changed files with 145 additions and 61 deletions.
8 changes: 7 additions & 1 deletion packages/xchain-avax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v0.3.6 (2023-11-10)
# v0.3.7 (2023-11-10)

## Update

- Routescan provider

# v0.3.6 (2023-11-09)

## Update

- Transfer bug fix with txSigner, sender address can be retrieved from signer

# v0.3.5 (2023-11-03)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-avax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-avax",
"version": "0.3.6",
"version": "0.3.7",
"description": "Avax EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.23.3 (2023-11-10)

## Update

- Utxo-providers package from 0.2.5 to 0.2.6

# v0.23.2 (2023-10-26)

## Update
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bitcoin",
"version": "0.23.2",
"version": "0.23.3",
"description": "Custom Bitcoin client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
"bitcoinjs-lib": "5.2.0",
Expand All @@ -48,7 +48,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"bitcoinjs-lib": "5.2.0",
"coinselect": "^3.1.12",
Expand All @@ -57,4 +57,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-bitcoincash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.17.3 (2023-11-10)

## Update

- Utxo-providers package from 0.2.5 to 0.2.6

# v0.17.2 (2023-10-26)

## Update
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-bitcoincash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bitcoincash",
"version": "0.17.2",
"version": "0.17.3",
"description": "Custom bitcoincash client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
"bchaddrjs": "^0.5.2",
Expand All @@ -54,12 +54,12 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"bchaddrjs": "^0.5.2",
"coinselect": "3.1.12"
},
"publishConfig": {
"access": "public"
}
}
}
8 changes: 7 additions & 1 deletion packages/xchain-bsc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v0.3.6 (2023-11-10)
# v0.3.7 (2023-11-10)

## Update

- Etherscan provider compatible with Routescan

# v0.3.6 (2023-11-09)

## Update

- Transfer bug fix with txSigner, sender address can be retrieved from signer

# v0.3.5 (2023-11-03)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-bsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bsc",
"version": "0.3.6",
"version": "0.3.7",
"description": "Binance Smart Chain EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-dash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.2.3 (2023-11-10)

## Update

- Utxo-providers package from 0.2.5 to 0.2.6

# v0.2.2 (2023-10-26)

## Update
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-dash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-dash",
"version": "0.2.2",
"version": "0.2.3",
"description": "Custom Dash client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"coinselect": "^3.1.12",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
Expand All @@ -50,7 +50,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"coinselect": "^3.1.12",
"axios": "^1.3.6",
"bitcoinjs-lib": "^5.2.0",
Expand All @@ -63,4 +63,4 @@
"dependencies": {
"@dashevo/dashcore-lib": "^0.19.41"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-doge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.7.4 (2023-11-10)

## Update

- Utxo-providers package from 0.2.5 to 0.2.6

# v0.7.3 (2023-10-30)

## Update
Expand Down
6 changes: 3 additions & 3 deletions packages/xchain-doge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-doge",
"version": "0.7.3",
"version": "0.7.4",
"description": "Custom Doge client and utilities used by XChain clients",
"keywords": [
"Xchain",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"@types/wif": "^2.0.2",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
Expand All @@ -49,7 +49,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"bitcoinjs-lib": "5.2.0",
"coininfo": "5.1.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/xchain-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v0.30.7 (2023-11-10)
# v0.30.8 (2023-11-10)

## Update

- Etherscan provider compatible with Routescan

# v0.30.7 (2023-11-09)

## Update

- Transfer bug fix with txSigner, sender address can be retrieved from signer

# v0.30.6 (2023-11-03)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-ethereum",
"version": "0.30.7",
"version": "0.30.8",
"description": "Ethereum EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
8 changes: 7 additions & 1 deletion packages/xchain-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v0.3.7 (2023-11-10)
# v0.3.8 (2023-11-10)

## Update

- Routescan provider

# v0.3.7 (2023-11-09)

## Update

- Sender address can be retrieved from signer

# v0.3.6 (2023-11-03)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-evm/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export default class Client extends BaseXChainClient implements XChainClient {
feeData.gasPrice = txGasPrice
}

const sender = this.getAddress(walletIndex || 0)
const sender = txSigner ? await txSigner.getAddress() : this.getAddress(walletIndex)

let txGasLimit: BigNumber
if (!gasLimit) {
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-litecoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.13.3 (2023-11-10)

## Update

- Utxo-providers package from 0.2.5 to 0.2.6

# v0.13.2 (2023-10-26)

## Update
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-litecoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-litecoin",
"version": "0.13.2",
"version": "0.13.3",
"description": "Custom Litecoin client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
"bitcoinjs-lib": "^5.2.0",
Expand All @@ -49,7 +49,7 @@
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.5",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"axios": "^1.3.6",
"bitcoinjs-lib": "5.2.0",
"coininfo": "^5.1.0",
Expand All @@ -59,4 +59,4 @@
"publishConfig": {
"access": "public"
}
}
}
20 changes: 19 additions & 1 deletion packages/xchain-thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# v0.7.15 (2023-11-10)
# v0.7.18 (2023-11-12)

## Update

- Update EVM clients to use Routescan and Etherscan provider compatible with Routescan

# v0.7.17 (2023-11-12)

## Update

- Transfer bug fix with txSigner, sender address can be retrieved from signer

# v0.7.16 (2023-11-11)

## Update

- Thorchain package version from 0.28.10 to 0.28.11

# v0.7.15 (2023-11-10)

## Update

- Utxo clients version updated

# v0.7.14 (2023-11-07)

## Update
Expand Down
Loading

0 comments on commit 54269b2

Please sign in to comment.