Commit Graph

517 Commits

Author SHA1 Message Date
Stephen Buttolph 12d44c1996
Merge branch 'master' into move-keys-dir 2020-05-11 22:59:42 -04:00
Stephen Buttolph ac9eeef3da
Merge pull request #144 from StephenButtolph/get-tx
Added GetTx method to the AVM endpoint
2020-05-11 22:54:02 -04:00
StephenButtolph 1dc6fb77b9 merged 2020-05-11 22:41:05 -04:00
Stephen Buttolph f50c3cc1b4
Merge pull request #143 from StephenButtolph/go-signals
Go signals
2020-05-11 22:33:39 -04:00
StephenButtolph 0c2354dbae Fixed race in platformvm repolling 2020-05-11 22:24:28 -04:00
StephenButtolph ed11d05dfd Close the signal channel on node shutdown 2020-05-11 22:11:28 -04:00
Stephen Buttolph fe192b7df9
Merge branch 'master' into go-signals 2020-05-11 21:58:42 -04:00
StephenButtolph f820b48d96 Merge remote-tracking branch 'upstream/master' into go-signals 2020-05-11 21:58:25 -04:00
StephenButtolph f3c8d44dbd Merge branch 'go-signals' of github.com:StephenButtolph/gecko into go-signals 2020-05-11 21:58:20 -04:00
StephenButtolph 2c644b2fff Cleaned up signal handling from PR feedback 2020-05-11 21:58:10 -04:00
Stephen Buttolph 39cb2c1eb0
Merge pull request #142 from bb-2/platform_nil_shortids
Check for nil shortIDs in platformvm service requests
2020-05-11 15:15:50 -04:00
Stephen Buttolph 81fd81e055
Merge branch 'master' into platform_nil_shortids 2020-05-11 14:09:59 -04:00
Dan Laine fa230e6e90 fix typo 2020-05-11 11:48:16 -04:00
Stephen Buttolph d66c6d1c61
Merge pull request #135 from ava-labs/api-error-message
make error message more clear when an API argument can't be unmarshaled
2020-05-10 19:58:13 -04:00
Stephen Buttolph 50f88cf240
Merge branch 'master' into api-error-message 2020-05-10 19:40:51 -04:00
Stephen Buttolph 84a99e183a
Merge pull request #128 from ava-labs/api-error-checking
add sanity checks to platform API method arguments. Resolves #127
2020-05-10 19:40:28 -04:00
Stephen Buttolph c473098d2a
Merge branch 'master' into api-error-checking 2020-05-10 19:28:00 -04:00
Stephen Buttolph a60c7286ec
Merge pull request #154 from StephenButtolph/race-test-fixes
Test race fixes
2020-05-10 17:32:51 -04:00
StephenButtolph d082579393 finished race cleanup in the avm tests 2020-05-10 17:12:03 -04:00
StephenButtolph 8dd5f21847 clean up locking in the AVM / platformVM tests 2020-05-10 17:03:12 -04:00
Stephen Buttolph 373fc642d5
Merge pull request #79 from moreati/vms-avm-shutdown-locking
vms: Fix locking during avm.VM.Shutdown(), ensure test VMs are shutdown
2020-05-10 16:34:10 -04:00
Stephen Buttolph b1533fd05d
Merge branch 'master' into vms-avm-shutdown-locking 2020-05-10 15:43:10 -04:00
Stephen Buttolph f3974ccc53
Merge pull request #153 from StephenButtolph/lock-correctly-in-new-tests
Fixed platformvm locking
2020-05-10 15:42:55 -04:00
StephenButtolph ac27d66c02 Fixed platformvm locking 2020-05-10 15:26:41 -04:00
Dan Laine cb3110f424 fix error handling. Use env variable expansion. Change defaults to use /home/danlaine 2020-05-08 18:17:54 -04:00
Stephen Buttolph 4bb2325c51
Merge branch 'master' into vms-avm-shutdown-locking 2020-05-08 13:37:25 -04:00
Dan Laine 03ddc6c034 fix bug 2020-05-07 15:17:13 -04:00
Dan Laine cccebe181f Merge branch 'master' of github.com:ava-labs/gecko into move-keys-dir 2020-05-07 14:34:51 -04:00
Dan Laine 6bd84af8ec generate staking key at ~/.gecko/staking/staker.key if no key given. 2020-05-07 14:34:32 -04:00
Stephen Buttolph ebdee1a03d
Merge branch 'master' into get-tx 2020-05-07 14:31:53 -04:00
StephenButtolph 522c946115 Added GetTx method to the AVM endpoint 2020-05-07 14:30:14 -04:00
Stephen Buttolph 67c6682600
Merge branch 'master' into go-signals 2020-05-07 13:00:03 -04:00
Stephen Buttolph 394441cbb4
Merge pull request #129 from StephenButtolph/gossip
Gossip
2020-05-07 12:59:46 -04:00
Stephen Buttolph b6d4cab519
Merge branch 'master' into gossip 2020-05-07 12:28:14 -04:00
Dan Laine 02f162db1a remove key/cert generator script 2020-05-07 12:22:09 -04:00
StephenButtolph c43d9f5b2f Cahgned kill_playbook to send proper signal 2020-05-07 12:04:04 -04:00
bb-2 d8a8617e3b move the argument validity checks to the top of the methods 2020-05-07 11:21:26 -04:00
bb-2 41e3ccbded prevent runtime error in user.getKey by checking for nil shortID's in request args 2020-05-07 08:21:45 -04:00
StephenButtolph a5a3c703f1 Removed cgo signal handlers 2020-05-06 20:57:45 -04:00
StephenButtolph 87a175eaaf Changed signal handling to use go signal handlers 2020-05-06 20:55:52 -04:00
Stephen Buttolph 982447e8e8
Merge pull request #138 from bb-2/avm_cache_puts
Move avm cache puts after error checking
2020-05-06 16:20:16 -04:00
bb-2 d35834c4e5 move avm cache puts after error checking and catch err on status unmarshalling 2020-05-06 08:49:44 -04:00
Dan Laine 940f9a2fb8 make error message more clear when an argument can't be unmarshaled 2020-05-05 17:45:23 -04:00
Stephen Buttolph 2e2e033562
Merge branch 'master' into gossip 2020-05-05 14:26:25 -04:00
Stephen Buttolph c8a025e1d6
Merge pull request #132 from StephenButtolph/iterator-consistency
Make sure that Keys / Values are memory safe from levelDB
2020-05-05 14:24:51 -04:00
Stephen Buttolph b12681e9ea
Merge branch 'master' into iterator-consistency 2020-05-05 14:16:26 -04:00
Stephen Buttolph 6fa1f12210
Merge branch 'master' into api-error-checking 2020-05-05 14:10:57 -04:00
Stephen Buttolph ef764dff0f
Merge pull request #133 from bb-2/spdag_cache_puts
Move spdag cache puts to be after error checking
2020-05-05 14:09:41 -04:00
StephenButtolph 9b583ccc6e fixed iterator error message to report the correct function 2020-05-05 14:06:30 -04:00
StephenButtolph 695290fb59 moved copyBytes to the utils package 2020-05-05 14:04:03 -04:00