Commit Graph

74 Commits

Author SHA1 Message Date
StephenButtolph 93ed25f878 wip 2020-03-25 23:48:21 -04:00
StephenButtolph a6a92510af Added UTXO check in platform VM 2020-03-25 12:35:13 -04:00
StephenButtolph 552e63f2eb Added export Tx to the AVM 2020-03-24 12:39:25 -04:00
Stephen Buttolph 01fe74ec6b wip 2020-03-23 16:40:37 -04:00
StephenButtolph 805b0d5530 wip importTx 2020-03-23 11:41:02 -04:00
StephenButtolph f151ab841a Added flow checker 2020-03-20 20:57:12 -04:00
StephenButtolph aee9d03921 Cleanup + introduction of side effects 2020-03-20 20:56:43 -04:00
StephenButtolph 638cce84ce AVM code cleanup 2020-03-19 18:36:10 -04:00
StephenButtolph 29282f07ac Added shared memory to the context 2020-03-19 17:14:27 -04:00
StephenButtolph bb93cc3eee Added atomic shared memory 2020-03-19 16:56:58 -04:00
StephenButtolph 186d96ee40 Added CommitBatch to the versionDB 2020-03-19 14:35:17 -04:00
StephenButtolph 3813086d6f Merge branch 'master' into atomic 2020-03-18 17:40:16 -04: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
StephenButtolph 3200f52659 Added Batch Inner calls to be able to atomically commit operations across prefixed DBs 2020-03-18 13:57:36 -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 c0405e18ff removed accidental commit 2020-03-17 18:49:47 -04:00
Stephen Buttolph 5a8158102f Added simple readme for xput tests 2020-03-17 18:48:40 -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
Stephen Buttolph 47bf310abc Implemented filtered vertex issuance 2020-03-16 16:38:06 -04: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 799d6dd0e1 Finished bubble voting 2020-03-16 13:36:27 -04: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
StephenButtolph 1fdb20040a Added test for avalanche bubbling 2020-03-14 15:38:55 -04:00
StephenButtolph 1a2135db6a Bubble invalid snowman votes 2020-03-13 19:02:03 -04:00
StephenButtolph acaf5400ef Merge branch 'master' of github.com:ava-labs/gecko 2020-03-13 17:32:49 -04:00
Stephen Buttolph 7404200a0b
Merge pull request #9 from StephenButtolph/msg-size
properly set the max message size with salticidae
2020-03-13 17:32:36 -04:00
Stephen Buttolph 00df659961
Perf (#13)
- Added support for xput tests on the AVM
- Implemented an AVM wallet for throughput tests.
- Fixed credential bug in the AVM for transactions that depend on un-confirmed UTXOs.
2020-03-13 17:31:23 -04:00
swdee 946fb662a2 added in checking of password strength when creating a new user 2020-03-14 10:04:57 +13:00
swdee 33ed4b5d24 change format of errUserPassMaxLength 2020-03-14 08:29:42 +13:00
Dan Laine fb49eaa1cc sort transaction's control signatures in signAddNonDefaultSubnetValidatorTx 2020-03-13 14:00:21 -04:00
Stephen Buttolph eba3ae0383
Merge branch 'master' into msg-size 2020-03-13 11:25:48 -04:00
Stephen Buttolph 18cadc87df
Merge pull request #12 from swdee/logger-microseconds
Add microseconds to log format
2020-03-13 11:12:32 -04:00
swdee c737fb8ab4 removed commit from another branch, due to not branching from master when creating this branch 2020-03-13 23:25:42 +13:00