- Jan 24, 2024
-
- Jan 23, 2024
-
-
Dominique authored
* feat: add decoded xcm data in blocks endpoint * add types to fix any lint errors * update copyright year * fix paraId filter for horizontal msgs * fix xcm decoding for moonbeam horizontal msg * add yarn.lock file * update docs * removed moonbeam package * adding back yarn.lock * changed variable to const * retrieved yarn.lock from master branch * added a test for decoding upward msg in polkadot block * added test for decoding horizontal msg in KAH block * updated cacheKey with query params of decodedXcmMsgs and paraId - updated docs in blocks controller comments * replaced mocked data of block 18207445 with those of block 18468942 - in block 18468942 we have 2 upward msgs from two different parachains so with the same mocked data we can add 2 tests - added a test to check the query param paraId is working as expected * replaced mocked data of block 5831776 with those of block 3356195 - in block 3356195 we have downward and horizontal msgs so with the same mocked data we can test two different directions * changed structure of decodedXcmMsgs response - changed structure of the decodedMsgs response so that it always returns three arrays (filled or empty), one for each direction. - removed an if statement as unnecessary in XCMDecoder - updated corresponding tests with the new structure of the response * reintroduced the if statement so that paraId query param works when connected to parachain * added test to check if query param paraId works correctly also in horizontal msgs * run linter * added the decodedXcmMsgs response for blockId endpoint - the response is a combination of Block and BlockXCM response with the use of allOf - added schema for Liquidity Pool because the swagger was complaining - changed the order of a hash field so that it aligns of it actually appears in the corresponding response * added decodedXcmMsgsArg and paraId in the options arg * added validation for paraId query param - changed type of paraId after validation - renamed boolean option for decodedXcmMsgs so it is shorter * XCMDecoder changes from Tarik's Amazing review - changes in imports - replaced class name with the keyword 'this' - replaced static with readonly for class properties - replaced static with private for class methods - changed specname to lowercase * reused mockApi's 'perClass' in the other mocked apis - added the 'type' keyword in more imports * run linter & refix imports * Update src/services/blocks/BlocksService.ts Co-authored-by: Tarik Gul <[email protected]> * fix on the perClass field --------- Co-authored-by: marshacb <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
- Jan 18, 2024
-
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jan 16, 2024
-
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/a22603398250b864f7190077025cf752307154dc...23bce251a8cd2ffc3c1075eaa2367cf899916d84) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jan 12, 2024
-
-
Dominique authored
* fix: generated a custom key for the cache in blocks endpoint * removed 2 options from the key
-
- Jan 11, 2024
-
-
Tarik Gul authored
* docs: correct the `/transaction/material` docs for metadata * Update src/controllers/transaction/TransactionMaterialController.ts Co-authored-by: Dominique <[email protected]> --------- Co-authored-by: Dominique <[email protected]>
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8...a22603398250b864f7190077025cf752307154dc) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jan 10, 2024
-
-
Dominique authored
- Jan 09, 2024
-
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Tarik Gul authored
-
- Jan 05, 2024
- Jan 03, 2024
-
-
Tarik Gul authored
* chore(pjs): update polkadot-js * update ledger types * dedupe
-
- Dec 21, 2023
-
-
Alberto Nicolas Penayo authored
* chore(release): 17.3.3 * cleanup nits * notes * typo * changelog notes
-
Tarik Gul authored
* perf: add concurrency to fee calls * cleanup nits * fix comment
-
Tarik Gul authored
-
Alberto Nicolas Penayo authored
* added bool to calc fees * changed noFees from env var to query * docs * Update src/services/blocks/BlocksService.ts Co-authored-by: Tarik Gul <[email protected]> * docs --------- Co-authored-by: Tarik Gul <[email protected]>
-
- Dec 01, 2023
-
-
Dominique authored
* test(e2e): replaced tests of deprecated pallets * fix typos in methods names
-
- Nov 29, 2023
-
-
Tarik Gul authored
* add build to inspect * fix: add `finalized` query param to `/blocks/{blockId}` * docs * change key to finalizedKey
-
- Nov 22, 2023
-
-
Tarik Gul authored
* fix(calc): remove wasm-pack from node, and add it to calc library * Update calc/build.sh Co-authored-by: Dominique <[email protected]> --------- Co-authored-by: Dominique <[email protected]>
-
- Nov 21, 2023
- Nov 20, 2023
- Nov 16, 2023
-
-
Alberto Nicolas Penayo authored
-
Tarik Gul authored
* fix: main patch * final touches
-
Tarik Gul authored
-
- Nov 08, 2023
-
-
Yuri Volkov authored
The first attept to use a workflow to protect GitLab CI from untrusted contributors failed, because GitHub doesn't pass secrets to workflows for PRs that originate from forks. This uses a different approach: instead of triggerring gitspiegel API directly from the workflow, we're just spawning an empty workflow with a specific path, and gitspiegel listens for `workflow_run` event to start mirroring. The idea is the same: for the first-time contributors, running workflows would require manual aciton and that would block mirroring. But this time, we don't need any secrets to make it work.
-
- Nov 06, 2023
-
-
Tarik Gul authored
-
- Nov 02, 2023
-
-
Oleg Plakida authored
-
- Nov 01, 2023
-
-
Yuri Volkov authored
Using a workflow to trigger mirroring instead of a webhook allows us to reuse "Approving workflow runs from public forks" GitHub feature to somewhat protect us from malicious PRs
-
- Oct 31, 2023
-
-
Oleg Plakida authored
-
- Oct 30, 2023
-
- Oct 27, 2023
-
-
Dominique authored
- Add check in sanitize numbers for Bifrost object type - Add `isEthereum` entry in test results - Small fix in jest config
-
- Oct 24, 2023
-
-
dependabot[bot] authored
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/a95ba195448af2da9b00fb742d14ffaaf3c21f43...3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 23, 2023
-
-
Tarik Gul authored