mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-09 07:12:14 -04:00
make the relayer great again
This commit is contained in:
parent
a8331eea08
commit
ee2772328c
7 changed files with 938 additions and 514 deletions
|
@ -45,7 +45,7 @@ function getRandomReceiver() {
|
|||
return receiver
|
||||
}
|
||||
|
||||
contract('GSN support', accounts => {
|
||||
contract.skip('GSN support', accounts => {
|
||||
let mixer
|
||||
let gsnMixer
|
||||
let relayHubAddress
|
||||
|
@ -93,7 +93,7 @@ contract('GSN support', accounts => {
|
|||
})
|
||||
|
||||
describe('#withdrawViaRelayer', () => {
|
||||
it.only('should work', async () => {
|
||||
it('should work', async () => {
|
||||
const gasPrice = toBN('20000000000')
|
||||
const relayerTxFee = 10 // 20%
|
||||
const deposit = generateDeposit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue