Skip to content

Releases: leapdao/leap-node

v5.1.3

25 Jun 12:17
v5.1.3
d3d465e
Compare
Choose a tag to compare

Fixed

  • eth gas station integration failure: gas price is not decimal #271

v5.1.2

25 Jun 12:15
v5.1.2
c2a391c
Compare
Choose a tag to compare

Changed

  • Refactor: moved protobuf to deps #270

v4.1.4 — 🔥🛠Hotfix for mainnet 4.1.2

17 May 11:11
v4.1.4
eb69cda
Compare
Choose a tag to compare

Fixed

  • incorrect conversion of gas price from Eth Gas Station leading to failed period submissions #271
  • (from master) node tries to read events from block 0 and exceeds BATCH_SIZE #248

v5.1.1 (The One with Distributed Breeding)

25 Jun 12:14
v5.1.1
9104aaa
Compare
Choose a tag to compare

Added

  • enable distributed breeding (ERC1948) #263
  • JSON RPC: add getUnsignedTransferTx #230

Changed

  • JSON RPC: allow color to be string in getUnspent #262
  • Refactoring: integrate abci-js and tendermint-node into leap-node #268

BREAKING CHANGES:

  • removed tx encoding in abci #231

v4.4.1 (The One with Tx Bursting Rolled Back)

20 Apr 16:16
v4.4.1
021e561
Compare
Choose a tag to compare

Changed

  • rolled back tx bursting implementation of sendTx. #253

v4.4.0 (The One with Stored Tendermint State)

19 Apr 16:46
v4.4.0
a6d42e4
Compare
Choose a tag to compare

Added

  • implement abci.info handshake allowing to restore state at startup after last submitted period
  • Introduce eth_sendRawTransactionBatch, for tx batch requests
  • add default consensus params, doesn't change current behaviour

Changed

  • Transaction broadcasting is now async, in bursts, each ~1000ms.

Removed

  • TxServer from lotion

Fixed

  • fromBlock comes as string for the very first fetchEvents round screwing the batch size #243 , #248

Fixes for Tendermint 0.31 with Leap flavour 🍹

18 Apr 15:06
v4.2.1
7a710cb
Compare
Choose a tag to compare

Fixed

  • set_readonly RPC feature leapdao/tendermint#3
  • validator fails to resubmit the very first period #223
  • remove side-effects from getColors JSON RPC #205

Changed

  • using Infura v3 provider URLs

Leap node on Tendermint 0.31 with Leap flavour 🍹

28 Mar 12:05
v4.2.0
abc5537
Compare
Choose a tag to compare

4.1.0

11 Mar 14:13
v4.1.0
bfe74e7
Compare
Choose a tag to compare

Features:

  • added /set_readonly tendermint RPC leapdao/tendermint#1
  • changed /status RPC to return is_readonly leapdao/tendermint#1
  • added --unsafeRpc flag #194
  • added --readonly flag #194
  • added --tendermintAddr option #197
  • do not use txServer for sendTx #190
  • make checkExit to handle exiting non-existing utxo #191
  • Docker config #141