This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cancel tx JS #4958
Merged
Merged
Cancel tx JS #4958
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
49ed3d8
Remove transaction RPC
tomusdrw a9ae42c
Bumping multihash and libc
tomusdrw eb8fe28
Updating nanomsg
tomusdrw 3d31031
bump nanomsg
arkpar eb3e79c
cancel tx
CraigglesO 45d1641
cancel-tx-js
CraigglesO f871389
cancel-tx-js
CraigglesO aa47572
cancel-tx-js
CraigglesO 35d959e
cancel-tx-hs
CraigglesO 2235923
cancel-tx-js
CraigglesO 65c6390
cancel-tx-js
CraigglesO 14dd162
cancel-tx-js
CraigglesO 9766508
small fixes
CraigglesO b57aecd
Merge remote-tracking branch 'origin/master' into cancel-tx-js
CraigglesO 03c19fd
edit & time till submit
CraigglesO 42dd28a
edit & time till submit
CraigglesO a9662fa
updates
CraigglesO b7c8c16
updates
CraigglesO 89b4343
udpates
CraigglesO 1aeec64
udpates
CraigglesO eb8e56d
grumbles
CraigglesO 131b837
step 1
CraigglesO c56ce69
Merge branch 'master' of github.com:paritytech/parity into cancel-tx-js
CraigglesO c2ce35c
Wonderful updates
CraigglesO 06c9951
ready
CraigglesO 8e17b08
small refact
CraigglesO b8a7d62
small refact
CraigglesO 4d9ca26
grumbles 1
CraigglesO 684ab6c
ffx2
CraigglesO c6195d6
ffx2
CraigglesO 85929ea
good ol' fashioned updates
CraigglesO 35aad6c
latest and greatest
CraigglesO acf79fe
removeHash
CraigglesO 3c4199b
removeHash
CraigglesO 2c04f54
spec
CraigglesO 2d03df7
fix 1
CraigglesO c9535bf
fix 1
CraigglesO 8d01b28
fix 2
CraigglesO 666f59f
fix 2
CraigglesO 10eda45
ff
CraigglesO ca73bc8
ff
CraigglesO bd05a8c
ff
CraigglesO 0f4f40d
ff
CraigglesO 3bf3972
updates
CraigglesO fb72ab4
lol
CraigglesO File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ | |
# mac stuff | ||
.DS_Store | ||
|
||
# npm stuff | ||
npm-debug.log | ||
|
||
# gdb files | ||
.gdb_history | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1833,7 +1833,14 @@ export default { | |
example: { | ||
from: '0xb60e8dd61c5d32be8058bb8eb970870f07233155', | ||
to: '0xd46e8dd67c5d32be8058bb8eb970870f07244567', | ||
value: fromDecimal(2441406250) | ||
gas: fromDecimal(30400), | ||
gasPrice: fromDecimal(10000000000000), | ||
value: fromDecimal(2441406250), | ||
data: '0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675', | ||
condition: { | ||
block: 354221, | ||
time: new Date() | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same with these. |
||
} | ||
} | ||
} | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would just remove the
fromDecimal
wrappers here, i.e. the response should rather be what we receive via the actual RPC, raw.