Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make debug-wasm-scripts #720

Merged
merged 2 commits into from Nov 1, 2022
Merged

Conversation

james-chf
Copy link
Contributor

No description provided.

@james-chf james-chf force-pushed the james/mainline/fix-wasm-make-targets branch 2 times, most recently from 13bade1 to f43e0ea Compare October 31, 2022 18:24
@james-chf james-chf marked this pull request as ready for review November 1, 2022 10:19
juped
juped previously approved these changes Nov 1, 2022
Copy link
Member

@juped juped left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is like the least descriptive commit message ever (not true, i've seen worse). thanks, some first class conflict failed this

The debug wasm target expects a wasm named 'anoma_wasm.wasm', but it
is actually named 'namada_wasm.wasm'. Correct the rename.
juped pushed a commit that referenced this pull request Nov 1, 2022
@juped juped force-pushed the james/mainline/fix-wasm-make-targets branch from f43e0ea to fb758c6 Compare November 1, 2022 19:47
@juped
Copy link
Member

juped commented Nov 1, 2022

rebased backwards to deliberately introduce conflicts, reworded commit message

juped
juped previously approved these changes Nov 1, 2022
@juped juped force-pushed the james/mainline/fix-wasm-make-targets branch from fb758c6 to c3db469 Compare November 1, 2022 20:02
@juped juped merged commit 21f5ac7 into main Nov 1, 2022
@juped juped deleted the james/mainline/fix-wasm-make-targets branch November 1, 2022 20:02
tzemanovic added a commit that referenced this pull request Nov 2, 2022
…wards

* origin/main: (632 commits)
  ci: use commit hash instead of pr number
  ci: fix binaries sha
  changelog: add #720
  fix: rename correctly in debug wasm build
  Namada 0.9.0
  release.sh: list prerequisites in a comment
  changelog: add #569
  queries: fix unused import in wasm build
  Fixes pgf council vote format
  Rwnames `type`, adds examples
  Custom proposal and vote memos in governance spec
  RPC: fix storage_value to return data as read w/o re-encoding in Option
  [ci] wasm checksums update
  router: add `with_options` for handlers that use request/response
  move the current RPC patterns under "shell" sub-router
  make fmt
  Log at INFO by default for namadan
  Add changelog
  ledger/queries: comment out `println`s for router path matching dbg
  ledger/queries: fix require_no_proof doc-string
  ci: fix workflow name
  ci: fix mold usage
  Update README.md
  some doc comment edits
  fix: namadan should log at info by default
  ci: use mold linker
  changelog: add #632
  feat: change native token to nam
  [ci] wasm checksums update
  changelog: add #671
  add back consensus timeout commit config for abciplus
  switch to tendermint-rs with consensus timeout
  wasm: update checksums
  changelog: add #553
  apps: replace RPC module and its handlers with new queries mod
  shared: add new queries router macro to replicate handwritten RPC paths
  add deps for router macro and update `Cargo.lock`s
  protocol: update imports and add missing rustdoc
  move ledger's protocol module into shared crate
  ci: invalide cf cache
  fix broken link
  split back out the core VPs
  Modify specs
  test/e2e/helpers: add a helper to query and parse block height
  changelog: add #658
  client: add a block query to print hash, height and time of a block
  Namada 0.8.1
  changelog: add #510
  [feat]: Make process proposal stateless
  test/e2e: fix node_connectivity test
  test/e2e: update expected string for non-validator node
  [fix]: Removed unnecessary patches in wasm
  [feat]: Patched tendermint-rs and ibc-rs to compatible versions
  app: set "namada" set default bin for `cargo run`
  wasm: update checksums.json
  [fix]: Fixed the borsh schema for libsecp256k signatures
  [feat]: Added the recovery id to secp256k signatures
  [ci] wasm checksums update
  feat: remove nft
  fix: rename anoma to namada, remove author print
  CI: add workaround for release build missing git tag
  Namada 0.8.0
  changelog: add #547
  wasm: update checksums
  [chore]: Lints and formatting
  [fix]: Fixed proof specs for non-existence proofs
  [fix]: Update the main tree when deleting a key
  [fix]: Fixed last ibc unit test
  [fix]: Fixed some tests.
  [feat]: Refactored the merkle tree into a more maintainable multi-store
  build: pin abciplus library revisions
  wasm: update checksums.json
  ci: standardize on one tendermint hash
  formatting changes
  change `L_{NAM}` -> `L_{PoS}` for clarity and consistency
  change inflation `I` to have units of tokens per epoch
  fix term ordering in error calculation
  Remove other `:=` in favor of `=`
  distinguish new and old inflation rates with a prime
  fix md rendering
  correct the shielded pool error calculation
  change storing of error to storing of token ratios (same procedure)
  fix: `I` is percent per annum
  distinguish between `K` in storage and `K` as intermediate value in inflation calculation
  Use `I` for inflation rates, as `R` reserved for locked ratios
  specify some default values, other small edits
  release: add scripts/release.sh
  release: add release.toml to wasm workspace and wasm_for_tests
  release: don't tag from cargo release
  release: update release.toml for cargo-release 0.21.4
  wasm: remove tx_from_intent build
  wasm: repair wasm checksums
  Add changelog
  Add changelog
  Fix TransactionGasExceededed typo
  changelog: add #594
  shared/storage: fix the height recorded for a new epoch
  Apply suggestions from code review
  changelog: add #590
  wasm/tx_bond: fix delegation detection to compare source and validator
  ...
james-chf added a commit that referenced this pull request Nov 24, 2022
* release/v0.10.1: (166 commits)
  Namada 0.10.1
  [ci] wasm checksums update
  ci: added missing make file recipe
  Make clippy happy; buidl WASM locally
  Avoid any reads when delta is 0
  fix masp e2e tests
  fix query balance argument for sub-prefix
  fix for key_may_exist
  test/e2e: re-enable IBC test
  shared/storage: fix get_non_existence_proof block height check
  shared/storage: fix unused imports
  ci: minor fix
  ci: parallel e2e, update mold, add timing artifact, add coverage artifact
  Namada 0.10.0
  tests: ignore ibc e2e test
  wasm: update checksums.json
  query_allowed_conversions: add explicit lifetime for clippy
  Use NAM as default token for shielded txs
  cleanup from review and clippy
  todos from review
  wasm: update checksums
  Shortening epoch durations.
  Updated client queries to reflect new endpoints.
  Fixed error message for overspending. Added missing RPC endpoints: results + conversions. Lengthened E2E test epoch.
  wasm_for_tests: make
  rm dbg prints
  re-use same env var for MASP parameters in the node as in client
  [ci] wasm checksums update
  fix: wasm lib
  fixup: masp e2e tests
  fixup: eth bridge e2e test
  [ci] wasm checksums update
  fix: missing vp_masp in cargo
  Update checksums
  XAN -> NAM
  [ci] wasm checksums update
  simple wasm-runtime ifdef of multithreaded functions
  fix: wasm dependencies
  Add back query_transfers command
  fixup: use wallet address in process_tx call
  add set_validators
  [ci] wasm checksums update
  use ibc-transfer cmd
  rename local variables
  fix for v0.8.1
  fix a way to call ibc_proof_specs
  fix for ibc integration branch
  add a test for non-IBC transfer on the same chain
  fix for denom decoding
  get receipt absence proof for TimeoutOnClose
  add a failure test
  add timeout and close tests
  add transfer back
  check balances
  add sub_prefix
  with height
  query with the height
  wait the next block
  add update_client
  fix requests
  add sleep
  add transfer test
  changelog: add #626
  changelog: add #625
  changelog: add #298
  changelog: add #261
  Update documentation/docs/src/quick-start.md
  create no empty dir before renaming
  Add changelog
  fix: require_latest_height check should skip for requests with height 0
  updated masp docs to actually be docs
  rocksdb: refactor to use pattern match
  doc/dev/pos: add little more details about PoS balance and txs
  specs/pos/reward-distribution: update link to validator sets
  ci: use commit hash instead of pr number
  ci: fix binaries sha
  changelog: add #720
  fix: rename correctly in debug wasm build
  [ci] wasm checksums update [1]
  Add Murisi's MASP verification fix
  Default fee token back to XAN
  [ci] wasm checksums update
  fixup! Merge tag 'v0.8.1' into cwgoes/masp-testnet-revisions
  ordering change
  no longer upgrade
  Update documentation/docs/src/user-guide/ledger/governance.md
  Update documentation/docs/src/user-guide/ledger/governance.md
  Update documentation/docs/src/quick-start.md
  minor change
  some minor changes, fixed breaking change
  documentation changes
  [ci] wasm checksums update
  remove clone
  fix header hash
  Update WASM checksums
  Fix --no-conversions flag
  fix sub-prefix
  Wrote code to print out all conversions.
  replace now func
  fix timeout timestamp
  ...

# Conflicts:
#	.changelog/v0.10.0/bug-fixes/765-ethbridge-ci-fix.md
#	.github/workflows/build-and-test-bridge.yml
#	Cargo.lock
#	apps/src/lib/client/rpc.rs
#	apps/src/lib/client/tx.rs
#	apps/src/lib/node/ledger/mod.rs
#	apps/src/lib/node/ledger/shell/finalize_block.rs
#	apps/src/lib/node/ledger/shell/mod.rs
#	apps/src/lib/node/ledger/shell/process_proposal.rs
#	apps/src/lib/wallet/mod.rs
#	apps/src/lib/wallet/pre_genesis.rs
#	shared/src/ledger/ibc/vp/packet.rs
#	shared/src/ledger/protocol/mod.rs
#	shared/src/ledger/queries/shell.rs
#	shared/src/ledger/storage/mod.rs
#	shared/src/types/address.rs
#	tests/src/e2e/ledger_tests.rs
#	tests/src/e2e/setup.rs
#	wasm/Cargo.lock
#	wasm/checksums.json
#	wasm_for_tests/wasm_source/Cargo.lock
#	wasm_for_tests/wasm_source/Cargo.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants