Commit Graph

666 Commits

Author SHA1 Message Date
Stephen Buttolph 4bb2325c51
Merge branch 'master' into vms-avm-shutdown-locking 2020-05-08 13:37:25 -04:00
Dan Laine 24f8c38878 lower log levels and make logs more descriptive 2020-05-08 10:01:05 -04:00
StephenButtolph 3130eb13bf Hid the Symbolic UTXO, from the json serialization, as it is an implementation detail 2020-05-07 17:36:27 -04:00
StephenButtolph 966e28d928 Added UTXOIDs to the getBalance call to enable atomic reads 2020-05-07 17:31:50 -04:00
Dan Laine 79e493e314 change log levels so they print less 2020-05-07 16:36:18 -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
Anil Dasari c81521a454 comments typo correction 2020-05-07 13:08:42 +05:30
Anil Dasari b096ee6771 add DeleteUser rpc 2020-05-07 13:00:27 +05:30
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
Dan Laine 89f64028fc change method name to listAddresses, per Collin's request 2020-05-06 15:40:36 -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
Stephen Buttolph 1834c6db7b
Merge branch 'master' into gossip 2020-05-05 14:01:43 -04:00
bb-2 c3b3b14872 Moving the cache put statements in SetStatus and SetIDs to be after the error checking 2020-05-05 08:10:22 -04:00
StephenButtolph 8f91f7294b Added gossip frequency docs 2020-05-04 23:32:54 -04:00
StephenButtolph 78144df11f Merge branch 'iterator-consistency' of github.com:StephenButtolph/gecko into iterator-consistency 2020-05-04 23:28:43 -04:00
StephenButtolph f837398403 updated DB spec 2020-05-04 23:28:36 -04:00
Stephen Buttolph be0a9cbb2c
Merge branch 'master' into iterator-consistency 2020-05-04 23:25:55 -04:00
StephenButtolph 282e89653c Make sure that Keys / Values are memory safe from levelDB 2020-05-04 23:24:17 -04:00
StephenButtolph c56870045e fixed logging message 2020-05-04 18:12:34 -04:00
Stephen Buttolph cee2a6c5ce
Merge pull request #61 from ava-labs/list-assets
add getAllBalances API method
2020-05-04 17:58:50 -04:00
Dan Laine 5d115a0b62 %v --> %w 2020-05-04 17:16:00 -04:00
Dan Laine a721c188a5 use asset alias in response 2020-05-04 17:06:07 -04:00
Dan Laine d727166f4f change response format for getAllBalances 2020-05-04 14:44:35 -04:00
Dan Laine f34efce29f Merge branch 'list-assets' of github.com:ava-labs/gecko into list-assets 2020-05-04 13:59:33 -04:00
StephenButtolph dfbb17aaed Added gossip params to tests 2020-05-04 13:59:25 -04:00
Dan Laine cbb20b2faa return 'AVA' rather than its asset id 2020-05-04 13:59:10 -04:00
StephenButtolph 0ea445a2d1 Added gossip tests 2020-05-04 02:57:02 -04:00
StephenButtolph 13fbe14d44 Started gossiping thread 2020-05-04 02:44:56 -04:00
StephenButtolph 4a989dc621 Added uniform periodic gossiping 2020-05-04 02:32:10 -04:00