Commit Graph

1014 Commits

Author SHA1 Message Date
Stephen Buttolph 0d9a21b458
Merge pull request #69 from ava-labs/codec-upgrade
Codec upgrade
2020-06-16 01:09:56 -04:00
Stephen Buttolph 284d0ee765
Merge branch 'master' into codec-upgrade 2020-06-16 00:45:20 -04:00
Stephen Buttolph 639ef4b22f
Merge pull request #70 from ava-labs/log-level-and-format
Change RPC log levels
2020-06-16 00:40:45 -04:00
Stephen Buttolph 93cb630a6f
Merge branch 'master' into log-level-and-format 2020-06-16 00:19:59 -04:00
Stephen Buttolph 039ea3c0c3
Merge pull request #73 from ava-labs/fix-platform-bootstrapped
Fix platform Bootstrapped function
2020-06-16 00:18:32 -04:00
Gabriel Cardona aa5422696e Set helpers to Debug log level. 2020-06-15 21:14:54 -07:00
Aaron Buchwald b950f016d8
Fix platform bootstrapped function to initialize fx 2020-06-15 21:53:29 -04:00
Gabriel Cardona ec953d6ec3 Fix log level. 2020-06-15 15:08:03 -07:00
Gabriel Cardona ef0b9bfb1e Merge branch 'master' into log-level-and-format 2020-06-15 15:07:44 -07:00
Stephen Buttolph 58c9093279
Merge pull request #202 from Shashank-In/patch-1
Fix for KeyStore DoS vulnerability. Resolves #195
2020-06-15 17:46:41 -04:00
Stephen Buttolph 91852fe932
nit 2020-06-15 17:08:25 -04:00
Stephen Buttolph 413ff7b0b4
Merge branch 'master' into patch-1 2020-06-15 17:06:43 -04:00
Stephen Buttolph 6abf3a8c02
Merge pull request #220 from ava-labs/improve-network-logging
Improve network logging
2020-06-15 16:00:52 -04:00
StephenButtolph 8fb00cf67c Merge branch 'improve-network-logging' of github.com:ava-labs/gecko into improve-network-logging 2020-06-15 15:51:20 -04:00
StephenButtolph c3c9cec1ea updated new messages to match new logging format 2020-06-15 15:51:12 -04:00
Stephen Buttolph 7fc3b65c86
Merge branch 'master' into improve-network-logging 2020-06-15 15:44:23 -04:00
StephenButtolph e4a0e73155 merged router + added optimization around failed gets 2020-06-15 15:43:59 -04:00
Stephen Buttolph 7c60e8d966
Merge pull request #245 from aaronbuchwald/duplicates-avm-import-key
Prevent duplicated addresses in avm import key
2020-06-15 15:22:40 -04:00
Stephen Buttolph 21d65dc167
Merge branch 'master' into duplicates-avm-import-key 2020-06-15 15:14:01 -04:00
Stephen Buttolph 34943cf366
Merge pull request #234 from aaronbuchwald/fix-unissued-events-ordering
Use Add instead of Push to correctly order timed txs in event heap
2020-06-15 15:12:22 -04:00
Aaron Buchwald dc06427166 Merge branch 'duplicates-avm-import-key' of https://github.com/aaronbuchwald/gecko into duplicates-avm-import-key 2020-06-15 14:21:58 -04:00
Aaron Buchwald 8783844aca
Fix nitpick 2020-06-15 14:20:16 -04:00
Stephen Buttolph 239b99a29d
Merge branch 'master' into fix-unissued-events-ordering 2020-06-15 14:06:57 -04:00
Stephen Buttolph c86265baf8
Merge branch 'master' into split-admin-api 2020-06-15 14:06:38 -04:00
Stephen Buttolph 9c30c33bb0
Merge pull request #244 from moreati/version-versions
main: Added database & network version to -version
2020-06-15 14:05:34 -04:00
Stephen Buttolph 34e1c9de2f
Merge branch 'master' into version-versions 2020-06-15 13:56:33 -04:00
Stephen Buttolph de6c5721a8
Merge branch 'master' into duplicates-avm-import-key 2020-06-15 13:41:20 -04:00
Stephen Buttolph 9236eb286f
Merge pull request #250 from aaronbuchwald/debug-staking-disabled
Decouple staking and tls encryption for internode communication
2020-06-15 13:38:14 -04:00
Dan Laine 18c0b0a65b move codec to utils 2020-06-15 13:20:30 -04:00
Gabriel Cardona fa4be45d8a Update go.sum 2020-06-15 10:15:43 -07:00
Dan Laine acbb9a7e0c remove expansionBoost from packer (Go's append does similar already). change initialSliceCap 1024 --> 256. Streamline packer.Expand, as this method is called very often 2020-06-15 13:12:55 -04:00
Gabriel Cardona cdac10c23b Fix typos. 2020-06-15 09:45:21 -07:00
Gabriel Cardona f59f45a20f Make all RPC call logs `Info` level. 2020-06-15 09:35:41 -07:00
Dan Laine a84abacea5 fix typos and removed useless benchmark 2020-06-15 10:55:09 -04:00
Dan Laine 979477d68f change initialSliceCap --> 1024 2020-06-15 10:46:22 -04:00
Dan Laine cea79f66b2 add to tests; comment them 2020-06-15 10:33:08 -04:00
Dan Laine f28b69b819 set initial slice capacity for packer; packer pre-allocates capacity when possible 2020-06-15 10:06:40 -04:00
Aaron Buchwald ba2b214b58 Decouple staking and tls encryption for internode communication 2020-06-15 09:39:56 -04:00
Dan Laine b269f8cfb0 marshal writes directly to packer rather than creating array of functions 2020-06-14 21:38:07 -04:00
Dan Laine d1796c8b0b cleanup; revert string packing method 2020-06-14 18:15:44 -04:00
Dan Laine 9c4cfecf4e pack pointer to string instead of string...halves memory footprint 2020-06-14 12:23:05 -04:00
Dan Laine ee1cf620a1 cleanup 2020-06-14 12:06:39 -04:00
Dan Laine 7b5b3d1f1c more optimizations/cleanup 2020-06-14 11:53:19 -04:00
Dan Laine f6cabee51b cache serializable fields of struct types; change codec methods to be on pointer type; change variable names; change benchmark toinclude both marshaling and unmarshaling 2020-06-14 10:56:43 -04:00
Gabriel Cardona d85ef87695 * Use Debug log level for all RPC calls
* Use convention: [vm/api: function_name called...]. Ex: "Platform: SampleValidators called...
2020-06-13 11:06:32 -07:00
Alex Willmer 760c32c4ac main: Added database version & default network to -version 2020-06-13 09:37:08 +01:00
Dan Laine 954074abcc optimize by reducing amount of data stored on heap 2020-06-12 19:26:03 -04:00
Dan Laine 42deac45e9 use pre-allocated array of functions 2020-06-12 19:03:08 -04:00
Dan Laine a895b691a2 change wire format to be exact same as it was before 2020-06-12 16:52:58 -04:00
Aaron Buchwald 2fb88906cc
Add testing for avm API ImportKey 2020-06-12 15:10:39 -04:00