Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ofo42 committed Dec 16, 2019
1 parent e9682a7 commit 368c29a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6
- Updated mainnet snapshot and updated the public key as noted in helix-dao-data
- Disable remote API calls: `attachToTangle`, `interruptAttachingToTangle`, `getNeighbors`, `addNeighbors`

## 1.0.5
- Fixed `getBalance`: `RoundViewModel.get()` returns null on `index`=0, thus NPE was thrown when `references` were not passed and the first round hadn't been completed. In our implementation the snapshot is already constructed based on relative confirmations, thus it suffices for `getBalances` to respond with balance according to `latestSnapshot`.
- Updated `previousEpochsSpentAddresses` resource files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Pendulum is a quorum based [Tangle](https://github.com/iotaledger/iri/) implementation designed towards reliable timekeeping and high-throughput messaging.

- **Latest release:** 1.0.5 pre-release
- **Latest release:** 1.0.6 release
- **License:** GPLv3

Special thanks to all of the [IOTA Contributors](https://github.com/iotaledger/iri/graphs/contributors)!
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>pendulum</artifactId>


<version>1.0.5</version>
<version>1.0.6</version>


<name>Pendulum</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/helix/pendulum/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Main {
public static final String MAINNET_NAME = "Pendulum";
public static final String TESTNET_NAME = "Pendulum Testnet";

public static final String VERSION = "1.0.5";
public static final String VERSION = "1.0.6";


/**
Expand Down

0 comments on commit 368c29a

Please sign in to comment.