Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: koshmanakov/akash

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: Update 'kube' example for akash network (akash-network#612)

* feature: Update 'kube' example for akash network

* Makefile to execute akash* built binaries with consistency.
`akashctl provider` command re-enabled.
* Debugging and testing code around read provider config file.
* Functional `...tx send...<from> <to> <value>` command added as
`send-to-main`. Additional `query-txn`
* README added. Functional querying of market information.
* Makefile to execute akash* built binaries with consistency.
`akashctl provider` command re-enabled.
* Removing more differences betweene lite and kube _run scripts
* Identified Provider creation missing validation
* Fixed: Empty kv pairs could be applied to Provider Create and Update Messages.
This results in a Tendermint error, which is a big red herring to the
actual problem. Discovered via YAML configuration being parsed as empty.
* Unit tests added to verify the `provider` module's Msg validation
code.
* `make run-provider` command added.
* Documenting running Provider and Bidding
* Allow Provider spec w/o attributes
  * @boz requested this change because requiring Providers to have
attributes is not part of the spec. It will enable errors to be returned
from the Tendermint layer because that does require attributes for some
reason.
* Refactored provider messages and tests to use sdk.Attribute{}
* Lint fixes to use errors.Is()

references #455

Signed-off-by: Joshua Roppo <[email protected]>

* refactor: provider test closures

golangci lint'er does not appreciate the nested anonymous function calls
using an anonymous `test` struct. This refactor creates functions to
produce the func(t *testing.T) interface so that functionality of the
tests can still be nested for clean output, but results in more complex
code. However I do appreciate the encapsulation of the test
functionality with the types.

Signed-off-by: Joshua Roppo <[email protected]>

Co-authored-by: Joshua Roppo <[email protected]>

v0.6.5

Toggle v0.6.5's commit message
eridani release

v0.6.4

Toggle v0.6.4's commit message
sirius initial release

v0.6.3

Toggle v0.6.3's commit message
feat: prevent duplicate bids

fixes #534

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build version (akash-network#510)

* Fix build version

Co-authored-by: Greg Osuri <[email protected]>

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DCS-6: configure gorelease and travis (akash-network#506)

travis: remove matrix
fix test: add _run/kube/deployment.yml
gorel: update brew binaries

Signed-off-by: Greg Osuri <[email protected]>

stable

Toggle stable's commit message
pre-sdk

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: add .deb and .rpm support (akash-network#434)

v0.5.5-rc3

Toggle v0.5.5-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
query provider status concurrently with a 2 sec timeout (akash-networ…

…k#432)

Signed-off-by: Greg Osuri <[email protected]>