Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.3.12 #2

Merged
merged 229 commits into from
Apr 25, 2019
Merged
Changes from 1 commit
Commits
Show all changes
229 commits
Select commit Hold shift + click to select a range
57374e6
refactor: move core-api repositories into core-database-* (#2107)
paroxysm Feb 20, 2019
187993d
feat: implement AIP29 (#2122)
spkjp Feb 20, 2019
1c64f51
Merge branch 'develop' into 2.3
faustbrian Feb 21, 2019
cc10cf6
refactor(core-webhooks): replace sqlite3 with lowdb (#2124)
faustbrian Feb 21, 2019
fc69339
fix(core-elasticsearch): build failure (#2127)
spkjp Feb 21, 2019
6a914c2
test(core-database): add tests to blocks & transactions business repo…
paroxysm Feb 25, 2019
e406317
Merge remote-tracking branch 'origin/develop' into 2.3
spkjp Feb 25, 2019
528dc1e
Merge pull request #2157 from supaiku0/merge-develop
faustbrian Feb 26, 2019
fd70671
perf(crypto): integrate bcrypto (#2158)
spkjp Feb 26, 2019
be50e96
feat(core-logger-pino): initial implementation (#2134)
faustbrian Feb 26, 2019
e194ac6
feat(core-api): search delegates by usernames (#2143)
dated Feb 26, 2019
66b3a28
feat(crypto): increase vendor field length to 255 bytes (#2159)
spkjp Feb 26, 2019
1c47fa2
refactor: replace micromatch with nanomatch and remove heavy deps (#2…
faustbrian Feb 26, 2019
3449c6f
refactor(crypto): benchmarks (#2167)
spkjp Feb 27, 2019
358c312
chore: move core-graphql to the deprecated folder (#2169)
faustbrian Feb 27, 2019
a823c32
test: initial restructure & split of unit and integration tests (#2172)
air1one Feb 27, 2019
44b6ed9
refactor: replace dayjs-ext with dato (#2168)
faustbrian Feb 27, 2019
379522b
refactor: peg block timestamp to slot (#2176)
spkjp Feb 28, 2019
0875de6
chore: circleci update coverage directory (#2177)
air1one Feb 28, 2019
eaf4fe1
chore: remove extraneous jest presets and config (#2182)
faustbrian Feb 28, 2019
bdd07d3
refactor(core-tester-cli): rewrite from scratch (#2133)
faustbrian Feb 28, 2019
a986cb8
refactor(crypto): de/serialization (#2175)
spkjp Mar 1, 2019
317e86e
refactor: move transaction logic out of crypto (#2188)
spkjp Mar 2, 2019
cf781a1
feat(core-tester-cli): test the vendor field (#2189)
faustbrian Mar 3, 2019
8a95e95
feat(core-tester-cli): add the ability to send multiple waves (#2191)
faustbrian Mar 3, 2019
4e2c3f2
feat(core): add support for reinstalling the current version (#2192)
faustbrian Mar 3, 2019
5bfc691
feat(core): add support for forced updates (#2190)
faustbrian Mar 3, 2019
5ca3939
Merge branch 'develop' into 2.3
faustbrian Mar 4, 2019
88ff072
style: apply prettier formatting
faustbrian Mar 4, 2019
f89ebe4
test(core-container): remove old test
faustbrian Mar 4, 2019
dbe205c
Merge pull request #2198 from ArkEcosystem/2.3
faustbrian Mar 4, 2019
3377337
feat(core-api): more params for delegates search endpoint (#2184)
dated Mar 6, 2019
ea06ba4
fix(core-tester-cli): set crypto network for debug commands (#2204)
faustbrian Mar 6, 2019
7889947
feat(core-api): add active delegates endpoint (#2205)
dated Mar 6, 2019
9e253bd
refactor: move transaction type specific logic into core-transactions…
spkjp Mar 7, 2019
62aeb20
fix: vote balance update (develop) (#2211)
spkjp Mar 8, 2019
d00d471
refactor(core-blockchain): remove old fast rebuild code (#2210)
faustbrian Mar 8, 2019
477db4c
refactor: purely rely on in-memory wallets based on transactions (#2209)
faustbrian Mar 8, 2019
0479d01
test: remove integration setup & tests from unit tests (#2194)
faustbrian Mar 8, 2019
183eab1
fix(core-tester-cli): Fix the description of debug:serialize
vasild Mar 8, 2019
ae3c428
feat(core): add restart flags to update command (#2218)
dated Mar 11, 2019
e731c8f
chore: circleci restore caching + re-organize jobs for unit / integra…
air1one Mar 11, 2019
e60a378
Merge remote-tracking branch 'origin/master' into merge
spkjp Mar 11, 2019
4ce1636
chore: bump versions
spkjp Mar 11, 2019
9e7ea5e
chore: yarn.lock
spkjp Mar 11, 2019
45d33d7
fix: resolve core-tester-utils conflicts and various errors
faustbrian Mar 11, 2019
d5358f9
chore: use yarn setup on CircleCI
faustbrian Mar 11, 2019
565fbd8
chore: update CircleCI config
faustbrian Mar 11, 2019
b0b0c10
chore: merge master into develop
faustbrian Mar 11, 2019
9ee8adb
fix(core-tester-cli): Don't hide errors from HTTP failures (#2223)
vasild Mar 11, 2019
f0fa7e8
chore: update dependencies and remove unused imports (#2212)
faustbrian Mar 11, 2019
34d43b4
refactor: replace axios with got (#2203)
faustbrian Mar 12, 2019
9ca8f61
feat(core-tester-cli): add make:block command (#2221)
faustbrian Mar 12, 2019
c123959
fix(core-api): properly sort semver versions (#2229)
luciorubeens Mar 12, 2019
eb6b092
refactor(core-forger): always use latest available height (#2231)
spkjp Mar 12, 2019
1e42dc1
fix: keep old vendor field padding (#2233)
spkjp Mar 13, 2019
8ce224a
fix: properly cast Buffer to hex string (#2232)
spkjp Mar 13, 2019
6012203
feat(crypto): Switch block id to full SHA256 (#2156)
vasild Mar 13, 2019
db0d2d0
fix(crypto): Only use toBytesHex() for old block ids
vasild Mar 13, 2019
0d4e162
test(core-forger): Extend tests with a block with full sha256 id (#2235)
vasild Mar 13, 2019
91a5e71
Merge branch 'develop' into fix-usage-of-toBytesHex
faustbrian Mar 13, 2019
e607f7a
refactor: move wallet class out of crypto (#2237)
spkjp Mar 14, 2019
3be82e8
feat(core-database-postgres): transaction asset column (#2236)
spkjp Mar 14, 2019
d841953
docs: less noise in the GitHub PR template (#2238)
faustbrian Mar 14, 2019
c7d5b8c
chore(core): Disable webhooks on testnet (#2239)
vasild Mar 14, 2019
00b4815
chore: add publish scripts for npm (#2240)
faustbrian Mar 14, 2019
ebc8faa
chore: remove unused typedoc dependency (#2241)
faustbrian Mar 14, 2019
d398f32
chore: setup linting for tests (#2242)
faustbrian Mar 14, 2019
b6bfc0f
chore: add update script for dependencies (#2244)
faustbrian Mar 14, 2019
bda844d
chore: remove pretest and lint scripts from packages (#2243)
faustbrian Mar 14, 2019
fca6888
fix(tests): Reference the home directory via HOME, not ~ (#2246)
vasild Mar 15, 2019
eaf7bcd
refactor: custom transaction types (#2247)
spkjp Mar 16, 2019
1194ebc
fix(core-database): return array instead of joined string from applyO…
dated Mar 16, 2019
69ec84e
chore: add publish script for the next channel (#2249)
faustbrian Mar 18, 2019
99dc9d0
feat(core): support for the next channel (#2250)
faustbrian Mar 18, 2019
ddcd27c
fix(core-webhooks): return an empty array if no webhooks exist for a …
faustbrian Mar 18, 2019
51176e9
test(core-webhooks): unit test the database (#2253)
faustbrian Mar 18, 2019
264bd69
docs: initial 2.3.0 changelog (#2255)
faustbrian Mar 18, 2019
7a1ccd6
chore: remove packages from codecov ignore list (#2256)
faustbrian Mar 18, 2019
0288158
refactor: remove missed blocks and productivity (#2257)
faustbrian Mar 18, 2019
d7f8351
fix(core-utils): handle NSect edge case (#2259)
vasild Mar 18, 2019
ee4436a
fix(core-blockchain): handle unhandled event (#2260)
spkjp Mar 19, 2019
66bd762
feat(core-logger-pino): set different log levels for console and file…
faustbrian Mar 19, 2019
e5d6a4a
fix: remove voter balances endpoint
spkjp Mar 19, 2019
762d873
docs: fix broken references to plugins docs (#2264)
jamesbooker Mar 19, 2019
70c4c9d
chore: bump to 2.2.2
spkjp Mar 19, 2019
a27c70b
chore: changelog
spkjp Mar 19, 2019
c613c26
chore: update readme files with all contributors and fix banners (#2266)
faustbrian Mar 19, 2019
c104184
Merge pull request #2265 from ArkEcosystem/2.2.2
faustbrian Mar 19, 2019
9b0f15b
chore: add missing oclif dependency (#2267)
spkjp Mar 19, 2019
909806a
fix(core-snapshots): remove wallets, add asset handling (#2269)
spkjp Mar 20, 2019
becd5cc
fix(core-logger-pino): crash on rotate, use compression (#2270)
spkjp Mar 21, 2019
945ae65
fix(core-p2p): pass all opts to httpie instead of just headers (#2271)
faustbrian Mar 21, 2019
ebbbc8b
chore: add missing dependencies (#2272)
faustbrian Mar 21, 2019
ffd7b19
build(docker): remove core source and add channel support (#2274)
adrian69 Mar 21, 2019
2a2c513
build(docker): clean the yarn cache after the installation (#2275)
adrian69 Mar 21, 2019
0261205
misc(crypto): Update devnet blockid milestone (#2277)
vasild Mar 21, 2019
f204719
Merge branch 'master' into develop (#2278)
spkjp Mar 22, 2019
b22bd51
fix(core-logger-pino): prettify filestream (#2280)
spkjp Mar 23, 2019
5b98ea7
fix(core-database-postgres): asset migration on mainnet (#2281)
spkjp Mar 23, 2019
ec63289
chore: import lodash functions from function packages instead of the …
faustbrian Mar 25, 2019
9c68636
release: 2.3.0-next.0 (#2286)
faustbrian Mar 25, 2019
51f133b
feat(core-error-tracker-rollbar): initial implementation (#2287)
faustbrian Mar 25, 2019
01a9c79
feat(core-error-tracker-raygun): initial implementation (#2288)
faustbrian Mar 25, 2019
e35c16b
feat(core-error-tracker-airbrake): initial implementation (#2289)
faustbrian Mar 25, 2019
55bfbd5
chore: move winston to maintained packages (#2291)
faustbrian Mar 25, 2019
231c7fe
chore: remove extraneous .gitattributes entries (#2292)
faustbrian Mar 25, 2019
b0f3c38
refactor: drop the git commit hash identifier (#2293)
faustbrian Mar 25, 2019
5d5e41d
chore(core-p2p): raise the minimum version to 2.3.0 (#2294)
faustbrian Mar 25, 2019
89ef7eb
fix(core-database-postgres): support PG9.5 for asset column migration…
faustbrian Mar 25, 2019
3126772
release: 2.3.0-next.1 (#2296)
faustbrian Mar 25, 2019
632dd48
fix(core-database): sort transactions by timestamp:desc by default (#…
faustbrian Mar 25, 2019
56db76f
fix(core-snapshots): always load core-database-postgres (#2302)
spkjp Mar 25, 2019
2e10e9a
feat(core-snapshots): rollback by a given amount of blocks (#2300)
faustbrian Mar 25, 2019
196d5d3
refactor(core-snapshots): make core the only codec for reliability (#…
faustbrian Mar 25, 2019
2036f5b
refactor: replace any with proper types (#2276)
shroomist Mar 25, 2019
7f8b225
fix(core-snapshots): serialize correct timestamp, dont corrupt buffer…
spkjp Mar 26, 2019
eebb791
fix(core-database): write block timestamp as transaction timestamp (#…
spkjp Mar 26, 2019
2c1ceb4
fix(core-api): adjust schema validation of blocks show (#2306)
dated Mar 26, 2019
aab04e1
refactor: use kebab case for aliases (#2283)
dated Mar 26, 2019
bf78e81
feat(core-new-relic): initial implementation (#2290)
faustbrian Mar 26, 2019
9998866
perf(crypto): skip transaction verification overhead (#2307)
spkjp Mar 26, 2019
e5b7e36
fix(core): read the correct property for the new CLI version (#2309)
faustbrian Mar 26, 2019
d9979eb
fix(core-database-postgres): add EQ operator to block height (#2313)
dated Mar 26, 2019
86837d5
build(docker): create symbolic link for ark bin (#2312)
adrian69 Mar 26, 2019
4133d4e
fix(crypto): add signSignature to schema (#2315)
spkjp Mar 26, 2019
1c5e64c
fix(core-p2p): support common blocks with sha256 ids (#2317)
spkjp Mar 26, 2019
237e80d
fix(core-p2p): always refresh peer status (#2318)
spkjp Mar 26, 2019
e547b09
fix(core-database): map block to transaction in findById (#2316)
dated Mar 26, 2019
87499b2
feat(core-database-postgres): support IN operator for block id, heigh…
faustbrian Mar 27, 2019
006f080
refactor(core-p2p): remove the remote interface (#2311)
faustbrian Mar 27, 2019
31432de
refactor(core): use nsfw for log watching instead of node-tail (#2310)
faustbrian Mar 27, 2019
5424a0c
refactor(core-snapshots): remove dead code (#2308)
faustbrian Mar 27, 2019
2f39fcd
release: 2.3.0-next.2 (#2320)
faustbrian Mar 27, 2019
810cf0a
fix(crypto): check if block contains exceptions (#2323)
spkjp Mar 27, 2019
c447a34
fix(core-database-postgres): shutdown when integrity check fails (#2324)
spkjp Mar 27, 2019
99b5cff
fix(core): preserve existing logs and attach the last line when the l…
faustbrian Mar 28, 2019
d512dac
perf(core-api): transaction transformer (#2327)
spkjp Mar 28, 2019
9c7811b
fix(core-p2p): two-way ban (#2325)
spkjp Mar 28, 2019
33e0f3b
feat: add more block and transaction pool events (#2321)
faustbrian Mar 28, 2019
04df6e0
fix: accept already accepted peers (#2328)
spkjp Mar 28, 2019
e1e6308
fix(core-database-postgres): run the asset migration before starting …
faustbrian Mar 28, 2019
6e941fa
chore: install node.js 11 now that it is stable (#2330)
faustbrian Mar 28, 2019
06426da
fix: use the maxTransactionsPerRequest configuration for API validati…
faustbrian Mar 28, 2019
8434b16
fix(core-event-emitter): ensure the event listener won’t exceed the m…
faustbrian Mar 28, 2019
6abdeaa
fix(core-p2p): sort heights in getNetworkHeight as numbers (#2334)
air1one Mar 28, 2019
b91902a
release: 2.3.0-next.3 (#2336)
faustbrian Mar 29, 2019
317a19e
feat(core-database): add function to search a block by id or height (…
faustbrian Mar 29, 2019
eae1c87
refactor(core-database-postgres): add findByHeight to avoid confusion…
faustbrian Mar 29, 2019
e10f756
test(functional): broadcast and forge all transaction types (#2333)
faustbrian Mar 29, 2019
f358745
refactor(core-database): use a raw query to get a block by height (#2…
faustbrian Mar 29, 2019
5ef7ce8
chore(ci): explicitly name integration test jobs (#2340)
faustbrian Mar 29, 2019
c079896
fix(core-database): search a block ID if there is no height match (#2…
faustbrian Mar 30, 2019
677be71
feat(core-logger-signale): initial implementation (#2343)
faustbrian Mar 30, 2019
a2cec00
chore(ci): remove the postgres setup from unit test jobs (#2345)
faustbrian Mar 30, 2019
ee0398b
refactor(core-database): clearly separate manager and factory behavio…
faustbrian Mar 31, 2019
327b98c
refactor(core-forger): memory leak, log spam, cleanup (#2341)
spkjp Mar 31, 2019
5966c30
refactor: replace various any with types and simpler interface naming…
faustbrian Mar 31, 2019
1daef74
refactor(core-transaction-pool): clearly separate manager and factory…
faustbrian Mar 31, 2019
476359c
refactor(core-event-emitter): expose all application events through a…
faustbrian Mar 31, 2019
072e5fe
refactor: reduce duplication in all logger packages (#2344)
faustbrian Mar 31, 2019
9355f1a
refactor: replace various any with types, property visibility and int…
faustbrian Apr 1, 2019
3178426
fix(core-blockchain): initialize active delegates on startup (#2353)
spkjp Apr 2, 2019
1e6a071
release: 2.3.0-next.4 (#2354)
faustbrian Apr 2, 2019
341a4c7
test: add TransactionFactory and RestClient test helpers (#2355)
faustbrian Apr 2, 2019
032ff89
fix(crypto): use calculated id for exception check (#2356)
spkjp Apr 2, 2019
45b41b3
refactor(core-api): remove active delegates endpoint (#2357)
dated Apr 2, 2019
52b229b
refactor(core-database): round logic (#2358)
spkjp Apr 3, 2019
39da913
fix(core-p2p): frequent peer timeout errors (#2363)
spkjp Apr 4, 2019
19619f0
fix(core-p2p): remove ping timeout ban (#2366)
spkjp Apr 4, 2019
477cd01
release: 2.3.0-next.5 (#2367)
faustbrian Apr 5, 2019
c0774bb
docs: 2.3.0 changelog (#2372)
faustbrian Apr 7, 2019
d0f6ee8
docs: mention webhook recreation in changelog for 2.3.0
faustbrian Apr 7, 2019
806733b
fix: cope with dynamic round sizes (#2370)
spkjp Apr 8, 2019
accc4ff
fix(core-logger-pino): initial rotation (#2380)
spkjp Apr 9, 2019
0ab2be5
fix(core-tester-cli): init config manager from network preset (#2384)
Nigui Apr 9, 2019
5d1e11e
refactor(core-container): pass suffix to container (#2387)
spkjp Apr 9, 2019
ae90ea2
feat(core-api): return slip44 and wif via node/configuration (#2388)
faustbrian Apr 9, 2019
33c01d7
fix(core): pass cli flags correctly (#2389)
spkjp Apr 10, 2019
2770bfa
chore(crypto): bump vendorFieldLength and blockid milestone heights (…
vasild Apr 10, 2019
085b5a8
feat(core-event-emitter): add off method (#2396)
faustbrian Apr 10, 2019
86f04e3
chore: use ARK as prefix for everything (#2397)
dated Apr 10, 2019
b60364c
fix(crypto): validate address is on network (#2394)
air1one Apr 10, 2019
887b244
fix(core-database): handle unknown transaction search (#2404)
Nigui Apr 11, 2019
ff1f252
release: 2.3.0-next.6 (#2406)
faustbrian Apr 12, 2019
d84d80b
fix: prevent wallet managers from indexing/creating ghost wallets (#2…
Nigui Apr 12, 2019
901e763
fix(core-database): wrong delegate order after start up (#2431)
spkjp Apr 16, 2019
e7b209f
docs: 2.3.0 changelog (#2435)
faustbrian Apr 16, 2019
a0b39a6
docs: 2.3.0 changelog
faustbrian Apr 17, 2019
e21ef96
Persona Core
geopsllc Apr 20, 2019
2a55d50
Persona Core
geopsllc Apr 20, 2019
4a46609
Persona Core
geopsllc Apr 20, 2019
b023c1d
Persona Core
geopsllc Apr 20, 2019
a97d246
Persona Core
geopsllc Apr 20, 2019
f1c9a8b
Persona Core
geopsllc Apr 20, 2019
871620f
release: 2.3.0 (#2452)
faustbrian Apr 21, 2019
689431e
Merge branch 'master' into develop
faustbrian Apr 21, 2019
9f298cd
fix(core-transaction-pool): refuse transactions from senders with pen…
spkjp Apr 23, 2019
9399a66
Merge pull request #2446 from ArkEcosystem/develop
faustbrian Apr 23, 2019
9588dbc
fix(crypto): deserialize type > 0 with vendor field instead of skippi…
spkjp Apr 23, 2019
c48be0b
release: 2.3.1 (#2460)
faustbrian Apr 23, 2019
3c0bb00
Merge branch 'pr/1' into 2.3
geopsllc Apr 23, 2019
ced132f
Merge pull request #2 from ArkEcosystem/master
geopsllc Apr 23, 2019
3b1bb32
Persona Core
geopsllc Apr 23, 2019
38f876d
Persona Core
geopsllc Apr 23, 2019
01ef09f
Persona Core
geopsllc Apr 23, 2019
7dda463
Persona Core
geopsllc Apr 23, 2019
bcdb70f
Persona Core
geopsllc Apr 23, 2019
c76ecbe
Persona Core
geopsllc Apr 23, 2019
0001b70
Persona Core
geopsllc Apr 23, 2019
a4c9003
Persona Core
geopsllc Apr 23, 2019
1c331ba
Persona Core
geopsllc Apr 23, 2019
70620ed
Persona Core
geopsllc Apr 23, 2019
5f5ca46
Persona Core
geopsllc Apr 23, 2019
12d3b32
Persona Core
geopsllc Apr 23, 2019
cd48afb
fix(core-snapshots): use correct genesis block instead of hardcoding …
spkjp Apr 24, 2019
0287267
fix(core): don't pass suffix flag to bip38 and bip39 command (#2464)
spkjp Apr 24, 2019
3ed7bd2
release: 2.3.12 (#2465)
faustbrian Apr 24, 2019
460c13e
chore: fix absolute banner urls (#2469)
dated Apr 24, 2019
dbcd9a5
docs(template): add release section to pull request template (#2472)
faustbrian Apr 24, 2019
71482f2
Merge branch 'pr/3' into 2.3
geopsllc Apr 24, 2019
c6fe03d
Merge branch '2.3' of https://github.com/geopsllc/core into 2.3
geopsllc Apr 24, 2019
a301821
Persona Core
geopsllc Apr 24, 2019
0b4b951
Persona Core
geopsllc Apr 24, 2019
f05dde1
fix(crypto): add exceptions for transactions with invalid recipients …
dated Apr 25, 2019
b5c5507
refactor(core): remove support for old release channels (#2476)
faustbrian Apr 25, 2019
e8fe29e
release: 2.3.14 (#2477)
faustbrian Apr 25, 2019
26177dc
release: 2.3.15 (#2478)
faustbrian Apr 25, 2019
74f559a
Merge branch 'pr/4' into 2.3
Apr 25, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Persona Core
  • Loading branch information
geopsllc authored Apr 23, 2019
commit bcdb70fa96f1366a0ee4bcd20b949b78242f654e
18 changes: 1 addition & 17 deletions packages/core/bin/config/testnet/plugins.js
Original file line number Diff line number Diff line change
@@ -14,22 +14,6 @@ module.exports = {
enabled: true,
maxTransactionsPerSender: process.env.CORE_TRANSACTION_POOL_MAX_PER_SENDER || 300,
allowedSenders: [],
dynamicFees: {
enabled: true,
minFeePool: 1000,
minFeeBroadcast: 1000,
addonBytes: {
transfer: 100,
secondSignature: 250,
delegateRegistration: 400000,
vote: 100,
multiSignature: 500,
ipfs: 250,
timelockTransfer: 500,
multiPayment: 500,
delegateResignation: 400000,
},
},
},
"@arkecosystem/core-p2p": {
host: process.env.CORE_P2P_HOST || "0.0.0.0",
@@ -53,7 +37,7 @@ module.exports = {
},
},
"@arkecosystem/core-forger": {
hosts: [`http://127.0.0.1:${process.env.CORE_P2P_PORT || 4000}`],
hosts: [`http://127.0.0.1:${process.env.CORE_P2P_PORT || 4100}`],
},
"@arkecosystem/core-json-rpc": {
enabled: process.env.CORE_JSON_RPC_ENABLED,