Commit Graph

97 Commits

Author SHA1 Message Date
Stephen Buttolph 51db41a696
Merge pull request #38 from moreati/utils-packing_test
utils: Tests for Packer packing and unpacking
2020-03-29 14:34:41 -04:00
Stephen Buttolph e63037e66d
Merge branch 'master' into utils-packing_test 2020-03-29 14:26:16 -04:00
Stephen Buttolph a8dadacae9
Merge pull request #35 from moreati/aws-create-argparse
scripts: Parse create.py arguments with argparse
2020-03-29 14:25:40 -04:00
Stephen Buttolph ce36715019
Merge branch 'master' into aws-create-argparse 2020-03-29 13:53:02 -04:00
Stephen Buttolph 209363ba67
Merge branch 'master' into utils-packing_test 2020-03-29 13:45: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 12117b1728 utils: Add test for Packer.Expand 2020-03-29 17:43:18 +01:00
Alex Willmer 18b7662266 utils: Add test for Packer.CheckSpace 2020-03-29 17:42:47 +01:00
Alex Willmer 96109a60ea utils: Add tests for Packer.PackBool & UnpackBool 2020-03-29 17:42:12 +01:00
Alex Willmer 55cb9d174f utils: Add tests for Packer.PackFixedByteSlices & UnpackFixedByteSlices 2020-03-29 17:40:47 +01:00
Alex Willmer ae9c1549d0 utils: Add tests for Packer.PackBytes & UnpackBytes 2020-03-29 17:39:32 +01:00
Alex Willmer 66b031efc6 utils: Add tests for Packer.PackFixedBytes & UnpackFixedBytes 2020-03-29 17:10:16 +01:00
Alex Willmer 3914613731 utils: Add test for Packer.UnpackLong 2020-03-29 17:07:53 +01:00
Alex Willmer 9a4a44a764 utils: Add test for Packer.UnpackInt 2020-03-29 17:06:25 +01:00
Alex Willmer 80e6749592 utils: Add test for Packer.UnpackShort 2020-03-29 17:05:03 +01:00
Alex Willmer cd59668be5 utils: Add test for Packer.UnpackByte 2020-03-29 17:04:21 +01: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