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
This is a tracking issue to make sure we don't forget to begin running the E2E test which was built to validate each pull request against Truffle tsc builds and contract tests.
As noted in #3304, Truffle has reverted to 1.2.1 because truffle-contract needs changes to its emitter wrapping to correctly handle the confirmations logic fixed in 1.2.2. (See truffle 2688)
We cannot inject 1.2.2 and above into their test suite because the 1.2.1 and 1.2.2 types are managed differently there and tsc fails on install.
The text was updated successfully, but these errors were encountered:
This is a tracking issue to make sure we don't forget to begin running the E2E test which was built to validate each pull request against Truffle tsc builds and contract tests.
As noted in #3304, Truffle has reverted to 1.2.1 because truffle-contract needs changes to its emitter wrapping to correctly handle the confirmations logic fixed in 1.2.2. (See truffle 2688)
We cannot inject 1.2.2 and above into their test suite because the 1.2.1 and 1.2.2 types are managed differently there and tsc fails on install.
The text was updated successfully, but these errors were encountered: