[ ] types like Balance are not properly recognized by typescript 1
[ ] settling a channel in hopr-core-ethereum currently means that it will wait until the settlement period is over and then trigger the transaction, this might not be what we want in hopr-server
hopr-proto
[x] update protos to snake_case so it's properly converted to camelCase by protoc1, 2, 3, 4, 5, 6
[x] open channel proto doesn't provide funding amount 1
[ ] send should be able to request and respond with intermediate peer ids 1
[ ] build step doesn't bundle files for web
protoc
[ ] for proto fields that are a list or map, protoc will insert ..List / ..Map suffix at the end of the field, making it incompatible with nestjs1, 2, 3, 4; tracking issue here
hope-core
pubKeyToPeerId
instead of importing like this, same behaviour can be found inhopr-chat
toohopr-server
start
/stop
is called while the node is already starting/stopping, it should return it'spromise
hopr-core-ethereum
state
inchannel
instance 1Balance
are not properly recognized by typescript 1hopr-core-ethereum
currently means that it will wait until the settlement period is over and then trigger the transaction, this might not be what we want inhopr-server
hopr-proto
snake_case
so it's properly converted tocamelCase
byprotoc
1, 2, 3, 4, 5, 6getChannelnfo
togetChannel
1build
step doesn't bundle files forweb
protoc
list
ormap
,protoc
will insert..List
/..Map
suffix at the end of the field, making it incompatible withnestjs
1, 2, 3, 4; tracking issue here