Commit Graph

83 Commits

Author SHA1 Message Date
Stephen Buttolph ce36715019
Merge branch 'master' into aws-create-argparse 2020-03-29 13:53:02 -04:00
Stephen Buttolph 4dcf02e45e
Merge pull request #37 from moreati/utils-safe_math_test
utils: Add tests in safe_math: Max64, Min64, Sub64, Diff64
2020-03-29 13:33:35 -04:00
Alex Willmer aef48061c5 utils: Add tests in safe_math: Max64, Min64, Sub64, Diff64 2020-03-29 16:57:42 +01:00
Alex Willmer a718b32c6a scripts: Add a hashbang, so aws create.py can be run directly 2020-03-29 16:42:01 +01:00
Alex Willmer bf1a94611e scripts: Use argparse for create.py arguments
This gives better feedback on what arguments are required

$ python3 scripts/aws/create.py
usage: create.py [-h] numBootstraps numNodes
create.py: error: the following arguments are required: numBootstraps,
numNodes

$ python3 scripts/aws/create.py -h
usage: create.py [-h] numBootstraps numNodes

Start a number of AVA nodes on Amazon EC2

positional arguments:
  numBootstraps
  numNodes

optional arguments:
  -h, --help     show this help message and exit
2020-03-29 16:39:51 +01:00
Stephen Buttolph 1fe5092e9b
Merge pull request #32 from StephenButtolph/slush
Slush
2020-03-27 14:10:49 -04:00
Stephen Buttolph baafd591d0
Merge branch 'master' into slush 2020-03-27 14:02:08 -04:00
Stephen Buttolph e5484e2ba8
Merge pull request #30 from danlaine/codec-bug-fix
fix https://github.com/ava-labs/gecko/issues/29
2020-03-26 19:27:57 -04:00
Stephen Buttolph 857fdfbd64
Merge branch 'master' into codec-bug-fix 2020-03-26 19:19:14 -04:00
Stephen Buttolph ce87da1438
Merge pull request #31 from christroutner/master
Fixing docker container example command
2020-03-26 19:18:14 -04:00
Chris Troutner 976db1ec91 Fixing docker container example command 2020-03-26 16:02:30 -07:00
Dan Laine c1abff8c3d fix bug where unmarshalling into improper type causes panic. Add test for this 2020-03-26 15:14:45 -04:00
Stephen Buttolph 541f762b55
Merge pull request #28 from StephenButtolph/bootstrap-oboe
Fixed off by one error in bootstrapping Alpha value
2020-03-25 12:46:59 -04:00
Stephen Buttolph 17d3c397ca
Merge branch 'master' into bootstrap-oboe 2020-03-25 10:48:32 -04:00
Stephen Buttolph 2ac683b974
Merge pull request #27 from StephenButtolph/bootstrap-early-termination
Fixed early termination of bootstrap fetching
2020-03-25 10:48:18 -04:00
StephenButtolph a308beea33 Fixed off by one error in bootstrapping Alpha value 2020-03-25 10:46:49 -04:00
Stephen Buttolph 1214a5c5ee
Merge branch 'master' into bootstrap-early-termination 2020-03-24 19:11:01 -04:00
StephenButtolph 611ada5655 Fixed early termination of bootstrap fetching 2020-03-24 19:08:53 -04:00
Stephen Buttolph f1c92ffb79
Merge pull request #26 from swdee/use-flagset
Change command line arguments to use flagset to control OS exit code
2020-03-23 11:31:06 -04:00
swdee a0900b7903 changed xputtest command line arguments to use flagset so we can control the exit code 2020-03-22 12:31:10 +13:00
swdee 7c821abfaf changed gecko command line arguments to use flagset so we can control the exit code 2020-03-22 12:25:47 +13:00
StephenButtolph ec850c45b2 Removed accidental commit 2020-03-21 02:41:30 -04:00
StephenButtolph 33208a33ee remove more throughcalls 2020-03-21 02:36:37 -04:00
StephenButtolph 184f30c306 fully broke up snowball/snowflake/slush into their respective files 2020-03-21 02:26:22 -04:00
StephenButtolph 2fa9293aad Used struct embedding to avoid callthroughs 2020-03-20 21:26:52 -04:00
Stephen Buttolph b873f67992
Merge pull request #24 from swdee/ignore-golang-metafiles
Ignore GoLand IDE project metafiles directory
2020-03-18 19:38:06 -04:00
Stephen Buttolph cc60868cb5
Merge branch 'master' into ignore-golang-metafiles 2020-03-18 18:56:32 -04:00
swdee dbf4e40e13 ignore GoLand IDE project metafiles directory 2020-03-19 10:54:28 +13:00
Stephen Buttolph 998ed8b3a5
Merge pull request #23 from StephenButtolph/tree-tests
Snowball tree cleanup + filter testing
2020-03-18 17:05:30 -04:00
Stephen Buttolph 9473bfdf73
Merge branch 'master' into tree-tests 2020-03-18 16:44:09 -04:00
Stephen Buttolph 3576be1dc2
Merge pull request #20 from StephenButtolph/testing-typo
Fixed testing typo
2020-03-18 16:43:56 -04:00
Stephen Buttolph 65042d9ee3
Merge branch 'master' into tree-tests 2020-03-18 16:26:24 -04:00
Stephen Buttolph 6ad1d7ae95
Merge branch 'master' into testing-typo 2020-03-18 16:26:16 -04:00
Stephen Buttolph 8969078f69
Merge pull request #16 from StephenButtolph/avm-perf
AVM performance
2020-03-18 16:25:52 -04:00
StephenButtolph ddf784284b Improved UX for xput tests 2020-03-18 16:10:03 -04:00
Stephen Buttolph 9da52187b1
Merge branch 'master' into avm-perf 2020-03-18 06:05:31 -04:00
Stephen Buttolph 58e7949061
Merge pull request #13 from swdee/rpc-userpass-checks
Place sanity checks on Username and Password length on RPC keystore.createUser method

closes #6
2020-03-18 06:04:16 -04:00
Stephen Buttolph 0d29aedce0
Merge branch 'master' into rpc-userpass-checks 2020-03-18 05:05:08 -04:00
StephenButtolph b6bb9f0789 Removed redundent filter in unaryNode and added test for filtering in binaryNode 2020-03-17 23:29:38 -04:00
Stephen Buttolph 84d60b9b99 added simple readme for xput tests 2020-03-17 18:51:30 -04:00
Stephen Buttolph 31e6ac793a added more comments 2020-03-17 16:32:08 -04:00
Stephen Buttolph d3d22ffce8 addressed PR comments 2020-03-17 16:07:33 -04:00
swdee 05a2bcbef5 fix spelling typo 2020-03-18 07:53:25 +13:00
swdee 93d2e66c21 fix build problem with limiting length of username output when logging 2020-03-17 08:55:52 +13:00
swdee d27aa66996 changed error message when password is rejected 2020-03-17 08:31:37 +13:00
swdee 2d0f56bbaf log call to createuser even if rejected by username/password length being to long 2020-03-17 08:22:16 +13:00
Stephen Buttolph 2b48a4a798
Merge branch 'master' into avm-perf 2020-03-16 12:44:09 -04:00
Stephen Buttolph 71c01fde1f
Merge pull request #15 from danlaine/development
sort transaction's control signatures in signAddNonDefaultSubnetValidatorTx
2020-03-16 12:43:56 -04:00
Stephen Buttolph d524689f2f
Merge branch 'master' into development 2020-03-16 12:24:31 -04:00
Stephen Buttolph ce9f84b3cb Fixed typo in snowball tree error message 2020-03-16 12:22:31 -04:00