Abhay Kumar Singh

Results 5 issues of Abhay Kumar Singh

**Problem** For compilation of contracts, publisher global truffle version is used. This is a problem since truffle global version can be different everytime mosaic contracts npm is published. ``` "compile":...

**Context** In Proof generation tool, generator.js is written as series of truffle tests i.e. `it's`. However it doesn't test anything(no asserts). Reason is contract deployment uses truffle artifacts and truffle...

**Context** Both MPP generator tool and Integration tests does stake & mint and redeem & unstake flow. In MPP generator tool Gateway and CoGateway interaction methods has been refactored to...

**Problem** For compilation of contracts, publisher global truffle version is used. This is a problem since truffle global version can be different everytime mosaic contracts npm is published. ``` "compile":...

The GatewayComposer contract should have a stake function which completes the GC.acceptStakeRequest function if the StakeRequest has been accepted directly on the BT contract. This edge-case is already addressable by...

opened:feature 🧸