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

Channel tx serializations #284

Merged
merged 34 commits into from
Apr 16, 2019
Merged

Conversation

mpowaga
Copy link
Contributor

@mpowaga mpowaga commented Mar 7, 2019

  • CHANNEL_OFFCHAIN_TX
  • CHANNEL_OFFCHAIN_CREATE_CONTRACT_TX
  • CHANNEL_OFFCHAIN_CALL_CONTRACT_TX
  • CHANNEL_OFFCHAIN_UPDATE_TRANSFER_TX
  • CHANNEL_OFFCHAIN_UPDATE_DEPOSIT_TX
  • CHANNEL_OFFCHAIN_UPDATE_WITHDRAWAL_TX
  • CHANNEL_CLOSE_SOLO_TX
  • CHANNEL_SLASH_TX
  • PROOF_OF_INCLUSION_TX
  • ACCOUNT
  • CONTRACT
  • CONTRACT_CALL
  • CHANNEL
  • CHANNEL_SNAPSHOT_TX
  • CHANNEL_FORCE_PROGRESS_TX
  • CHANNELS_TREE
  • NAMESERVICE_TREE
  • ORACLES_TREE
  • ACCOUNTS_TREE

@dadaphl dadaphl added the review label Mar 7, 2019
@mpowaga mpowaga requested review from nduchak and ricricucit and removed request for ricricucit and nduchak March 18, 2019 13:32
mpowaga and others added 12 commits March 26, 2019 13:36
* Make sure that sign function is correctly called

* Improve error handling for update method
* refactor(Chain and Contract): Fix Chain.getAccount. Omprove Compiler

Add ability to get account/balance on specific block hash/height. Add test. Add changeCompilerUrl to
Compiler stamp

#302

* fix(Crypto): Fix name hash function arguments parsing

* refactor(Compiler): Remove async for changeCompilerUrl function
* Add support for contracts in state channels

* Remove console.log

* Remove console.log

* Improve channel rpc usage (#275)

* Improve channel rpc usage

* Fix lint error

* Remove unreachable code

* Improve channel tests and error handling (#276)

* Make sure that sign function is correctly called

* Improve error handling for update method

* Improve state channel params handling. Fixes #299 (#300)
@nduchak nduchak added this to the Sprint37 milestone Apr 5, 2019
@nduchak nduchak self-requested a review April 5, 2019 10:06
Copy link
Contributor

@nduchak nduchak left a comment

Choose a reason for hiding this comment

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

🥇

@nduchak nduchak merged commit 9f35bc8 into develop Apr 16, 2019
@nduchak nduchak removed the review label Apr 16, 2019
@nduchak nduchak deleted the feature/channel-tx-serializations branch April 24, 2019 10:16
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