Skip to content

Commit

Permalink
Merge pull request #2 from project-ecc/dev
Browse files Browse the repository at this point in the history
merge routing commands into master
  • Loading branch information
Dolaned authored Oct 8, 2019
2 parents 412ed04 + 9f9bd97 commit 721eca1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function source(...args) {

const networks = {
mainnet: 19119,
regtest: 30001,
testnet: 30001
testnet: 30001,
regtest: 40001
};

/**
Expand Down
10 changes: 10 additions & 0 deletions src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,14 @@ export default {
estimateSmartFee: { version: '>=0.12.0' },
estimateSmartPriority: { version: '>=0.12.0 <0.15.0' },
fundRawTransaction: { version: '>=0.12.0' },
findRoute: { version: '>=0.1.0' },
generate: { version: '>=0.11.0' },
generateToAddress: { version: '>=0.13.0' },
getANSAddress: { version: '>=0.0.1' },
getaodvtable: { version: '>=0.0.1' },
getaodvkeyentry: { version: '>=0.0.1' },
getaodvidentry: { version: '>=0.0.1' },
getroutingpubkey: { version: '>=0.0.1' },
getANSRecord: { version: '>=0.0.1' },
getAccount: { version: '>=0.1.0' },
getAccountAddress: { version: '>=0.3.18' },
Expand Down Expand Up @@ -95,6 +100,8 @@ export default {
getWalletInfo: { version: '>=0.9.2' },
getWork: { version: '<0.10.0' },
help: { version: '>=0.1.0' },
haveroute: { version: '>=0.1.0' },
invalidateBlock: { version: '>=0.1.0' },
importAddress: { version: '>=0.10.0' },
importMulti: {
obfuscate: {
Expand Down Expand Up @@ -137,8 +144,11 @@ export default {
pruneBlockchain: { version: '>=0.14.0' },
reloadConfig: { version: '>=0.0.1' },
removePrunedFunds: { version: '>=0.13.0' },
readlastpacket: { version: '>=0.1.0' },
reconsiderBlock: { version: '>=0.1.0' },
sendFrom: { version: '>=0.3.18' },
sendMany: { version: '>=0.3.21' },
sendpacket: { version: '>=0.1.0' },
sendRawTransaction: { version: '>=0.7.0' },
sendToAddress: { version: '>=0.1.0' },
setAccount: { version: '>=0.1.0' },
Expand Down

0 comments on commit 721eca1

Please sign in to comment.