Skip to content
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

Merge all of internal /js #85

Merged
merged 7 commits into from
Apr 22, 2021
Merged

Merge all of internal /js #85

merged 7 commits into from
Apr 22, 2021

Conversation

jakepanitz
Copy link
Contributor

No description provided.

@jakepanitz jakepanitz changed the base branch from master to sync-internal April 19, 2021 18:54
@@ -316,7 +338,6 @@ export class WalletLinkRelay {
}
if (this.ui.inlineAccountsResponse()) {
const onAccounts = (accounts: [AddressString]) => {
console.log("Got accounts response from extension " + accounts[0])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

* WIP - Show correct dialog UI based on feature flag

* Use in page provider if available

* Override setAppInfo.  Implement setting chain id and custom rpc url.

* Fix formatting

* Add ability to set provider info to wallet link provider

* Add setAppInfo method to provider

* Fix lint error

* Fix typo

* Remove non-working feature flag code

* Revert "Remove non-working feature flag code"

This reverts commit 7c2328412b209fc1055c11704683ceb836932c6e.

* Remove todo comments

Co-authored-by: Alex Shoykhet <alex.shoykhet@coinbase.com>
Base automatically changed from sync-internal to master April 22, 2021 17:40
Copy link

@propulsor propulsor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hieronymus777 hieronymus777 merged commit 6f73706 into master Apr 22, 2021
@hieronymus777 hieronymus777 deleted the sync-internal-full-js branch April 22, 2021 18:20
hieronymus777 pushed a commit that referenced this pull request Nov 18, 2021
* Specify build engines

* fix compile error

* Fix docker build

* Remove unnecessary file from docker
bangtoven pushed a commit that referenced this pull request Feb 29, 2024
* Merge internal into public

* Port over changes from WalletLinkRelay needed for new UI

* Merge all of /js

* Handle in page provider (#54)

* WIP - Show correct dialog UI based on feature flag

* Use in page provider if available

* Override setAppInfo.  Implement setting chain id and custom rpc url.

* Fix formatting

* Add ability to set provider info to wallet link provider

* Add setAppInfo method to provider

* Fix lint error

* Fix typo

* Remove non-working feature flag code

* Revert "Remove non-working feature flag code"

This reverts commit 7c2328412b209fc1055c11704683ceb836932c6e.

* Remove todo comments

Co-authored-by: Alex Shoykhet <alex.shoykhet@coinbase.com>

* Merge chainId fix, initialize relay if eip1102 already authorized

* Remove console\.error

Co-authored-by: Alex Shoykhet <alex.shoykhet@coinbase.com>
Co-authored-by: Vishnu Madhusoodanan <vishnu.madhusoodanan@coinbase.com>
bangtoven pushed a commit that referenced this pull request Feb 29, 2024
* wip

* provider can handle readonly jsonrpc requests

* use chain.rpcUrl

* fix testapp connected check

* attach id and jsonrpc at the time of request

* make storage keys more specific - prefix with Provider:

* minor

* remove jsonrpcrequest/response types

* generic typing

* add eth_getBalance to testapp

* add test readonly requests to check txn count and balance to testapp

* word

* add startsWith check for chance at forward compatibility

* ts/lint

* undo unused optional param change

* use uuid for jsonrpcrequest id

* move requiresSigning util function to utils file

* remove useless promise

* eip error

* dont use JSONRPCMethod type in testapp
bangtoven pushed a commit that referenced this pull request Feb 29, 2024
* wip

* provider can handle readonly jsonrpc requests

* use chain.rpcUrl

* fix testapp connected check

* attach id and jsonrpc at the time of request

* make storage keys more specific - prefix with Provider:

* minor

* remove jsonrpcrequest/response types

* generic typing

* add eth_getBalance to testapp

* add test readonly requests to check txn count and balance to testapp

* word

* add startsWith check for chance at forward compatibility

* ts/lint

* undo unused optional param change

* use uuid for jsonrpcrequest id

* move requiresSigning util function to utils file

* remove useless promise

* eip error

* dont use JSONRPCMethod type in testapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants