Commit Graph

241 Commits

Author SHA1 Message Date
StephenButtolph 2ab3886eb7 updated ansible 2020-03-31 19:22:00 -04:00
StephenButtolph 4f868bda6e Added sanity check to the database on startup 2020-03-31 18:56:05 -04:00
StephenButtolph 7a369e66b0 Added testnet defaults 2020-03-31 18:32:10 -04:00
Stephen Buttolph c43d77da30
Merge pull request #22 from ava-labs/x-mint
Fixed mint signing
2020-03-31 15:34:23 -04:00
Stephen Buttolph c18883e560
Merge pull request #21 from ava-labs/forbid-default-subnet-validation
forbid new blockchains from being validated by default subnet
2020-03-31 15:14:51 -04:00
StephenButtolph fc093b2e9f Fixed mint signing 2020-03-31 15:14:31 -04:00
Dan Laine 23d2427ce7 forbid new blockchains from being validated by default subnet 2020-03-31 14:12:23 -04:00
StephenButtolph cda5c95d56 Set up genesis for public testnet 2020-03-31 02:54:12 -04:00
StephenButtolph d63375e83a updated json for new fxs 2020-03-31 01:09:49 -04:00
StephenButtolph 9d4be014e9 merged 2020-03-30 22:10:31 -04:00
StephenButtolph 4d34dc042d merged 2020-03-30 22:06:29 -04:00
StephenButtolph 3056998643 enforced unneeded signature requirement 2020-03-30 21:28:19 -04:00
StephenButtolph 009d78e301 merged 2020-03-30 21:22:22 -04:00
StephenButtolph 7810cd56b9 merged 2020-03-30 21:16:32 -04:00
Stephen Buttolph c1357a9eba
Merge branch 'master' into custom-genesis 2020-03-30 21:06:10 -04:00
Stephen Buttolph e8c6188b27
Merge pull request #33 from StephenButtolph/json
Added proper json marshalling of UniqueTxs in the AVM
2020-03-30 20:58:26 -04:00
Stephen Buttolph 9f553be087
Merge branch 'master' into json 2020-03-30 20:35:14 -04:00
Stephen Buttolph e0e11b939f
Merge pull request #34 from bb-2/concurrent_repolling
Add ConcurrentRepolls to make the polling throughput configurable
2020-03-30 20:34:54 -04:00
StephenButtolph 2fa86ef49c fixed locking bug in tests 2020-03-30 20:22:07 -04:00
Dan Laine d9480e5a24 Merge branch 'custom-genesis' of github.com:ava-labs/gecko-internal into custom-genesis 2020-03-30 19:16:31 -04:00
StephenButtolph b41d6ef95a cleaned up imports 2020-03-30 18:15:16 -04:00
StephenButtolph d72bdbcada Added property test 2020-03-30 18:14:03 -04:00
StephenButtolph 00332620a6 Implemented Properties 2020-03-30 17:46:18 -04:00
StephenButtolph a2c0ad56f7 Implemented NFTs 2020-03-30 16:23:06 -04:00
Stephen Buttolph 1b6a703c27
Merge branch 'master' into concurrent_repolling 2020-03-30 15:10:33 -04:00
Dan Laine 468c47739d made changes requested in PR review 2020-03-30 09:14:12 -04:00
StephenButtolph ffcdfafaf6 Implemented fx operations 2020-03-30 01:08:45 -04:00
bb-2 c49b0c0ff6 Issue multiple polls at vertex/block issuance if below ConcurrentRepoll threshold 2020-03-29 21:00:45 -04:00
Stephen Buttolph 6c549d1504
Merge pull request #36 from moreati/utils-clock_test
utils: Add unit tests for clocks
2020-03-29 15:57:26 -04:00
StephenButtolph 93ff9d906b merged 2020-03-29 14:46:18 -04:00
Stephen Buttolph 1d3238a048
Merge branch 'master' into utils-clock_test 2020-03-29 14:35:37 -04:00
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
Alex Willmer 8f54a7c1d8 utils: Initialise Clock with go defaults in TestClockSet
Changed to be more idiomatic, addresses PR feedback.
2020-03-29 19:20:28 +01:00
StephenButtolph ec83ca4a1a Merge branch 'atomic' into nftfx 2020-03-29 14:13:57 -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