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

Feature/tx local state logs #436

Merged
merged 16 commits into from
Apr 2, 2021
Merged

Feature/tx local state logs #436

merged 16 commits into from
Apr 2, 2021

Conversation

sethkfman
Copy link
Contributor

This PR is to add the following functionality to the controllers:

  • Ability to indicate if a transaction was added from the users local device
  • Ability to track the account creation time

@sethkfman sethkfman requested a review from a team as a code owner March 30, 2021 16:23
src/assets/AccountTrackerController.ts Outdated Show resolved Hide resolved
src/transaction/TransactionController.ts Outdated Show resolved Hide resolved
sethkfman and others added 5 commits March 31, 2021 13:01
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Updated string enum values

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
package.json Outdated Show resolved Hide resolved
@sethkfman sethkfman requested a review from Gudahtt March 31, 2021 21:05
@sethkfman sethkfman requested a review from Gudahtt April 1, 2021 20:50
Gudahtt
Gudahtt previously approved these changes Apr 2, 2021
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

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

LGTM! One suggestion about renaming the export, but I'll leave that up to you.

src/transaction/TransactionController.ts Outdated Show resolved Hide resolved
src/user/AddressBookController.ts Show resolved Hide resolved
Gudahtt
Gudahtt previously approved these changes Apr 2, 2021
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

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

LGTM!

@sethkfman sethkfman merged commit 76f7921 into develop Apr 2, 2021
@sethkfman sethkfman deleted the feature/tx-local-state-logs branch April 2, 2021 17:31
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* added property to transaction if it was confirmed locally

* added logic to capture the time an account was added/imported

* coverted confirmDevice to enum and removed console.logs

* updated package.json

* Update src/transaction/TransactionController.ts

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>

* format

* updated variable name to make more sense

* Update src/transaction/TransactionController.ts

Updated string enum values

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>

* reverted the version number

* move importTime to preferences controller and added test cases

* updated setting of import time and test cases

* updated test case

* updated format

* updated enum name per PR suggestion

* format

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* added property to transaction if it was confirmed locally

* added logic to capture the time an account was added/imported

* coverted confirmDevice to enum and removed console.logs

* updated package.json

* Update src/transaction/TransactionController.ts

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>

* format

* updated variable name to make more sense

* Update src/transaction/TransactionController.ts

Updated string enum values

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>

* reverted the version number

* move importTime to preferences controller and added test cases

* updated setting of import time and test cases

* updated test case

* updated format

* updated enum name per PR suggestion

* format

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
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.

None yet

4 participants