Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Broadcast signed transaction function - Fixes #124 #125

Merged
merged 8 commits into from
Jun 26, 2017

Conversation

toschdev
Copy link
Contributor

Fixes #124

Adds the broadcastSignedTransaction function to the API method.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 99.025% when pulling 4c3b9cf on 124-broadcast-transaction into 4af32fe on development.

@toschdev toschdev changed the title Broadcast signed transaction function Broadcast signed transaction function - Fixes #124 May 31, 2017
index.html Outdated
@@ -10,7 +10,7 @@

<script src="dist/lisk-js.js"></script>
<script>
"use strict";

Choose a reason for hiding this comment

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

remove script tag

it('should be able to broadcast a finished and signed transaction', function (done) {

var LSKAPI = lisk.api({testnet: true});
var amount = 0.001 * Math.pow(10, 8);

Choose a reason for hiding this comment

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

formatting

<pre>
<code class="language-html" data-lang="html">
var LSK = lisk.api({testnet: true});

Choose a reason for hiding this comment

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

looks wierd here

Copy link
Contributor Author

@toschdev toschdev Jun 2, 2017

Choose a reason for hiding this comment

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

Yes, the html formating within < code > tags looks weird. But that is necessary for the display.

Copy link

@MaciejBaj MaciejBaj left a comment

Choose a reason for hiding this comment

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

formatting issues

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 99.025% when pulling 0e8dafd on 124-broadcast-transaction into 4af32fe on development.

@toschdev toschdev dismissed MaciejBaj’s stale review June 2, 2017 11:43

All done but the html is necessary to keep like it is.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 99.025% when pulling d058ea1 on 124-broadcast-transaction into 37ed806 on development.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 99.025% when pulling 6961ea1 on 124-broadcast-transaction into 2bbab2e on development.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 99.025% when pulling cfd8104 on 124-broadcast-transaction into 88ce070 on development.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 99.178% when pulling 434092b on 124-broadcast-transaction into 3107ff7 on development.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 99.24% when pulling 0ceaf39 on 124-broadcast-transaction into 98cb8e6 on development.

@toschdev toschdev merged commit 0612529 into development Jun 26, 2017
@toschdev toschdev deleted the 124-broadcast-transaction branch June 26, 2017 14:48
@karmacoma karmacoma removed the 🐛bug label Aug 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants