Lucas Vogelsang
Lucas Vogelsang
I've managed to get a configuration where r.js finishes successfully if I run it in node: MBLAV ➜ jam-login (master*) node r.js -o /Users/lucasvo/Code/jam/jam-login/web-app/js/requireConfig.js out=/Users/lucasvo/Code/jam/jam-login/web-app/js/build.js baseUrl=web-app/js/ name=main mainConfigFile=/Users/lucasvo/Code/jam/jam-login/web-app/js/main.js optimize=uglify2 generateSourceMaps=true...
I've noticed a very weird bug that has now happened at least three times on my signer: The app doesn't focus when I click on scanner. Even when repeatedly locking...
I used to create my own chain metadata to load to my signer but am now using a different metadata portal to load it onto signer. Why is there no...
We should add an extra method to the operator contract that will disburse and cancel any pending order in one transaction. It can be done as follows: ```solidity, function disburseAndCancel(uint...
This ticket is to implement four testcases with our [`testworld` p2p simulation frame work](https://github.com/centrifuge/go-centrifuge/tree/develop/testworld). Refer `testworld/README.md` for env setup and a small guide on how to run. `testworld/park_test.go` is a...
This ticket is to implement two testcases with our [`testworld` p2p simulation frame work](https://github.com/centrifuge/go-centrifuge/tree/develop/testworld). Refer `testworld/README.md` for env setup and a small guide on how to run. `testworld/park_test.go` is a...
We should give a user friendly error in the API call when a transaction fails because it's out of gas. This ticket is to implement a testcase with our [`testworld`...
Given the following scenario: ``` Doc1: Node A: v0 | v1 | v2 | v3 Node B: v0 | | | ? ``` When `B` requests the latest versions (only...