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

chore: all of the plumbing for escrow send #4964

Closed
wants to merge 1 commit into from

Conversation

kathaypacific
Copy link
Collaborator

Description

Test plan

Related issues

  • Fixes #[issue number here]

Backwards compatibility

Network scalability

If a new NetworkId and/or Network are added in the future, the changes in this PR will:

  • Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)

kathaypacific added a commit that referenced this pull request Feb 23, 2024
### Description

As the title. Using a .ts file allows static type checking with
typescript when using the abi with viem. This will be useful for
upcoming PRs relating to escrow (see #4964)

### Test plan

n/a

### Related issues

- Related to RET-993

### Backwards compatibility

Y

### Network scalability

Y
kathaypacific added a commit that referenced this pull request Feb 23, 2024
### Description

This PR adds the remote config and button for the start of the escrow
jumpstart flow. I think that the most straightforward way to implement
the escrow flow is to use the existing send flow rather than separate
the flows. I've made a POC that is working e2e in #4964, in case it
helps to understand this decision.

### Test plan

![Simulator Screenshot - iPhone 14 Pro - 2024-02-23 at 12 22
01](https://github.com/valora-inc/wallet/assets/20150449/8b524157-4c52-481b-af68-b7a3d47885ca)


### Related issues

- Related to RET-993

### Backwards compatibility

Y

### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

- [x] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

As the title. Using a .ts file allows static type checking with
typescript when using the abi with viem. This will be useful for
upcoming PRs relating to escrow (see valora-inc#4964)

### Test plan

n/a

### Related issues

- Related to RET-993

### Backwards compatibility

Y

### Network scalability

Y
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

This PR adds the remote config and button for the start of the escrow
jumpstart flow. I think that the most straightforward way to implement
the escrow flow is to use the existing send flow rather than separate
the flows. I've made a POC that is working e2e in valora-inc#4964, in case it
helps to understand this decision.

### Test plan

![Simulator Screenshot - iPhone 14 Pro - 2024-02-23 at 12 22
01](https://github.com/valora-inc/wallet/assets/20150449/8b524157-4c52-481b-af68-b7a3d47885ca)


### Related issues

- Related to RET-993

### Backwards compatibility

Y

### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

- [x] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant