-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HotFix to allow Metamask to unblock Send Token Flow (#1936)
* HotFix to allow Metamask to unblock Send Token Flow, since Metamask is sending `data` field as `0x` instead of not sending it. Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com> * Acceptance Tests TokenCreate Fix and Reliability Improvements (#1918) * Increasing some delays on the acceptance tests that are the most flaky. Changing web-socket ping verification to be 2 or more, since sometimes is 2 and other 3. Isolating TokenCreate Test Adding some delays right before calling balanceOf / eth_getBalance. Adding some delays were needed Reduce Flaky-ness Tests on rpc_batch1, rpc_batch2, tokenCreate and subscribe tests Fixed Gas issue with TokenCreate Test. Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com> * increasing delay from 3 to 5s Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com> * adding a delay of 5s after eth_sendRawTransaction Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com> --------- Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com> --------- Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com> Co-authored-by: Eric Badiere <ebadiere@gmail.com>
- Loading branch information
1 parent
bdb6d28
commit babb356
Showing
5 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters