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

Confirm transaction #78

Closed
wants to merge 23 commits into from
Closed

Confirm transaction #78

wants to merge 23 commits into from

Conversation

ergastic
Copy link
Contributor

@ergastic ergastic commented Oct 5, 2018

  • Added root confirmation signature for send transactions
  • Added integration tests for send transactions
  • Fixed several small bugs

gcristea and others added 23 commits June 28, 2018 13:22
… a signed transaction (while keeping it backward compatible.)
* Refactored the way earns and spends are recorded. Added endpoint for getting the balance for an account.

* Simplistic script to create users, run geth in dev mode, migrate contracts and start plasma (after creating a config file.)

* Simplistic script to create users, run geth in dev mode, migrate contracts and start plasma (after creating a config file.)
* [bug] Makefile refers to non-existant compile command (from previous version)

* use ganach-cli instead of truffle develop (which uses its own version of ganache)
Cleanup to use Cobra; refactor services to use gRPC
* Added js library for integration testing through gRPC. Running ganache in deterministic mode (same account and contract addresses for every run.)

* Added call to deposit from the integration tests. Removed database/storage initialization from function (initHandler) called by handlers for Deposit, Exit and Finalize.

* Moved tests around.

* Improved tests.
* Added js library for integration testing through gRPC. Running ganache in deterministic mode (same account and contract addresses for every run.)

* Added call to deposit from the integration tests. Removed database/storage initialization from function (initHandler) called by handlers for Deposit, Exit and Finalize.

* Moved tests around.

* Improved tests.

* Refactored tests.
…ration tests for sending transactions. Fixed small bugs.
…ration tests for sending transactions. Fixed small bugs.
@ergastic ergastic requested a review from mslipper October 5, 2018 20:30
@ergastic ergastic closed this Oct 5, 2018
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.

4 participants