Skip to content

Commit

Permalink
chore(build): changelog for 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Aug 14, 2018
1 parent 73bbb53 commit 99c31d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ id: changelog-latest
title: Changelog (v3)
---

3.10.0
======

- API

- `getTokenBalances` to retrieve multiple token balances for a single address within a single HTTP call.
- `setupVote` is a new method that allows you to setup your voting status for your neo.

```js
const config = {
net: 'TestNet',
account: new wallet.Account(privateKey),
candidateKeys: [key1, key2] // Keys retrieved from a getValidators call.
}
Neon.api.setupVote(config)
```

- RPC

- `getvalidators` call added. This call returns the list of possible candidates as well as their current vote tally.

- Wallet

- `verifySignature` as the counterpart to `generateSignature`. This makes it possible to verify signatures of pure hexstrings.
- State Transaction support is added.

- Website

- Redirect static package to use unpkg. This will serve the latest browser.js that is published.

3.9.2
=====

Expand Down

0 comments on commit 99c31d8

Please sign in to comment.