Skip to content

Releases: iotaledger/goshimmer

GoShimmer-0.5.4

29 Mar 18:13
301dadd
Compare
Choose a tag to compare

v0.5.4 - 2021-03-29

  • Add new diagnostic APIs
  • Add new docs sections
  • Add branch inclusion state check before issuing new transactions
  • Refactor the Faucet plugin
  • Optimize transaction's past cone check
  • Make issued messages pass through the parser filters
  • Fix Faucet time usage
  • Fix markers issue
  • Fix max inputs count check
  • Fix nil pointer in diagnostic API
  • Update to latest hive.go
  • Enhance golangci-lint
  • Breaking: bumps network and database versions

GoShimmer-0.5.3

25 Mar 13:49
fdca08e
Compare
Choose a tag to compare

v0.5.3 - 2021-03-25

  • Added new API endpoints
  • Added models navigation through the Dashboard Explorer
  • Added new diagnostic APIs
  • Added new docs sections
  • Fix dashboard mana event feed
  • Fix markers issue
  • Fix UnlockBlocks check
  • Fix loading of config parameters
  • Fix bug in the Get method of ColoredBalances
  • Enhance golangci-lint
  • Breaking: bumps network and database versions

GoShimmer-0.5.2

17 Mar 11:45
2c5538c
Compare
Choose a tag to compare

v0.5.2 - 2021-03-17

  • Fix markers past cone check
  • Add more information to explorer and message API
  • Restrict Genesis attachment
  • Fix parsing of GenesisNode public key
  • Display mana histogram in log scale on dashboards
  • Breaking: bumps network and database versions

GoShimmer-0.5.1

15 Mar 12:02
16ce42d
Compare
Choose a tag to compare

v0.5.1 - 2021-03-15

  • Implement FCoB*
  • Fix markers persistence bug
  • Fix Docker shutdown too early
  • Make FCoB fire the MessageOpinionFormed event only if the event for its parents was also fired
  • Update JS dependencies
  • Refactor parameters in MessageLayer
  • Upgrade go to 1.16.2
  • Upgrade to latest hive.go
  • Breaking: bumps network and database versions

GoShimmer-0.5.0

11 Mar 12:37
0d0cf4f
Compare
Choose a tag to compare

v0.5.0 - 2021-03-11

  • Add Mana (currently not used by any of the modules)
  • Add Mana APIs
  • Add Mana section to the local dashboard
  • Add Mana section to the Pollen Analyzer dashboard
  • Add Mana section to the Grafana dashboard
  • Refactor the Consensus Manager to be independent from the concrete consensus mechanism implemented
  • Improve Tangle visualizer
  • Improve documentation
  • Breaking: bumps network and database versions

GoShimmer-0.4.1

02 Mar 14:12
03d9f6e
Compare
Choose a tag to compare

v0.4.1 - 2021-03-02

  • Add orphanage analysis tool
  • Add documentation web-api
  • Simplify past-cone checks
  • Improve message findByID API
  • Improve value transactionByID API
  • Fix saving markers in message metadata
  • Fix issue with ReferenceUnlockBlocks
  • Fix Faucet address blacklist
  • Fix some visualizer glitches
  • Breaking: bumps network and database versions

GoShimmer-0.4.0

26 Feb 12:32
8c05675
Compare
Choose a tag to compare

v0.4.0 - 2021-02-26

  • Remove the Value Tangle
  • Add approval switch
  • Add Markers integration
  • Add new message booker
  • Add new ledger state
  • Add new opinion former
  • Add new Tip manager
  • Add new flow unit tests
  • Add remote spammer tool
  • Add sendTransaction timestamp validity check
  • Add clock Since method
  • Add docs actions
  • Add Tangle width debug tool option
  • Update client-lib
  • Update wallet
  • Update web-API
  • Update Grafana dashboard to show MPS for entire data-flow
  • Update to latest hive.go
  • Refactor integration tests
  • Refactor transaction validity check
  • Refactor cli-wallet
  • Refactor sendTransactionByJson API
  • Refactor inclusion state
  • Refactor TransactionConfirmed event
  • Refactor transaction visualization in the local dashboard
  • Refactor scheduler
  • Refactor snapshot script
  • Fix clock time usage
  • Fix wrong handler in the MessageInvalidEvent
  • Decrease cache time
  • Breaking: bumps network and database versions

GoShimmer-0.3.6

12 Feb 16:04
d086365
Compare
Choose a tag to compare

v0.3.6 - 2021-02-12

  • Finalize Payload layout
  • Update dRNG with finalized payload layout
  • Add simple scheduler
  • Add message approval analysis API
  • Add core logic for timestamp voting (still disabled)
  • Refactor message parser
  • Refactor solidifier
  • Refactor Tangle events
  • Update entry node URL
  • Update gossip to not gossip requested messages
  • Introduce invalid message flag
  • Merge the new data flow
  • Fix visualizer bug
  • Update hive.go
  • Update JS dependencies
  • Breaking: bumps network and database versions

GoShimmer-0.3.5

13 Jan 12:04
a4518a0
Compare
Choose a tag to compare

v0.3.5 - 2021-01-13

  • Fix consensus statement bug
  • Fix deadlock in RandomMap
  • Fix several shutdown related issues
  • Load old messages in visualizer
  • Fix wrong Tips count in visualizer
  • Fix dashboard typos
  • Improve integration tests
  • Improve network delay analysis
  • Update hive.go
  • Update JS dependencies
  • Breaking: bumps network and database versions

GoShimmer-0.3.4

11 Dec 13:56
65349e3
Compare
Choose a tag to compare

v0.3.4 - 2020-12-11

  • Revert Pebble to BadgerDB.
  • Breaking: bumps network and database versions