Releases: eoscanada/eosc
v1.4.0
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
v1.3.1
Changelog
2cc154c Added eos-bios
's boot sequences.
6e8e306 Fixed multisig list to show even when no approval given yet
83a5ca0 Ported eos-bios
to eosc boot
!
8bff850 Sort authorities.. otherwise you get a very unpleasant and clueless "Invalid authority:" with something that looks like a perfectly valid authority.
ea06e9a Updated long form doc for boot
.
786f76a fix SetProds in bios to accept string keys or 'ephemeral'
v1.3.0
Changelog
dda8a85 Added Long descriptions for all commands
8f85020 Added long description to eosc tx push command
a1ed6d3 Added possibility to use a plain string for eosc tx push
6b48284 Bumped to latest eos-go
d042446 Bumped to latest eos-go version to fix to-savings bug
bab7f51 Fixed --json ...
flag not working on eosc forum vote
fad9eee Go tidy on go modules
27162d9 Initial commit on supporting rex commands in eosc
8e73e03 Jumped to latest library tag
4248c98 Merge pull request #130 from eoscanada/fix/forum-vote-json
8f2dc93 Merge pull request #131 from eoscanada/feature/push-trx-as-string
2cbad66 Merge pull request #133 from eoscanada/fix-auth-validation
83d2353 Merge pull request #134 from eoscanada/feature/rex
71a2ad5 The tools names
command now accepts multiple arguments
4ba8512 Updated to latest eos-go version
7d7f71e fix(authority): add validations to updateauth et newaccount commands
1e71d8e format errors
v1.2.5
v1.2.4
Release notes
Minor changes and bug fixes
- Fixed bug with offline transaction signing
Changelog
76a5083 Added missing jungle auto-links
b27a51d Also show command to exec
d64abd8 Automatic env var mapping with github.com/abourget/viperbind .. take out all that cruft and error-prone crap.
bab7b6f Ensures debug flag is set on the API for any calls
49ca859 Fix the invalid signatures when done in chunks.
cbdf0f9 Implement tools producerjson
.. to publish the producer JSON without hack command line tricks.
ee5b060 Improve output of msigList
and msigStatus
.
c34c6f9 Merge pull request #122 from eoscanada/feature/tx-sign-expiration
561a722 Removed temp go.mod hack
1d5c74c Removed temp go.mod hack
c333f32 Sanitize the API URL received in input
1620153 Updated eos-go to latest
v1.2.3
v1.2.2
Changelog
505cf2d Added base go.mod deps.
d64117b Fix memory info formatting: RAMQuota and RAMUsage are of eos-go.Int64 type
72b6a5b Fix transaction ID obtaining: ID method returns multiple values
6947ee2 Implement 'get currency-stats' CLI command
25894ff Improve output of 'get currency-stats'
f0cb094 Loop and loop for more
producers when doing --request-producers
.
91dd79c MIGRATED TO Go Modules. Move eosc
out of your GOPATH and use Go 1.11+ for simplified development.
c1d80c4 Prevent adding delegatebw
upon newaccount
, if there's nothing staked. Make --transfer
invalid if nothing is staked (since its a delegatebw option).
f6c093d Revert "optionallyPrepareWallet"
6098117 Same when listing producers for votes.
d1fc375 Set the expiration after we have unlocked the vault, in case you went searching for your passphrase during those default 30 seconds
5cc3c14 Updated eos-go vendoring (needed for 'get currency-stats')
a958407 optionallyPrepareWallet
v1.2.1
v1.2.0
Release notes
New features
- Added auto-discovery of multisig signatories by passing
--with-subaccounts
flag toeosc multisig propose
- ex.
eosc multisig propose testtesttest myprop myprop.json --request=friendsgroup --with-subaccounts
will expand to request permission from all accounts listed for the active permission offriendsgroup
- ex.
- Added auto-discovery of multisig signatories to easily request quorum from 15/21 active BPs using the
--request-producers
flag - Added RPC verbose debug global flag
--debug
which will display detailed response and errors from the blockchain.
Major changes
- Environment variables related to
multisig
command have been renamed frommsig
tomultisig
to align with the command naming scheme. - Improved RPC error display.
Minor changes and bug fixes
multisig propose
changed from--request-permissions
to--request
to accommodate new semantics for the new feature.
Changelog
dfa80d7 Added --request-producers to multisig propose... does recursive digging in permissions to simplify tasks for block producers.
d7efa56 Added --with-subaccounts for msig propose
.. will recurse multisig accts.
08948ee Added http verbose debug
0a58d97 Changed --requested-permission to --request . --include-owner-permissions -> --with-owner
ed1856d Display error messages more properly.
b62aba2 Rename env vars chunks for msig
to multisig
.
a28bedd Updated eos-go vendoring