holochain / syn

Generalized Holochain DNA and UI library for building real-time shared state hApps
Other
90 stars 11 forks source link

Upgrading hdk dependencies to holochain/holochain#main #17

Closed btakita closed 3 years ago

btakita commented 3 years ago

Placeholder issue re: the process of upgrading the dependencies to holochain/holochain#main. Depending on the amount of effort for me (and my limited understanding), I may or may not complete this. Primarily using this project as a reference to bootstrap development on another project.

btakita commented 3 years ago

I'm getting the following error when running holochain-run-dna -c run-dna-config.yaml -m:

$ holochain-run-dna -c run-dna-config.yaml -m
#lair-keystore-ready#
#lair-keystore-version:0.0.1-alpha.10#
Using config file at path:  /tmp/tmp.jQbAl3bUZ8/tmp-361130-aVjaeLQZTlxU/config.yaml

###HOLOCHAIN_SETUP###
###ADMIN_PORT:37403###
###HOLOCHAIN_SETUP_END###
Conductor ready.
(-m FLAG ON) Generating new agent pub key for syn.
Error while installing happs:  {
  type: 'error',
  data: {
    type: 'internal_error',
    data: 'Conductor returned an error while using a ConductorApi: EntryDefStoreError(DnaError(WasmError(Compile("link error: Import not found, namespace: env, name: __debug"))))'
  }
}
(-m FLAG ON) Generating new agent pub key for syn1.
Error while installing happs:  {
  type: 'error',
  data: {
    type: 'internal_error',
    data: 'Conductor returned an error while using a ConductorApi: EntryDefStoreError(DnaError(WasmError(Compile("link error: Import not found, namespace: env, name: __debug"))))'
  }
}
btakita commented 3 years ago

Fixed by https://github.com/holochain/syn/pull/14