Closed Jeiwan closed 5 years ago
This is great. The only problem I see is that since you vendored those dependencies, we'll need to review all the diffs :) eosc
being a sensitive project (with a wallet and all).
I want to merge it, but I might want to swap to go.mod
.. so I don't need to review third-party deps' code.
What do you think?
Ok, migrated to go.mod
, merged your stuff and removed all vendor
stuff.
I also just pushed a release of v1.2.2 with this branch in.
thanks for your contribution!
Thanks!
Those new dependencies were brought by eos-go
, I just ran govendor fetch github.com/eoscanada/eos-go
to get latest changes. Luckily, Go modules make deps managing easier.
Resolves #111
I also made a few fixes along the way:
eos-go.PackedTransaction
'sID
method was changed to return two values, whileeosc
kept expecting one value. This caused such error:eos-go.AccountResp
'sRAMQuota
andRAMUsage
were changed toeos-go.Int64
, which caused this error: