Skip to content

Latest commit

 

History

History
106 lines (83 loc) · 8.25 KB

CHANGELOG.md

File metadata and controls

106 lines (83 loc) · 8.25 KB

Change Log

v0.2.3 (2019-06-23)

Full Changelog

Merged pull requests:

  • Move JCLI's genesis into jormungandr-lib #560
  • Proposal to replace ENTRYPOINT with CMD in Dockerfile #559

v0.2.2 (2019-06-21)

Full Changelog

Closed issues:

  • jcli 0.2.1 [jcli key generate --type] #501
  • REST account API: The delegation field format should be improved #491
  • gelf logging support for slog #447

Merged pull requests:

  • mark gelf as optional feature #557
  • Fix incorrect PATH setting #555
  • Update introduction.md #552
  • Update delegating_stake.md #550
  • add more documentation #547
  • UTxO Info as a common interface between jcli, jormungandr and the tests #543
  • move to chain-deps #542
  • ignore unstable test #539
  • remove non needed reference #538
  • fix the path to the default genesis block in the documentation #537
  • add hex-crate to replace cardano::util::hex #534
  • account state for both jormungandr, jcli and tests #532
  • Revert "New corner cases for transaction module" #531
  • Add script for create account and delegating with it #529
  • provide more details on the error if available #528
  • Move genesis.yaml initial state to single list #527
  • Fix for soak test after #522 #526
  • Documentation update #524
  • Unify jormungandr API Types to allow better reusability #522
  • Update introduction.md #521
  • bootstrap: fix printed example command #519
  • Changing function declaration to POSIX-syntax #518
  • Increase logger async buffer from 128 to 1024 entries #509
  • removing dup getopts d #504
  • jcli: fix key type in help message ed25510bip32 -> ed25519bip32 #502
  • adding a few more flags/options to the bootstrap script #498
  • Support GELF logging output. #497
  • Remove todo in quickstart section about P2P #486
  • Test stability fix for transaction test cases #483

v0.2.1 (2019-06-15)

Full Changelog

Fixed bugs:

  • output and format of logger defined in config yaml is ignored #494
  • jcli transaction id not changing when adding certificate #475

Merged pull requests:

  • JCLI fixes and Ed25519 sk unification #500
  • Stop ignoring config.yaml logger settings #495
  • Extend faucet script #492
  • Poll the gRPC client for readiness #489
  • replace invalid TransactionId #488
  • Fix README typo: public_access->public_address #482
  • add option to disable colours, fix find for deleting tmp files #480
  • Stake key certificate does not exist anymore #461

v0.2.0 (2019-06-13)

Full Changelog

Fixed bugs:

  • Error when verifying transaction with fee #449
  • Can't read secret key for creating witness with jcli #448

Closed issues:

  • jcli: remove 'allow_account_creation' from the config generated with 'jcli genesis init > genesis.yaml' #471
  • Invalid Node secret file: bft.signing_key: Invalid prefix: expected ed25519e_sk but was ed25519_sk at line 6 column 16 #460
  • remove the shell ansi colours from scripts/stakepool-single-node-test #441

Merged pull requests:

  • jcli: 'remove allow_account_creation' from 'jcli genesis init' #477
  • Mention add-certificate in stake delegation #476
  • Last minute updates #474
  • Update to API changes in network-grpc #468
  • enable fixing the builds under nix, by making the jormungandr path configurable #464
  • Bft secretkey cleanup #462
  • Add a full transaction creation and sending example to the docs #459
  • Fix error when the current epoch is nearly finished and no block have been created #458
  • update cardano-deps and fix issue with fee check #455
  • Trim strings read with JCLI read_line #454
  • Adding a utility that'll convert a between different addresses #453
  • Added scripts for bft node and send transaction #445
  • Update network-grpc, ported to tower-hyper #444
  • new test case for genesis utxo stake pool #443
  • improve jcli account-id parsing #442
  • remove stake key and related certificate, fix network compilation #440

* This Change Log was automatically generated by github_changelog_generator