Commit Graph

9423 Commits

Author SHA1 Message Date
Michael Vines 7acaf84c12 Look for more lint 2020-06-14 21:57:04 -07:00
Michael Vines 2ccabce064 Reduce rollup warnings 2020-06-14 21:57:04 -07:00
Michael Vines 4ca59533a4 Link to example-webwallet 2020-06-14 21:57:04 -07:00
Michael Vines 641e2f9f85 0.0.4 2020-06-14 21:57:04 -07:00
Michael Vines 41a658c336 Add most of sendTokens() implementation 2020-06-14 21:57:04 -07:00
Michael Vines ac976a66f0 package-lock.json update 2020-06-14 21:57:04 -07:00
Michael Vines 3ea2ffc89d Trim eslint plugins 2020-06-14 21:57:04 -07:00
Michael Vines f3dff59d35 Fix up external dependency bundling 2020-06-14 21:57:04 -07:00
Michael Vines 4fef4356a4 Fill out dependencies 2020-06-14 21:57:04 -07:00
Michael Vines 16ee48b1ad Throw if endpoind is not provided 2020-06-14 21:57:04 -07:00
Michael Vines 45360abc87 Add get-balance html example 2020-06-14 21:57:04 -07:00
Michael Vines 3fb92bd062 Get flow-typed out of postinstall 2020-06-14 21:57:04 -07:00
Michael Vines 392672a5a7 Implement requestAirdrop 2020-06-14 21:57:04 -07:00
Michael Vines b33633fb9c Minor text update 2020-06-14 21:57:04 -07:00
Michael Vines c55d21626f Update README.md 2020-06-14 21:57:04 -07:00
Michael Vines 81f3efb436 Flow index.js 2020-06-14 21:57:04 -07:00
Michael Vines a6154ea649 Refresh package-lock.json 2020-06-14 21:57:04 -07:00
Michael Vines 4df189513e Add Connection class 2020-06-14 21:57:04 -07:00
Michael Vines 79ab826678 Lint tests 2020-06-14 21:57:04 -07:00
Michael Vines 96f8a8620d Activate flow 2020-06-14 21:57:04 -07:00
Michael Vines bbb8055243 Add external script link reference 2020-06-14 21:57:04 -07:00
Michael Vines 015aff0a4c Remove coveralls 2020-06-14 21:57:04 -07:00
Michael Vines 4f396e60fe Add codecov.io 2020-06-14 21:57:04 -07:00
Michael Vines 36df1b1e5e Add local browser example 2020-06-14 21:57:04 -07:00
Michael Vines ad95cb5c32 0.0.3 2020-06-14 21:57:04 -07:00
Michael Vines efeb2f55c3 Run lint/flow/doc/examples in CI 2020-06-14 21:57:04 -07:00
Michael Vines 5a21b2f9fb Fix package main 2020-06-14 21:57:04 -07:00
Michael Vines 0dcd261c38 Trim npm package contents 2020-06-14 21:57:04 -07:00
Michael Vines ca3582ea5e 0.0.2 2020-06-14 21:57:04 -07:00
Michael Vines 0575148594 Add more documentation 2020-06-14 21:57:04 -07:00
Michael Vines bf83497bbc Support cjs, esm and iife modules 2020-06-14 21:57:04 -07:00
Michael Vines 5a0206bcfe Add Account class 2020-06-14 21:57:04 -07:00
Michael Vines 0f1f52e3e4 Adjust eslint configuration 2020-06-14 21:57:04 -07:00
Michael Vines 1f1fbd84ff Initial version 2020-06-14 21:57:04 -07:00
Michael Vines 86e32a3f31 Add npm/github deployment 2020-06-14 21:57:04 -07:00
Michael Vines 1ba4492054 Add npm badge 2020-06-14 21:57:04 -07:00
Michael Vines cf7f048f65 Add esdoc boilerplate 2020-06-14 21:57:04 -07:00
Michael Vines 7e109f22c2 Project boilerplate from eunikitin/modern-package-boilerplate 2020-06-14 21:57:04 -07:00
Ryo Onodera a39df7ee5d
Fix udp port check retry and check all udp ports (#10385)
* Don't start if udp port is really closed

* Fully check all udp ports

* Remove test code.......

* Add tests and adjust impl a bit

* Add comment

* Move comment a bit

* Move a bit

* clean ups
2020-06-15 07:36:08 +09:00
Michael Vines 0d38257dbb
Fix perf-libs version detection (#10571)
automerge
2020-06-14 12:35:06 -07:00
Michael Vines 8ac6b7a83f Document removing the pre-release checkmark 2020-06-14 10:32:07 -07:00
Michael Vines edb81b5007 Add gitbook release documentation 2020-06-14 09:52:13 -07:00
Michael Vines a323fe9df6
Add more release docs (#10570) 2020-06-14 09:49:56 -07:00
Michael Vines f717010fa5
Update RELEASE.md (#10569) 2020-06-14 09:11:21 -07:00
Ryo Onodera 1343d0eff7
Use git diff instead of git show for --check (#10566) 2020-06-14 21:24:10 +09:00
Ryo Onodera f5912f3633
Clean up test-sanity.sh a bit (#10565) 2020-06-14 21:16:19 +09:00
Ryo Onodera f1131dfbbb
Check the whole range of commits in the topic branch (#10560)
* Check the whole range of commits in the topic branch

* Fix shellcheck

* Debug...

* Ensure to update to the latest of the base branch...
2020-06-14 18:15:46 +09:00
Ryo Onodera a0692c9b4c
Further fix the ci (#10559) 2020-06-14 14:53:49 +09:00
Ryo Onodera d159bc71e7
Fix trailing whitespace (#10558) 2020-06-14 14:43:43 +09:00
anatoly yakovenko ba83e4ca50
Fix fannout gossip bench (#10509)
* Gossip benchmark

* Rayon tweaking

* push pulls

* fanout to max nodes

* fixup! fanout to max nodes

* fixup! fixup! fanout to max nodes

* update

* multi vote test

* fixup prune

* fast propagation

* fixups

* compute up to 95%

* test for specific tx

* stats

* stats

* fixed tests

* rename

* track a lagging view of which nodes have the local node in their active set in the local received_cache

* test fixups

* dups are old now

* dont prune your own origin

* send vote to tpu

* tests

* fixed tests

* fixed test

* update

* ignore scale

* lint

* fixup

* fixup

* fixup

* cleanup

Co-authored-by: Stephen Akridge <sakridge@gmail.com>
2020-06-13 22:03:38 -07:00