'Use special functions receive/fallback - both are declared, failing sending data < 1 byte':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - both are declared, failing sending data < 1 byte #group1':function(browser: NightwatchBrowser){
// don't need to redeploy it, same contract
browser.perform((done)=>{
browser.getAddressAtPosition(0,(address)=>{
@ -49,7 +50,7 @@ module.exports = {
})
})
},
'Use special functions receive/fallback - both are declared, failing sending data with odd number of digits':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - both are declared, failing sending data with odd number of digits #group1':function(browser: NightwatchBrowser){
// don't need to redeploy it, same contract
browser.perform((done)=>{
browser.getAddressAtPosition(0,(address)=>{
@ -61,7 +62,7 @@ module.exports = {
})
})
},
'Use special functions receive/fallback - both are declared - receive called, sending wei':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - both are declared - receive called, sending wei #group1':function(browser: NightwatchBrowser){
// don't need to redeploy it, same contract
browser.perform((done)=>{
browser.getAddressAtPosition(0,(address)=>{
@ -74,7 +75,7 @@ module.exports = {
})
})
},
'Use special functions receive/fallback - both are declared - fallback should fail cause not payable, sending data and wei':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - both are declared - fallback should fail cause not payable, sending data and wei #group1':function(browser: NightwatchBrowser){
// don't need to redeploy it, same contract
browser.perform((done)=>{
browser.getAddressAtPosition(0,(address)=>{
@ -86,15 +87,15 @@ module.exports = {
})
})
},
'Use special functions receive/fallback - only receive is declared, sending wei':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only receive is declared, sending wei #group2':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only receive is declared, failing, fallback is not declared, sending data':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only receive is declared, failing, fallback is not declared, sending data #group2':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only fallback is diclared and is payable, sending data and wei':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only fallback is diclared and is payable, sending data and wei #group3':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only fallback is declared, fallback should fail cause not payable, sending wei':function(browser: NightwatchBrowser){
'Use special functions receive/fallback - only fallback is declared, fallback should fail cause not payable, sending wei #group4':function(browser: NightwatchBrowser){