Release Notes
- Default API URL is now http://localhost:8888. You will need to use --api-url flag or environment variable GLOBAL_HTTP_API_URL
- Minor fixes for boot sequence
Changelog
9b7160b Added hex_rev_u32 to tools names
.
983e045 Added token.transfer in BIOS
c76c82e Fix sorting of accounts when doing updateauth
, which would lead to cryptic error messages, and hard to debug transactions.
1a909be Fixed bad handling of core symbol
7d54da4 Merge pull request #141 from eoscanada/feature/infer-core-symbol
8b4f7ae Merge pull request #151 from eoscanada/feature/remove-eoscanada-endpoint
c41984f Removed vault create comment shorthand "c" as it's now used for core symbol
3123cad Support overriding with ephemeral key when unspecified.
cb49086 Updated eos-go to support WA
76d29d2 Updated to latest master version of eos-go
f1c6722 Use first key in the vault when doing eosc boot
7430836 add useful error when API URL not set
d21fbf6 boot sequence: fix SetProds Action public key extraction from string
12a94db fix goreleaser for latest version
7a3e18b fix typo in README
feca3c3 set default API URL to localhost:8888, add HTTP HEADER support in env var, adapt README