Skip to content

Releases: make-os/kit

v0.0.32

15 Oct 22:19

Choose a tag to compare

Changelog

0711ca4 Change seed nodes domain
5086b29 Cors: Allow all headers
77d0b35 Removed rpc.https flag
a1c8e2a Updated vulnerable packages

v0.0.31

15 Oct 16:25

Choose a tag to compare

Changelog

11e1a1d Re-ordered config initialization flow

v0.0.30

15 Oct 14:55

Choose a tag to compare

Changelog

048bb67 Accept map instead of string
8158e88 Accepted a commit hash
1c0422b Added API to get commit by hash
5cdaed5 Added a bare mainnet chain
0f35665 Added missing interfaces mocks
41f360f Added new API for getting parent -> child commit diff
0cf0197 Added new method to get commit count of a reference
9aac8bb Added repo module method to get file as string
ad48302 Allow description to be provided in command
b6f243c Allow more methods
3681030 Allow revision to be set when getting path info
01d12b2 Check for nil
4b13b7f Correctly decode TxDescription when embedded
92baac6 Description now required during repo creation.
aebb21e Exit early when chain config is missing
0b38a9e Fixed cascading effect of using struct over map for repo config
c854289 Fixed typo in docs
d39341b Fixed typos
4563ea5 GetPathUpdateTime renamed to GetPathUpdateInfo with new feature
b9df735 Improve error message generation
c957ba7 Improvements to graceful shutdown sequence
50a8345 Process cor preflight request
33d11c0 Removed stats from result
8991f5f Rename to commit
273cf24 RepoConfigGovernance field now uses only string and custom int types
7c0135c RepoConfigGovernance fields now use pointer types
ae0a362 RepoConfigGovernance implemented json.Marshaller
24d1218 Return empty slice if reference was not found
b2f1b0a Return full branch reference name
b0ae92e Returned empty list when no branch was found
b5441ab Serialize map equivalent instead of struct
e8f8567 Set default value to empty string
3c819ec Skip commit used in query
d2bd540 Some doc formatting
3e3ca5a Stop waiting for PushTx when interrupted
aa1f60f Support querying for repos created by an address
c3d06b6 Temporarily make repo_tracked non-private
03512bc Updated godoc
2d57abe Updated repo url to GitHub
5f51dd1 Used JSON decoded map
3fd56b9 Used git command for diff generation
9597654 fixed doc
b937baa moved Node and DHT seed peers to chain info
dee34d6 remove unnecessary word

v0.0.29

14 Sep 11:21
a721c3e

Choose a tag to compare

Changelog

e71c91c Fixed test for TxCommon
a721c3e Merge pull request #4 from make-os/fix/tx-index-query
bd37ec2 Removed miner related functionality
b042f77 Return 0 when no block info exist instead of panicking
b5d350e Support waiting for push transaction by default
7da2fa4 Updated Hugo dependency

v0.0.28

10 Apr 09:18

Choose a tag to compare

Changelog

b63c921 Added RepoModule method to get the latest commit of a branch
8a92194 Added Select option to RepoModule.Get option
bd42c84 Added ability to fetch file lines using the RepoModule
8f4fed8 Added ability to get repository branches using the RepoModule
4b35742 Added debug log
e1c8003 Added method to fetch a repo's branch commits
ffcc381 Added method to get ancestors of a commit
d247eb2 Added method to get ancestors of a commit
da94340 Added missing json tags
697687b Added new module method ListPath
8db7348 Added test for checking invalid selector notation
87e00d9 Added the ability to list files in a given repository path
220b3a5 Allow node.ignoreSeeds to be set from env. var.
74585dd Allow net version without pre-defined config during init
dc0196c Clear embedded chain and dht seed in dev mode
40a9322 Format documentation
83f2db9 Hash namespace name before querying keeper
0a8d5a9 Increased dev account coin supply
294f998 Merge branch 'fixes/ignore_seed_env'
c5d89fc Merge pull request #3 from make-os/fixes/fix-bad-license
fddd629 Merge remote-tracking branch 'origin/master'
281597e Merge remote-tracking branch 'origin/master'
b3a8872 New repository query module methods now available via RPC
dff534b Remove repetitive GitBinPath initialization in test
1a8e781 Renamed for better understanding of use
cdfb823 Repo module now allows query of repo by namespace URI
938b1ed Test only for host ticket
9963bdf Upgraded go-git to v5

v0.0.27

06 Jan 14:04

Choose a tag to compare

Changelog

e25fded Disabled the ability to purchase validator tickets
46ad978 Increased dev account coin supply
d4ca2a1 The --remote.address flag now takes precedence over repo in working dir

v0.0.26

06 Jan 13:13

Choose a tag to compare

Changelog

9b0c977 No need to reset data directory if already set
245149c Removed timestamp future check for push note
89036ff RepoConfig file now uses JSON encoding
80fe6c6 Used flow tag to fix multiline issues

v0.0.25

06 Jan 10:28

Choose a tag to compare

Changelog

6868284 Set block interval to 10 minutes
cfa8c8c Updated post-init success message

v0.0.24

20 Dec 17:06

Choose a tag to compare

Changelog

676074d Remove mv command
f0fb8f9 Running in dev mode no longer affects data directory location
83fdf84 Used the correct executable name

v0.0.23

20 Dec 14:46

Choose a tag to compare

Changelog

18728ba Drop support for amino encoding in node key generation