-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gateway sync / gateway development -> staging for release version 1.19.0 #189
Conversation
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…fix/uniswap_token_address
fix/ Update package.json version
sync gateway / gateway staging -> main
Fix/uniswap token address
…wrap-1.2.4 Bump word-wrap from 1.2.3 to 1.2.4
- added workflows to build both the latest and version tags for gateway
fix / update test-helper/postman using chain
feat / add gateway version
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
Refactor arbitrum_one to arbitrum
Fix/ unhandled error when using USDC.e
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
add docker workflow
Feat/ Tezos and Plenty
Fix/gateway tests
rawData.push(fileData); | ||
} | ||
} else { | ||
rawData.push(await fse.readFile(`${path}/${address}.json`, 'utf8')); |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression
const iv = crypto.randomBytes(16); | ||
const key = crypto | ||
.createHash('sha256') | ||
.update(String(password)) |
Check failure
Code scanning / CodeQL
Use of password hash with insufficient computational effort
): string { | ||
const key = crypto | ||
.createHash('sha256') | ||
.update(String(password)) |
Check failure
Code scanning / CodeQL
Use of password hash with insufficient computational effort
} | ||
|
||
async getTransaction(txHash: string): Promise<TransactionResponse[]> { | ||
const res = await axios.get(`${this._tzktURL}/v1/operations/transactions/${txHash}`); |
Check failure
Code scanning / CodeQL
Server-side request forgery
): Record<string, TokenInfo> => { | ||
const tokens: Record<string, TokenInfo> = {}; | ||
|
||
for (let i = 0; i < tokenSymbols.length; i++) { |
Check failure
Code scanning / CodeQL
Loop bound injection
…bufjs-6.11.4 Bump protobufjs from 6.11.3 to 6.11.4
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
Staging to development
Tests performed by the developer:
na
Tips for QA testing:
na