Closed dckc closed 6 years ago
I see 10f5904 uses phloLimit: { value: 10000000 }
and such. That's no longer in 0.7.1, which includes https://github.com/rchain/rchain/commit/bc0c4521069f6c521cb21345cfe01970e2c7a3de
I can't, for the life of me, get the protos from 0.7.1 1977b93 to work.
But npm run prepack
runs all of our checks / tests now: https://gist.github.com/dckc/f3d7f4850085006b7e3c4ae9eeac3470
When we updated the protos for chan and quote (#6) , we didn't update
fromJSData()
and such.It took me a while, but
toByteArray()
computed locally agrees with having the node do it.This builds on your PR, @crypto-coder . I'm not sure I got your latest commits; I'll look at that now...
fixes #6 fixes #14