You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Main web3 package - 4.0.0 Alpha.1 System Tests (#4910)
* Config docker, Ganache and Geth
* Add some initial tests
* Add bash script for permissions
* Use local geth for integration tests
-Add commands to install and run geth for ubuntu
-Change github workflow to use local geth instead of docker
The Reason: ipc socket is not accessible outside docker
* Filter out ipc when testing ganache
* Fix ipc test
* Test workflow
* Remove verbose from jest
* Change when to init geth
* Add nohup again
* move stdout and stderr on geth-local command
* Add nohup again
* Run geth in background with screen
* Merge
* Add test using external wallet provider
* Temp solution to stop jest from hanging
* Test browser tests
* Karma config for integration tests
* Karma config for integration tests
* More (unsuccessfull) tests for karma
* Batch request tests
- Expose BatchRequest class in web3 as part of Web3Context
- Add integration tests for BatchRequest
* Corrent ipc path argument in geth-local
* Add wallet provider test
* Change test file filtering function so it can work on array
* Filter out ws
* Rename batch request test
* Add more tests
* Geth config changes
- Use same port for ws and http
- Remove unecessary exposes port exposes
- Remove permission in docker folder
* Change path
* Add screen session name/fix command
* Test karma conf
* Change tests to cover both jest and jasmine/workaround
* Clean package.json
* Expose Web3BatchRequest directly
* Re add ipc test
* Add some headers
* WIP: Refactoring to new test infrastructure
* Refactoring to new test infrastructure
* Refactor deferred promises
* Revert deferred promise to it's initial implementation (not before previous commit)
* Apply changes
* fix Greeter and yarn.lock
* Add infura secrets and fix class
* Possible fix build workflow
* Fix BatchRequest function type
* Add abi encodeParameters test
* Add more provider tests
* change module tests
* Changes from feedback
-remove lint disable for floating promises
-remove unecessary setup.sh file
-stop exporting accounts from system_utils
-use createNewAccount function for tests
* Fix batch request test
0 commit comments