ukstv on master
Publish - @machinomy/wraptso@… Remove dependency on chalk in w… Publish - @machinomy/wraptso@… (compare)
ukstv on wraptso@0.1.4
ukstv on wraptso@0.1.3
ukstv on master
Publish - @machinomy/wraptso@… Publish - @machinomy/wraptso@… Do not require console.table and 1 more (compare)
ukstv on wraptso@0.1.2
Publish - @machinomy/wraptso@… Publish - @machinomy/wraptso@… (compare)
ARyaskov on master
Up wraptso version. (compare)
ARyaskov on master
Fix wraptso for modern environm… (compare)
ukstv on master
Remove isGreaterThanPrevious va… Publish - @machinomy/cli@0.0.… (compare)
ARyaskov on master
Fix TravisCI. (compare)
ukstv on master
Publish - @machinomy/cli@0.0.… (compare)
ARyaskov on master
Introduce updateSettlingUntil m… Fix lint error. Fix SQL quotes. and 4 more (compare)
ARyaskov on updateSettlingUntil-in-DAO
Inflate channel's settlingUntil… Publish - @machinomy/cli@0.0.… Merge branch 'master' into tech… (compare)
ukstv on master
Publish - @machinomy/cli@0.0.… (compare)
ukstv on master
Inflate channel's settlingUntil… (compare)
ukstv on inflate-settling-until
Inflate channel's settlingUntil… (compare)
ARyaskov on updateSettlingUntil-in-DAO
Refactor BigNumber operation. (compare)
0x8ad5c3cd38676d630b060a09baa40b0a3cb0b4b5
always be the contract address when using ERC20 tokens, or does that depend on the specific token you're using or the sender and receiver address? (I'm looking at https://github.com/machinomy/machinomy/blob/master/examples/machinomyERC20.ts)
truffle:migrate
from the command line)? Something like what the ERC20 example does here: https://github.com/machinomy/machinomy/blob/master/examples/machinomyERC20.ts#L36-L37?
contractAddress
in this line: https://github.com/machinomy/machinomy/blob/master/index.ts#L27 is the ERC20 token contract, correct? (I mistakenly thought it was the Machinomy contract to use before) And if it's undefined
that means it's using Ether?
buy()
seems to always call it: https://github.com/machinomy/machinomy/blob/d489213a60016a34f659ac98924b6173ff400660/index.ts#L136
yarn link && yarn build
yarn link v1.3.2
warning There's already a module called "machinomy" registered.
Done in 0.12s.
yarn run v1.3.2
$ tsc -p tsconfig.json
node_modules/tsutils/typeguard/node.d.ts(75,73): error TS2694: Namespace 'ts' has no exported member 'JsxClosingFragment'.
node_modules/tsutils/typeguard/node.d.ts(78,67): error TS2694: Namespace 'ts' has no exported member 'JsxFragment'.
node_modules/tsutils/typeguard/node.d.ts(79,66): error TS2694: Namespace 'ts' has no exported member 'JsxFragment'.
node_modules/tsutils/typeguard/node.d.ts(81,73): error TS2694: Namespace 'ts' has no exported member 'JsxOpeningFragment'.
node_modules/tsutils/util/util.d.ts(80,65): error TS2694: Namespace 'ts' has no exported member 'HasJSDoc'.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.