Skip to content

jpmonettas/ganache-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug

Running ganache-cli(6.1.8) with -b 5 and submitting 4 transactions in a row should result in the 4 transactions being mined in the same block. Instead I'm seeing each transaction being mined in a separate block.

Steps to reproduce

  • Clone this repo
  • npm i
  • npx ganache-cli -d -m ganachetest -p 8545 -b 5
  • npx truffle migrate --network ganache
  • node index.js

About

For reporting a ganache bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published