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

Test Web3.js 1.0 release by adding yarn link step to Travis install #2182

Closed
wants to merge 10 commits into from

Conversation

gnidan
Copy link
Contributor

@gnidan gnidan commented Jul 12, 2019

To validate web3/web3.js#2905

@CruzMolina
Copy link
Contributor

🤞

@gnidan
Copy link
Contributor Author

gnidan commented Jul 12, 2019

(Must also double check that we don't need to do a rebuild post linking)

@coveralls
Copy link

coveralls commented Jul 12, 2019

Coverage Status

Coverage remained the same at 70.376% when pulling 736c4d2 on test-web3 into c074274 on develop.

@gnidan
Copy link
Contributor Author

gnidan commented Jul 12, 2019

scrypt!!!

@gnidan
Copy link
Contributor Author

gnidan commented Jul 12, 2019

Tried yalc and that's causing its own problems. At least, I hope that yalc is causing its own problems, else the release branch breaks types for truffle-decode-utils

Update: yalc isn't causing it, likely, since #2214 shows the same thing.

@@ -97,7 +96,7 @@ export namespace Contexts {
debug("signature read: %s", signature);
//if not, compute it ourselves
if(signature === undefined) {
signature = abiCoder.encodeFunctionSignature(<AbiItem>abiEntry);
signature = abiCoder.encodeFunctionSignature(<any>abiEntry);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doing this since #2214 demonstrates the same AbiItem failure as on this branch, and I think this shouldn't impact the web3 release validation.

@gnidan
Copy link
Contributor Author

gnidan commented Jul 12, 2019

We're green! This PR uses yalc to inject locally-built web3.js from the release/1.0 branch. I'm loosening the type in truffle-decode-utils because the problem is happening separate from this test, as observable elsewhere.

I think we can confidently sign off on web3/web3.js#2905!

@gnidan gnidan closed this Jul 12, 2019
@gnidan gnidan deleted the test-web3 branch July 12, 2019 23:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants