Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 6.52 KB

File metadata and controls

31 lines (30 loc) · 6.52 KB

Changelog Chunk

  • test(oracle): refactor oracle tests to not require running full blockchain networks, keeping them fast, deterministic, and stable in #2425 - (5ff2e08) by @Unique-Divine
  • changelog
  • evm: rewrite eth_estimateGas for panic safety and performance in #2424 - (37dba0a) by @Unique-Divine
  • chore: remove evm-core-ts and move it to ts-sdk in #2423 - (e1401f6) by @cgilbe27
  • docs(bank): README fixes
  • docs(bank): improve documentation and add section on Nibiru changes in #2421 - (172c008) by @Unique-Divine
  • feat: add recursive check for nested authz exec messages and enforce … in #2420 - (3cdc810) by @expertdicer
  • ci: simplify Go caching in CI to prevent file collisions in #2419 - (b1d1c22) by @Unique-Divine
  • fix(evmstate/test): stabilize trace tx tests with deterministic ERC20 transfer recipient in #2418 - (b47e3bd) by @Unique-Divine
  • feat: custom ante NewDeductFeeDecorator allowing 0 fee for zero gas actors in #2415 - (09e58ab) by @onikonychev
  • ci: add back coverage reporting using gocovmerge; bring README more up to date in #2416 - (63257f0) by @Unique-Divine
  • refactor(upgrades): simplify upgrade hanlder code to use less abstractions and combine micro-packages in #2413 - (74cb33e) by @Unique-Divine
  • fix(evm-rpc): remove unsafe debug API methods. in #2412 - (e2a1ee8) by @Unique-Divine
  • chore: v2.8.0 upgrade handler in #2411 - (9000cf3) by @onikonychev
  • fix(evm-trace-block): handle native tracer errors JSON-RPC errors for "debug_traceBlockByNumber". Fixes Nibiru#2400 bug in #2409 - (e44cbc5) by @Unique-Divine
  • docs: merge PR from @yinwenyu6 . Comments only
  • feat(evm/grpc-query): Update the "/eth.evm.v1.Query/Balance" query to work with "0x" Ethereum hex and "nibi"-prefixed Bech32 address formats in #2410 - (1bfc24d) by @Unique-Divine
  • feat(proto): REST API doc generation for bank, auth, and txs in #2394 - (5dbb398) by @expertdicer
  • feat(sudo-ante): implement zero gas actors for invoking whitelisted contract in #2407 - (6316bcd) by @Unique-Divine
  • chore: added monad logo svg in #2406 - (90b951c) by @onikonychev
  • chore: additional coin logos which could be used externally in #2405 - (6bb649b) by @onikonychev
  • feat(epic-evm): rearchitecture for StateDB safety, fix for consensus failures, performance improvements, consistent simulations, and nonce resolution for pending txs in the mempool in #2397 - (a252c9b) by @Unique-Divine
  • chore: erc20 token registry new token: ynETHx in #2395 - (9219a94) by @onikonychev
  • feat(proto): impl script for gRPC Gateway REST doc generation in #2391 - (eb4b67e) by @Unique-Divine
  • chore: erc20 token registry new tokens: cbBTC, uBTC in #2388 - (c1229d0) by @onikonychev
  • feat(evm): 63/64 gas clamp for ERC20 calls. Improved VM error surfacing. Add composite Chainlink-like oracle in #2385 - (2f7dbb5) by @Unique-Divine
  • feat(.github/pr-title-lint): Enable "/", capital letters, and "evm" prefix in pull request titles in #2387 - (4d1e13d) by @Unique-Divine
  • feat(ai): start .cursorignore and Gemini code reviews in #2386 - (412abe7) by @Unique-Divine