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

EthereumProvider and the related refactoring #2000

Merged
merged 1,091 commits into from
Jan 25, 2019
Merged

EthereumProvider and the related refactoring #2000

merged 1,091 commits into from
Jan 25, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    62ce66a View commit details
    Browse the repository at this point in the history
  2. web3-eth types

    joshstevens19 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    2d4ade8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    967ff3b View commit details
    Browse the repository at this point in the history
  4. web3-eth-contract types

    joshstevens19 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    1dff51d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19f6feb View commit details
    Browse the repository at this point in the history
  6. web3-provider types

    joshstevens19 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    de023c2 View commit details
    Browse the repository at this point in the history
  7. web3-utils types

    joshstevens19 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    864c270 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95b1e5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    254e8da View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2133 from joshstevens19/types-final-PR

    Final web3 types PR
    nivida committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    f7a607d View commit details
    Browse the repository at this point in the history
  11. errors removed from index.js in core-helpers

    Samuel Furter committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e18b49e View commit details
    Browse the repository at this point in the history
  12. Merge branch 'ethereumProvider' of github.com:ethereum/web3.js into e…

    …thereumProvider
    Samuel Furter committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    15164c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c32847c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc26c50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    860d868 View commit details
    Browse the repository at this point in the history
  16. codestyle improvements and index.js updated

    Samuel Furter committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    33d17a5 View commit details
    Browse the repository at this point in the history
  17. providers handling updated on all web3 modules

    Samuel Furter committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    86a0344 View commit details
    Browse the repository at this point in the history
  18. ProviderAdapterResolver => ProviderResolver naming fixed

    Samuel Furter committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c8d5af2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    32acfd0 View commit details
    Browse the repository at this point in the history
  20. Update README.md

    joshstevens19 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c5c9241 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #2134 from joshstevens19/run-all-types-tests

    Run all types tests
    nivida committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c6b700b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. EthereumProviderAdapter renamed to EthereumProvider, validation added…

    … to send method in all providers
    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    b59eeac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ethereumProvider' of github.com:ethereum/web3.js into e…

    …thereumProvider
    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ddb5ede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1b0dd View commit details
    Browse the repository at this point in the history
  4. removeAllListeners fixed

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ebfd991 View commit details
    Browse the repository at this point in the history
  5. onOpen => onReady

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    319742a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfe02bd View commit details
    Browse the repository at this point in the history
  7. unnecessary 'if' removed in socket providers

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    93049ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    075cd54 View commit details
    Browse the repository at this point in the history
  9. fixed a silly mistake

    aalok05 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    db004ad View commit details
    Browse the repository at this point in the history
  10. code style improvements

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3b549cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9106523 View commit details
    Browse the repository at this point in the history
  12. events added to readme in providers module

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ddbf5c8 View commit details
    Browse the repository at this point in the history
  13. typo fixed in readme

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    86492fd View commit details
    Browse the repository at this point in the history
  14. added missing npm packages

    aalok05 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    fe4d9eb View commit details
    Browse the repository at this point in the history
  15. types updated, code cleaned up and code style improved

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    a68cb6b View commit details
    Browse the repository at this point in the history
  16. self => this

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    dc09e7d View commit details
    Browse the repository at this point in the history
  17. funcDocs improved in providers module

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    e6b9f80 View commit details
    Browse the repository at this point in the history
  18. dependencies updated in package.json

    Samuel Furter committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    22d93b2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    10c6a9f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. POC websocket reconnecting and resubscribing

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1dfb3a0 View commit details
    Browse the repository at this point in the history
  2. getSubscriptionKey renamed to getSubscriptionEvent

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    a3af233 View commit details
    Browse the repository at this point in the history
  3. providers cleaned up and reconnect method updated

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b3e2dc0 View commit details
    Browse the repository at this point in the history
  4. this.constructor => this.connection.constructor in reconnect method o…

    …f the WebsocketProvider
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    f496b8b View commit details
    Browse the repository at this point in the history
  5. naming improved in AbstractSocketProvider and reconnect method remove…

    …d in AbstractSubscription
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    730a18b View commit details
    Browse the repository at this point in the history
  6. onError and onClose listener in WebsocketProvider fixed

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ff53a2d View commit details
    Browse the repository at this point in the history
  7. code style improvements in the provider objects

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    361b86d View commit details
    Browse the repository at this point in the history
  8. funcDoc updated in AbstractSocketProvider and reconnect test cases in…

    … AbstractSubscriptionTest removed
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    7898948 View commit details
    Browse the repository at this point in the history
  9. onConnect fixed in AbstractSocketProvider.

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    793bcb3 View commit details
    Browse the repository at this point in the history
  10. HttpProvider refactored to be able to mock the XMLHttpRequest object …

    …in the tests
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    e16f462 View commit details
    Browse the repository at this point in the history
  11. Default values for the HttpProvider constructor parameters and also f…

    …or the createXMLHttpRequest method parameters defined
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    858e396 View commit details
    Browse the repository at this point in the history
  12. missing imports added

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    38035bd View commit details
    Browse the repository at this point in the history
  13. onMessage fixed in EthereumProvider and improved in AbstractSocketPro…

    …vider
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    005a56d View commit details
    Browse the repository at this point in the history
  14. Error handling removed in AbstractSubscription because it will never …

    …returned an error from the provider (checked it onhe current 1.0 branch too). onMessage fixed for subscriptions
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    4aae169 View commit details
    Browse the repository at this point in the history
  15. handleSubscriptionResponse method removed in AbstractSubscription bec…

    …ause the result is always just one log, head, pendingTransaction hash or one syncing object
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    f920f1c View commit details
    Browse the repository at this point in the history
  16. code style improvements, started with fixing of the BatchRequestTest …

    …and the constructor dependencies of the BatchRequest object improved
    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    0dcd582 View commit details
    Browse the repository at this point in the history
  17. RequestAccountsMethod implemented

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5c83023 View commit details
    Browse the repository at this point in the history
  18. Provider check added to RequestAccountsMethod

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5a548c3 View commit details
    Browse the repository at this point in the history
  19. RequestAccountsMethod provider check improved

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    996ad56 View commit details
    Browse the repository at this point in the history
  20. BatchRequestTest fixed

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5e160ab View commit details
    Browse the repository at this point in the history
  21. ProviderModuleFactoryTest fixed

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2e485dc View commit details
    Browse the repository at this point in the history
  22. AbstractSocketProviderTest created

    Samuel Furter committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b58c0b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. EthereumProvider test created

    Samuel Furter committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    99410d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05269e7 View commit details
    Browse the repository at this point in the history
  3. IpcProviderTest created

    Samuel Furter committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f3ea658 View commit details
    Browse the repository at this point in the history
  4. HttpProviderTest created

    Samuel Furter committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0207369 View commit details
    Browse the repository at this point in the history
  5. WebsockerProviderTest created

    Samuel Furter committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    ee80d3a View commit details
    Browse the repository at this point in the history
  6. providers improved and provider tests in the providers module finishe…

    …d with a code coverage of 99.49%
    Samuel Furter committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    c7024a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ff2070 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. AbstractWeb3ModuleTest fixed

    Samuel Furter committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    0cb65c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. AbstractMethodFactoryTest fixed

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    66a2a58 View commit details
    Browse the repository at this point in the history
  2. AbstractCallMethodTest fixed

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    1b30f70 View commit details
    Browse the repository at this point in the history
  3. AbstractSendMethodTest fixed

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    93298d9 View commit details
    Browse the repository at this point in the history
  4. AbstractSendMethodTest fixed

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    c4c1687 View commit details
    Browse the repository at this point in the history
  5. core-method tests fixed

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    af4b646 View commit details
    Browse the repository at this point in the history
  6. core-subscriptions tests fixed

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    253114d View commit details
    Browse the repository at this point in the history
  7. started with unit testing of the eth-contract module

    Samuel Furter committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0ecbc7d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. EventLogDecodeTest created

    Samuel Furter committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e0f330b View commit details
    Browse the repository at this point in the history
  2. unused dependency removed in EventLogDecoder

    Samuel Furter committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    f0d1144 View commit details
    Browse the repository at this point in the history
  3. AllEventsLogDecoderTest created

    Samuel Furter committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    0e30837 View commit details
    Browse the repository at this point in the history
  4. EventFilterEncoderTest created

    Samuel Furter committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    632c576 View commit details
    Browse the repository at this point in the history
  5. MethodEncoderTest created

    Samuel Furter committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    4ee71de View commit details
    Browse the repository at this point in the history
  6. AllEventsFilterEncoderTest created

    Samuel Furter committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    a493eeb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. ContractModuleFactoryTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    352af45 View commit details
    Browse the repository at this point in the history
  2. EventSubscriptionFactoryTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ae6c565 View commit details
    Browse the repository at this point in the history
  3. MethodFactoryTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e8bd2c7 View commit details
    Browse the repository at this point in the history
  4. AbiMapper test created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    2cbd2ca View commit details
    Browse the repository at this point in the history
  5. AllEventsOptionsMapperTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    bbc9292 View commit details
    Browse the repository at this point in the history
  6. EventOptionsMapperTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    7ac21d4 View commit details
    Browse the repository at this point in the history
  7. MethodOptionsMapper test created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    34ac838 View commit details
    Browse the repository at this point in the history
  8. CallContractMethodTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6ddd086 View commit details
    Browse the repository at this point in the history
  9. ContractDeployMethodTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e9e662e View commit details
    Browse the repository at this point in the history
  10. PastEventLogsMethodTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    88987e7 View commit details
    Browse the repository at this point in the history
  11. SendContractMethodTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    b5d32f4 View commit details
    Browse the repository at this point in the history
  12. Abi models moved into the root models folder because there are no oth…

    …er models
    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    74aea4c View commit details
    Browse the repository at this point in the history
  13. AbiItemModelTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    fab7494 View commit details
    Browse the repository at this point in the history
  14. AbiModelTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    64f0fbd View commit details
    Browse the repository at this point in the history
  15. TODO's added because of the PromiEvnt I just noticed that the promiev…

    …ent module could be removed.
    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ce58bb9 View commit details
    Browse the repository at this point in the history
  16. MethodsProxyTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    f5d3cb3 View commit details
    Browse the repository at this point in the history
  17. uncommented code removed and MethodsProxyTest improved

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    091f959 View commit details
    Browse the repository at this point in the history
  18. paths fixed in tests because I've moved the ABI models

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    f9d3ef5 View commit details
    Browse the repository at this point in the history
  19. EventSubscriptionsProxyTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    949371c View commit details
    Browse the repository at this point in the history
  20. AllEventslLogSubscriptionTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    812589d View commit details
    Browse the repository at this point in the history
  21. EventLogSubscriptionTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    deb4796 View commit details
    Browse the repository at this point in the history
  22. MethodOptionsValidatorTest created

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    8d7a3ce View commit details
    Browse the repository at this point in the history
  23. Template prepared for AbstractContractTest

    Samuel Furter committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    35e3b08 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. eth-contract module tests created with 99% coverage

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    070cc27 View commit details
    Browse the repository at this point in the history
  2. eth-ens module updated

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    f71164c View commit details
    Browse the repository at this point in the history
  3. RegistryTest created

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    79ec083 View commit details
    Browse the repository at this point in the history
  4. EnsModuleFactoryTest created

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    81e10d9 View commit details
    Browse the repository at this point in the history
  5. EnsTest created

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    838a56f View commit details
    Browse the repository at this point in the history
  6. Resolver calls fixed in ENS module

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4fe56f6 View commit details
    Browse the repository at this point in the history
  7. EnsTest updated

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    67dbbb5 View commit details
    Browse the repository at this point in the history
  8. EthModuleFactoryTest created

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    e5a6373 View commit details
    Browse the repository at this point in the history
  9. Eth module tests finished with 89% coverage

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    38e766e View commit details
    Browse the repository at this point in the history
  10. WIP: AbiCoderTest

    Samuel Furter committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    f442755 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. AbiCoderTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    0af425a View commit details
    Browse the repository at this point in the history
  2. AccountsModuleFactoryTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    edace2e View commit details
    Browse the repository at this point in the history
  3. AccountsTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    cea1835 View commit details
    Browse the repository at this point in the history
  4. EthTest improved and AbstractWeb3Module fixed

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    0ef7f2f View commit details
    Browse the repository at this point in the history
  5. IbanTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    fb40e21 View commit details
    Browse the repository at this point in the history
  6. PersonalModuleFactoryTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c48a0ba View commit details
    Browse the repository at this point in the history
  7. Method naming improved in personal module

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    8e51dce View commit details
    Browse the repository at this point in the history
  8. PersonalTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    3b169d9 View commit details
    Browse the repository at this point in the history
  9. NetworkModuleFactoryTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    b24b721 View commit details
    Browse the repository at this point in the history
  10. NetworkTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c1d086a View commit details
    Browse the repository at this point in the history
  11. ShhModuleFactoryTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    af1bc8a View commit details
    Browse the repository at this point in the history
  12. ShhTest created

    Samuel Furter committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d41e007 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Web3Test created

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    ead36ab View commit details
    Browse the repository at this point in the history
  2. accessors in Eth object improved and test fixed

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    15992fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5f2f5 View commit details
    Browse the repository at this point in the history
  4. web3-eth-contract tests fixed

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    db8e25b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e078f5 View commit details
    Browse the repository at this point in the history
  6. test script to root package.json added and started the tests over tth…

    …e complete repository
    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    bacd0ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1562c1 View commit details
    Browse the repository at this point in the history
  8. SoliditySha3Test created

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    867d6ac View commit details
    Browse the repository at this point in the history
  9. npm install added to travis.yml

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    e7fdcf5 View commit details
    Browse the repository at this point in the history
  10. Empty test removed from bzz module it needs a complete refactoring an…

    …d does not work as expected currently
    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    c6a9e03 View commit details
    Browse the repository at this point in the history
  11. import fixed in NetworkTest

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7243efe View commit details
    Browse the repository at this point in the history
  12. missing devDependency added to eth-contract module

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    48cd6fa View commit details
    Browse the repository at this point in the history
  13. AccountsTest fixed for older node versions

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    24d07ec View commit details
    Browse the repository at this point in the history
  14. invalid hex fix for tests

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    3bc547b View commit details
    Browse the repository at this point in the history
  15. test:coverage command added for generating a summary over all coverag…

    …e reports
    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    a4366c8 View commit details
    Browse the repository at this point in the history
  16. npm test command in travis.yml updated updated ('test' => 'test:cover…

    …age')
    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    819178b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    63f54b5 View commit details
    Browse the repository at this point in the history
  18. coveralls added

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    3d06ac6 View commit details
    Browse the repository at this point in the history
  19. travis.yml updated

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    655ee2c View commit details
    Browse the repository at this point in the history
  20. node version 11 added to travis ci build

    Samuel Furter committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    3e480cc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Linter executed and added to travis ci

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b9d0de1 View commit details
    Browse the repository at this point in the history
  2. dtslint updated

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    7857990 View commit details
    Browse the repository at this point in the history
  3. lodash added and underscore removed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    f069501 View commit details
    Browse the repository at this point in the history
  4. Build fixed, dependency handling fixed and ENS improved

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5c4c547 View commit details
    Browse the repository at this point in the history
  5. EnsTest fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    19d8203 View commit details
    Browse the repository at this point in the history
  6. EthTest fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b9d210d View commit details
    Browse the repository at this point in the history
  7. GetBalanceMethod tested and method handling fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b58063e View commit details
    Browse the repository at this point in the history
  8. JsonRpcResponseValidatorTest fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    4987949 View commit details
    Browse the repository at this point in the history
  9. core-method module tests fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5c68b79 View commit details
    Browse the repository at this point in the history
  10. eslint errors fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    14ac307 View commit details
    Browse the repository at this point in the history
  11. import fixed in web3-utils module

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    d7a216b View commit details
    Browse the repository at this point in the history
  12. providers response handling fixed

    Samuel Furter committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    8047e63 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    fc8496a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    343a175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e5023 View commit details
    Browse the repository at this point in the history
  4. TypeError fix

    aalok05 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1265000 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13b866 View commit details
    Browse the repository at this point in the history
  6. test fix

    aalok05 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    99e508e View commit details
    Browse the repository at this point in the history
  7. funcDoc fixed

    Samuel Furter committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e1a4580 View commit details
    Browse the repository at this point in the history
  8. ethers.js updated

    Samuel Furter committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c131c6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3ca0b4 View commit details
    Browse the repository at this point in the history
  10. added missing exports

    aalok05 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    bb585ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    842284c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fc2ba30 View commit details
    Browse the repository at this point in the history
  13. socket provider event handling and subscriptions fixed

    Samuel Furter committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f9ba355 View commit details
    Browse the repository at this point in the history
  14. providers module tests fixed

    Samuel Furter committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2a4d2d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    b14a175 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Contract handling fixed and tested in the browser

    Samuel Furter committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    3a1fd82 View commit details
    Browse the repository at this point in the history
  2. Contract events fixed and LogSubscription will now just get past even…

    …t logs if the fromBlock property is set and != 'latest'
    Samuel Furter committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    a24a9bc View commit details
    Browse the repository at this point in the history
  3. SendTransactionMethod fixed

    Samuel Furter committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    52cce26 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    59b4da5 View commit details
    Browse the repository at this point in the history
  2. Contract allEvents tested and fixed

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cf4bb35 View commit details
    Browse the repository at this point in the history
  3. WebsocketProvider reconnecting and subscriptions resubscribing tested…

    … and the constructor fixed in the onConnect method of the WebsocketProvider
    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6403ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7277c59 View commit details
    Browse the repository at this point in the history
  5. LogSubscription improved and LogSubscriptionTest extended

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    26ab943 View commit details
    Browse the repository at this point in the history
  6. wcore-subscriptions module tests fixed

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    73f5892 View commit details
    Browse the repository at this point in the history
  7. core-method module tests fixed

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f3fa5da View commit details
    Browse the repository at this point in the history
  8. eth-contract module tests updated

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1900b5d View commit details
    Browse the repository at this point in the history
  9. eslint run

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    eec73c3 View commit details
    Browse the repository at this point in the history
  10. Web3 static utils and version method removed otherwise the utils and …

    …version property does not exists on the inititated web3 object
    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cfd9130 View commit details
    Browse the repository at this point in the history
  11. module versions in package.json updated

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    838eb08 View commit details
    Browse the repository at this point in the history
  12. Readme files simplified a class reference will replace the removed in…

    …formation
    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    4877c10 View commit details
    Browse the repository at this point in the history
  13. version updated in root package.json

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9967646 View commit details
    Browse the repository at this point in the history
  14. root readme file updated

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d482824 View commit details
    Browse the repository at this point in the history
  15. version in lerna.json updated

    Samuel Furter committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1ba3669 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    046c556 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. web3 module typing tests fixed

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    e509702 View commit details
    Browse the repository at this point in the history
  2. web3-core types updated

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    0cf1b1f View commit details
    Browse the repository at this point in the history
  3. core-helpers type tests created and typings improved

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bb98dcc View commit details
    Browse the repository at this point in the history
  4. core-method module types improved and test created

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    a5f5715 View commit details
    Browse the repository at this point in the history
  5. eth module types updated and test fixed

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    3247b75 View commit details
    Browse the repository at this point in the history
  6. personal module types updated and the test improved

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    528668a View commit details
    Browse the repository at this point in the history
  7. providers module types updated and tests fixed

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    762bcd6 View commit details
    Browse the repository at this point in the history
  8. shh module types updated

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    a56391a View commit details
    Browse the repository at this point in the history
  9. eth-contract module types updated and fixed

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    04f2343 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed4cd07 View commit details
    Browse the repository at this point in the history
  11. ens module types created

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    748649c View commit details
    Browse the repository at this point in the history
  12. travis script command created in package.json and core-method module …

    …index.d.ts fixed
    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    54e29f6 View commit details
    Browse the repository at this point in the history
  13. provider.constructor.name comparsion added because of node

    Samuel Furter committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    7c641fc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    000c68b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2178 from aalok05/addMissingExports

    Add missing exports
    nivida committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0610c89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2203 from joshstevens19/fix/allow-web3-to-work-in…

    …-iframes-with-3rd-party-cookies-turned-off
    
    Fix - allow web3 to work in iframes with third party cookies turned off
    nivida committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    d516d5e View commit details
    Browse the repository at this point in the history
  4. syntax fixed in index.d.ts file

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    78d048c View commit details
    Browse the repository at this point in the history
  5. Merge branch '1.0' into ethereumProvider

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    b457dea View commit details
    Browse the repository at this point in the history
  6. eslint run

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    70fad75 View commit details
    Browse the repository at this point in the history
  7. lowercase file removed from git history

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    b171eb8 View commit details
    Browse the repository at this point in the history
  8. EIP-1577 implemented

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    543d39e View commit details
    Browse the repository at this point in the history
  9. todo added

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    4d27a01 View commit details
    Browse the repository at this point in the history
  10. supportsInterface implemented in eth-ens module

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    364100a View commit details
    Browse the repository at this point in the history
  11. ENS documentation updated, getText & setText implemented, Resolver AB…

    …I updated with the new events and typings updated.
    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c1ce248 View commit details
    Browse the repository at this point in the history
  12. MetamaskInpageProvider created

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    3e2480b View commit details
    Browse the repository at this point in the history
  13. ProviderResolverr and ProvidersModuleFactory updated. Code style impr…

    …oved in MetamaskInpageProvider
    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    d78d032 View commit details
    Browse the repository at this point in the history
  14. MetamaskInpageProvder finished and the test for it created

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    5906cac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cffd792 View commit details
    Browse the repository at this point in the history
  16. MistEthereumProvider implemented

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    9a31efc View commit details
    Browse the repository at this point in the history
  17. ProviderResolver updated for the MistEthereumProvider

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    3ca7bbf View commit details
    Browse the repository at this point in the history
  18. PMetamaskInpageProviderTest improved and MistEthereumProviderTest cre…

    …ated
    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    6795c06 View commit details
    Browse the repository at this point in the history
  19. eslint error fixed

    Samuel Furter committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    dee860d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. fix: fix utils.hexToBytes

    Keith-CY committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    08afc78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2207 from Keith-CY/ethereumProvider

    fix: fix utils.hexToBytes
    nivida committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    36eb68f View commit details
    Browse the repository at this point in the history
  3. lodash imports improved and deep cloning of methods and subscriptions…

    … options
    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    79a165a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2209 from ethereum/feature/deep-cloned-arguments

    Deep cloned method and subscription arguments.
    nivida committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    fc52292 View commit details
    Browse the repository at this point in the history
  5. BatchRequest tested and fixed

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    9bcfaef View commit details
    Browse the repository at this point in the history
  6. AbstractMethodTest updated

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    bd46041 View commit details
    Browse the repository at this point in the history
  7. typings of AbstractMethod updated

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    b45baa7 View commit details
    Browse the repository at this point in the history
  8. eslint executed

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    aaa4fe6 View commit details
    Browse the repository at this point in the history
  9. arguments handling fixed in MethodProxy

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    81fc2f5 View commit details
    Browse the repository at this point in the history
  10. optional paramters fixed for eth methods

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    4cab56b View commit details
    Browse the repository at this point in the history
  11. missing import added

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ebc03e8 View commit details
    Browse the repository at this point in the history
  12. Subscriptiions handling with MetamaskInpageProvider fixed

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6b8f274 View commit details
    Browse the repository at this point in the history
  13. methods tests updated inn core-method module

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    c7094b0 View commit details
    Browse the repository at this point in the history
  14. AbstractSocketProviderTest updated

    Samuel Furter committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    b72b3d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. requestAccounts method added in web3-eth.rst

    Samuel Furter committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    e4979bd View commit details
    Browse the repository at this point in the history
  2. typo in web3-eth.rst

    Samuel Furter committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    854911d View commit details
    Browse the repository at this point in the history
  3. formatting of promise return value improved in web3-eth.rst and IsSyn…

    …cingMethod updated
    Samuel Furter committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    955b995 View commit details
    Browse the repository at this point in the history
  4. Error removed in the RequestAccountsMethod

    Samuel Furter committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c3d347c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110d0e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdf3abc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. fixes from the truffle team implemented

    Samuel Furter committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    347d137 View commit details
    Browse the repository at this point in the history
  2. AbiCoderTest updated

    Samuel Furter committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    5fbbbb9 View commit details
    Browse the repository at this point in the history
  3. web3 documentation improvements

    Samuel Furter committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ecc2be5 View commit details
    Browse the repository at this point in the history
  4. console.log removed

    Samuel Furter committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    3dd6251 View commit details
    Browse the repository at this point in the history