Skip to content

Commit

Permalink
changelog: Add Change Log fragments for issues/pull requests since 19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Dec 20, 2019
1 parent be40c01 commit b13a83a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changelog/2377.removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Remove staking-related roothash messages.

There is no longer a plan to support direct manipulation of the staking accounts
from the runtimes in order to isolate the runtimes from corrupting the
consensus layer.

To reduce complexity, the staking-related roothash messages were removed. The
general roothash message mechanism stayed as-is since it may be useful in the
future, but any commits with non-empty messages are rejected for now.
2 changes: 2 additions & 0 deletions .changelog/2435.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add `oasis-node unsafe-reset` sub-command which resets the node back to a
freshly provisioned state, preserving any key material if it exists.
8 changes: 8 additions & 0 deletions .changelog/2482.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Add consensus block and transaction metadata accessors.

In order to enable people to build "network explorers", we exposed some
additional methods via the consensus API endpoint, specifically:

- Consensus block metadata.
- Access to raw consensus transactions within a block.
- Stream of consensus blocks as they are finalized.
4 changes: 4 additions & 0 deletions .changelog/2492.removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remove `oasis-node debug dummy` sub-commands.

These are only useful for testing, and our test harness has a internal Go API
that removes the need to have this functionality exposed as a sub-command.

0 comments on commit b13a83a

Please sign in to comment.