Commit Graph

314 Commits

Author SHA1 Message Date
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
pxgamer
e389988bda Update the formatting of the node-info API code 2018-10-12 11:58:08 +01:00
pxgamer
c8a8d3b9d0 Add apiDoc comments for the sanity endpoint 2018-10-12 11:55:24 +01:00
pxgamer
3f42a53991 Update the formatting of the sanity API code 2018-10-12 11:38:20 +01:00
pxgamer
6383aade6e Fix doc numbering typo for getAlias 2018-10-12 11:35:57 +01:00
arionum
17acd5830e Merge pull request #27 from pxgamer/feature/travis
Add a configuration file for Travis CI
2018-10-10 17:40:49 +03:00
arionum
f33402382b Merge pull request #32 from pxgamer/feature/json-headers
Add JSON header setting to the api functions
2018-10-10 17:40:30 +03:00
pxgamer
3ddc0dd90e Add JSON header setting to the api functions 2018-10-08 12:39:16 +01:00
arionum
33587258a8 Merge pull request #31 from pxgamer/feature/blacklist-addresses
Add support for blacklisting addresses
2018-09-14 22:16:33 +03:00
pxgamer
49df2cf71f Add Blacklist check for addresses 2018-09-14 15:49:10 +01:00
pxgamer
975e602088 Blacklist the new Octaex wallet address 2018-09-14 15:46:52 +01:00
pxgamer
6483f377b5 Add Blacklist::checkAddress() method 2018-09-14 15:45:51 +01:00
arionum
843d1d0fef Merge pull request #29 from pxgamer/feature/blacklist-refactor
Refactor the blacklist to a class
2018-09-09 15:52:39 +03:00