This repository was archived by the owner on May 16, 2024. It is now read-only.
Closed
Conversation
* add ImmutableX.ts * Cleanup exports. * refactor: token type as string instead of enum this allows consumer to avoid having to import TokenType enum * DX-1154 refactor interfaces with SignableToken (#149) * refactor: remove sender from transfer interfaces sender eth address can be filled in using the wallet connection * refactor(ERC20Deposit): remove unused field symbol * refactor: simplify request interfaces - Consolidate deposit/withdrawal interfaces with TokenAmount - Simplify order/transfer request interfaces - Remove decimals from ERC20 GetSignableToken requests [DX-1184] - Remove token_id from ERC20 encode asset api call * fix: optional chaining error response for 404 check * [DX-1156] fix: Undecimalise amounts on deposits (#151) Update depositETH and depositERC20 workflows to accept undecimalised amounts. * [DX-1153] Signed timestamp APIs to handle auth internally (#153) * [DX-1185]: Clean up dependencies (#162) * [DX-1224] Fix peer dependency warnings (#163) * DX-1152 remove stark key derivation (#150) Added export function createStarkSigner(privateKey: string): StarkSigner in utils/stark/stark-signer Added export function generatePrivateKey(): string in utils/stark/stark-curve to generate a new private key at this point it's the responsibility of the developer to store the key against Eth address Removed Stark key derivation from Eth signature - this is going to be moved to Wallet/Link SDK Removed ethereumjs-wallet dependency moved code and renamed some files * fix(isRegisteredOnchain): handle USER_UNREGISTERED (#169) Registration contract isRegistered method may throw `error.reason = 'USER_UNREGISTERED'` Updated to catch errors where reason is USER_UNREGISTERED to return false. For all other errors, throw exception. This issue was causing exceptions for registerAndDeposit/Withdraw methods when using unregistered(onchain) users. * [DX-1221] Annotate exposed functions & types (#170) * feat: Add typedoc annotations to custom types & refactor export structure * [DX-1235] Return expected response types (#172) * Beta release support (#181) * feat: Add beta tagging for releases * feat: add methods from MetadataRefreshesApi (#175) Co-authored-by: Chris James <chris@webglowit.net> Co-authored-by: Nik Ho <studying.mole@gmail.com> Co-authored-by: Kostia Kim <kostia.kim@immutable.com> Co-authored-by: Matthew Muscat <officialmatthewmuscat@gmail.com> Co-authored-by: Adaura <96668470+sprngbk@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.18.0...v8.24.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e975730 to
9ea56a9
Compare
Contributor
Author
|
Superseded by #189. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps eslint from 8.18.0 to 8.24.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
a5787808.24.0f2cfacdBuild: changelog update for 8.24.0131e646chore: Upgrade@humanwhocodes/config-arrayfor perf (#16339)2c152ffdocs: note false positiveObject.getOwnPropertyNamesin prefer-reflect (#16...bf7bd88docs: fix warn severity description for new config files (#16324)504fe59perf: switch from object spread toObject.assignwhen merging globals (#16311)1729f9efeat: account forsourceType: "commonjs"in the strict rule (#16308)b0d72c9feat: add rule logical-assignment-operators (#16102)f02bcd9feat:array-callback-returnsupportfindLastandfindLastIndex(#16314)8cc0bbedocs: use more clean link syntax (#16309)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)