326 Commits

Author SHA1 Message Date
admin@arionum.com
751ca8dd19 Merge branch 'assets' of https://github.com/arionum/node into assets 2019-05-03 01:51:05 +03:00
admin@arionum.com
c5142655a7 assets api 2019-05-03 01:50:06 +03:00
arionum
cab1ed3ea8 Merge pull request #46 from pxgamer/bugfix/transaction-limit-typo
Fix reference to transaction limit in the API
2019-05-03 01:44:01 +03:00
arionum
99e5c412de bid ask logic bug 2019-04-17 04:42:51 +03:00
admin@arionum.com
1baba2ab3a assets system 2019-04-14 22:55:16 +03:00
pxgamer
b3bec0961b Remove limit 1000 reference from ApiDoc comments 2019-04-09 17:11:08 +01:00
pxgamer
5dced856e2 Fix reference to transaction limit in the API 2019-04-09 16:51:13 +01:00
arionum
7e28ce9246 Merge pull request #45 from pxgamer/release/0.4.5
Bump version number to v0.4.5
2019-04-05 19:53:11 +03:00
pxgamer
9791689a10 Bump version number to v0.4.5 2019-03-29 16:47:04 +00:00
arionum
489f048438 typo 2019-03-24 09:44:31 +02:00
arionum
cbe27cf45a local repropagation issue - by hendrik 2019-03-24 09:42:55 +02:00
arionum
bda11255ed Merge pull request #44 from bogdanadnan/master
Add mining rewards to getBlockTransactions
2019-03-24 09:37:01 +02:00
arionum
471d88e3cc Merge pull request #42 from pxgamer/feature/php7.3-travis
Add Travis support for PHP 7.3
2019-03-24 09:35:06 +02:00
arionum
837254e21b Merge pull request #43 from pxgamer/feature/ignore-composer-lock
Add Composer lock to the Gitignore
2019-03-24 09:34:43 +02:00
bogdanadnan
d1af58ccf9 Add mining rewards to getBlockTransactions - review fixes 2019-02-08 12:31:49 +02:00
bogdanadnan
12fa045ba3 Add mining rewards to getBlockTransactions 2019-02-07 21:03:23 +02:00
admin@arionum.com
d03cd9e9f6 version v0.4.4 2018-12-26 01:12:00 +02:00
admin@arionum.com
f700c3a1c7 Merge branch 'master' of https://github.com/arionum/node
hf recovery
2018-12-25 22:44:33 +02:00
admin@arionum.com
f564e7efa1 hf recovery 2018-12-25 22:44:29 +02:00
pxgamer
fd8be6aa1a Add Composer lock to the Gitignore 2018-12-14 22:57:08 +00:00
pxgamer
8cf132e1ba Fix the Travis configuration indentation 2018-12-14 22:03:07 +00:00
pxgamer
df3dc61885 Add PHP 7.3 to Travis test suite 2018-12-14 22:02:45 +00:00
pxgamer
0e902d3e87 Remove Travis containerisation 2018-12-14 22:01:36 +00:00
arionum
55c2ccc12c Merge pull request #41 from pxgamer/feature/temp-ignore
Add Git ignore file to the tmp directory
2018-12-13 21:23:44 +02:00
pxgamer
0d181f5512 Add Git ignore file to the tmp directory
The sanity process generates a lot of temporary files in the tmp
directory. These display as untracked changes in Git and make it a lot
harder to view only actual changes to the repository.
2018-12-07 11:31:52 +00:00
arionum
cf6811d5c0 Merge pull request #37 from pxgamer/bugfix/public-key-transactions
Add missing public_key to getPendingBalance
2018-11-13 12:21:56 +02:00
pxgamer
d3d20f596b Add missing public_key to getPendingBalance 2018-11-07 11:58:07 +00:00
arionum
54c9d063be Merge pull request #36 from pxgamer/bugfix/public-key-transactions
Add public_key variable where it was undefined
2018-11-05 14:40:22 +02:00
pxgamer
be078f910f Add public_key variable where it was undefined
Previously the public_key variable is being referenced but it is never
set in this API call. This allows the correct functionality to occur
when the public_key query parameter is set.
2018-11-05 11:58:44 +00:00
admin@arionum.com
6252d4e3fe api typo 2018-11-05 12:13:45 +02:00
admin@arionum.com
90fb711d2a 10x sanity lock timeout 2018-11-05 11:47:50 +02:00
arionum
271815e731 Merge pull request #35 from pxgamer/feature/sanity-orphan
Update to use the sanity interval for the lock
2018-11-05 11:45:23 +02:00
admin@arionum.com
1a8b491fba checkAddress API 2018-11-05 11:42:41 +02:00
pxgamer
d6235f4121 Set a sanity interval fallback if it isn't set 2018-10-30 09:18:20 +00:00
pxgamer
dacd9420a1 Standardise the sanity path 2018-10-29 17:49:38 +00:00
pxgamer
7e11df5a28 Update to use the sanity interval for the lock 2018-10-29 17:44:15 +00:00
admin@arionum.com
88f50fcae1 passive peering v0.4.3 2018-10-25 21:11:24 +03:00
arionum
3251f98ebf Merge pull request #34 from pxgamer/feature/config-peers
Add initial peers list to configuration
2018-10-25 20:33:27 +03:00
pxgamer
98dba661b1 Change namespace to Arionum\Node 2018-10-20 18:15:14 +01:00
pxgamer
ca9e95e7af Move loading of new files to the init file 2018-10-20 18:04:33 +01:00
pxgamer
5bbbca15a9 Update the sanity process to use InitialPeers 2018-10-19 10:01:07 +01:00
pxgamer
4c79b7f460 Add InitialPeers class for manging initial peers 2018-10-19 09:58:32 +01:00
pxgamer
5906372fc0 Add initial peers from the peer file 2018-10-19 09:49:53 +01:00
pxgamer
30c76cab5c Add Arionum exception class 2018-10-19 09:30:11 +01:00
pxgamer
e70d422da5 Add peers array to the configuration sample 2018-10-18 23:05:08 +01:00
arionum
754017f634 Merge pull request #33 from pxgamer/feature/api-docs
Add missing API documentation
2018-10-13 21:06:36 +03:00
admin@arionum.com
4aeff314bb ignored file 2018-10-13 21:05:41 +03:00
admin@arionum.com
c25ccfe064 json content 2018-10-13 21:03:24 +03:00
pxgamer
5fbb3c3ac2 Update the API documentation output 2018-10-12 12:11:42 +01:00
pxgamer
d6c6d3420e Add apiDoc comments for the node-info endpoint 2018-10-12 12:01:56 +01:00