Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Adjust transaction params
Browse files Browse the repository at this point in the history
* Adjust parameters for `ethereumjs-tx` transactions (recent breaking changes) and ensure that the chain ID is supplied; this fixes a bug where the recovery param wasn't validated correctly
* Fix logic for supplying a `to` property for transactions (it can also be `null`, not just `undefined`)
* Fix some Flow types
* Fix some comments
* Update/fix tests
  • Loading branch information
JamesLefrere committed Jul 17, 2019
1 parent b5e4bd3 commit eea5398
Show file tree
Hide file tree
Showing 12 changed files with 158 additions and 148 deletions.
7 changes: 3 additions & 4 deletions modules/node_modules/@colony/purser-core/helpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/node_modules/@colony/purser-core/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 5 additions & 13 deletions modules/node_modules/@colony/purser-ledger/flowtypes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions modules/node_modules/@colony/purser-ledger/staticMethods.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/node_modules/@colony/purser-metamask/helpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 27 additions & 14 deletions modules/node_modules/@colony/purser-metamask/staticMethods.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions modules/node_modules/@colony/purser-software/class.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/node_modules/@colony/purser-software/staticMethods.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/node_modules/@colony/purser-trezor/class.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eea5398

Please sign in to comment.