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

TransactionController #14

Merged
merged 15 commits into from
Aug 15, 2018
Merged

TransactionController #14

merged 15 commits into from
Aug 15, 2018

Conversation

bitpshr
Copy link
Contributor

@bitpshr bitpshr commented Aug 15, 2018

This pull request does the following:

  • Adds TransactionController
  • Adds BlockHistoryController#getLatestBlock
  • Adds BaseController#requiredControllers

@bitpshr bitpshr changed the title Transaction new TransactionController Aug 15, 2018
@codecov-io
Copy link

codecov-io commented Aug 15, 2018

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #14    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          13     14     +1     
  Lines         431    612   +181     
  Branches       50     74    +24     
======================================
+ Hits          431    612   +181
Impacted Files Coverage Δ
src/ShapeShiftController.ts 100% <ø> (ø) ⬆️
src/NetworkStatusController.ts 100% <ø> (ø) ⬆️
src/TransactionController.ts 100% <100%> (ø)
src/BaseController.ts 100% <100%> (ø) ⬆️
src/TokenRatesController.ts 100% <100%> (ø) ⬆️
src/BlockHistoryController.ts 100% <100%> (ø) ⬆️
src/ComposableController.ts 100% <100%> (ø) ⬆️
src/util.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4655194...7f5d815. Read the comment docs.

@bitpshr bitpshr merged commit 26a8b6a into master Aug 15, 2018
@bitpshr bitpshr deleted the transaction-new branch August 15, 2018 18:13
mcmire referenced this pull request in mcmire/core Jul 17, 2023
* Add JSON storage limit utilities

* Add handling for string length depending on encoding

* Add handling for number sizes

* Refactor code and add more tests

* Add functional code improvements and tests

* Add edge case handling and more complex tests

* Refactor code, change approaches and improve tests

* Minor code refactoring and additional test

* Add one more unit test

* Refactor tests and test data

* Add skip feature for JSON size calculation

* Add algorithm improvements and new test data

* Minor refactoring of calculateStringSize function

* Minor refactoring of isASCII function

* Minor refactoring of skip sizing feature

* Add unit tests for circular structures

* Add test improvement with escape characters

* Code refactoring

* Code refactoring & improvements

* Small code refactoring (review answer)

* Another minor code refactoring (review answer)

* Remove useless comment

* Add more tests for serialization checks of functions and symbols

* Add specific approach for handling Date objects

* Add ECMA TC39 (test262) test scenarios and improve algorithm

* Add another batch of ECMA TC39 (test262) test scenarios

* Fix types in tests

* Add optimized check for circular structures

* Change approach for circular object detection

* Improve circular object detection

* Improve Date object sizing

* Change type-check approach (if-else)

* Add explanation comments for circular structure detection and improve tests
kanthesha pushed a commit that referenced this pull request Sep 19, 2023
* Fix package.json, CI config
kanthesha pushed a commit that referenced this pull request Oct 11, 2023
* serialize errors using eth-json-rpc-errors
* add .nvmrc
* remove dead code
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* Fix package.json, CI config
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* Fix package.json, CI config
MajorLift pushed a commit that referenced this pull request Oct 12, 2023
* Fix package.json, CI config
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.

2 participants