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

[ck] consistent send tx object in kit #1191

Merged
merged 4 commits into from
Oct 3, 2019
Merged

Conversation

mcortesi
Copy link
Contributor

@mcortesi mcortesi commented Oct 2, 2019

Description

  • Moves send-tx logic inside kit
  • Use the same logic to send a simple transaction and a transaction
    object
  • Remove gasFeeRecipient (was not being used)
  • Use Tx to pass extra options, instead of a custom TxOptions

Tested

yarn test

* Moves send-tx logic inside kit
* Use the same logic to send a simple transaction and a transaction
object
* Remove gasFeeRecipient (was not being used)
* Use `Tx` to pass extra options, instead of a custom `TxOptions`
@codecov
Copy link

codecov bot commented Oct 2, 2019

Codecov Report

Merging #1191 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1191   +/-   ##
=======================================
  Coverage   66.16%   66.16%           
=======================================
  Files         261      261           
  Lines        7599     7599           
  Branches      508      440   -68     
=======================================
  Hits         5028     5028           
- Misses       2474     2476    +2     
+ Partials       97       95    -2
Flag Coverage Δ
#mobile 66.16% <ø> (ø) ⬆️
Impacted Files Coverage Δ
packages/mobile/src/utils/formatting.ts 89.74% <0%> (ø) ⬆️
packages/mobile/src/identity/reducer.ts 41.66% <0%> (ø) ⬆️

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 6bc3f92...81317bd. Read the comment docs.

@mcortesi mcortesi added the automerge Have PR merge automatically when checks pass label Oct 2, 2019
@ashishb ashishb merged commit b919b27 into master Oct 3, 2019
@ashishb ashishb deleted the mc/ck/consistent-send-tx branch October 3, 2019 00:06
aaronmgdr added a commit that referenced this pull request Oct 4, 2019
* master:
  [Protocol] Fix network id for alfajores in truffle configs (#1211)
  When resetting and upgrading a VM testnet, new tx-nodes are included in the new instance group (#771)
  Upload static VM testnet nodes, add stackdriver logging (#750)
  Revert "Make packages depend on git vesrion (not npm)" (#1201)
  Make packages depend on git vesrion (not npm) (#1192)
  [contractkit] Document methods (#1195)
  [ck] consistent send tx object in kit (#1191)
  Move docker images to use node v10 (#1183)
  [ContractKit]Fill more fields before web3 signing (#1133)
  [codecov]Fix codecov errors (#1147)
  [Wallet] Add support for address pasting in send input field (#1180)
  Fix verification pool validation (#1176)
  Improve QR Code scan ability (#1036)
  Add CLI commands around identity metadata (#1167)
  [wallet]Run geth in an infura-like mode (#1108)

# Conflicts:
#	yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants