Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alpergundogdu
Copy link

  • Added support for BRC20 predeploy operations, including new data structures and serialization logic.
  • Introduced BRC20Predeploy struct to store predeploy information such as hash, predeployer address, and block height.
  • Updated BRC20Operation enum to include Predeploy variant.
  • Enhanced TableContext to manage predeploy records in the database.
  • Implemented validation logic for predeploy operations, ensuring correct hash and age checks.
  • Updated ticker validation to support 6-byte tickers for predeploys.
  • Added tests for predeploy serialization, validation, and integration with existing BRC20 operations.
  • Modified API event structures to include predeploy events for external communication.

- Added support for BRC20 predeploy operations, including new data structures and serialization logic.
- Introduced `BRC20Predeploy` struct to store predeploy information such as hash, predeployer address, and block height.
- Updated `BRC20Operation` enum to include `Predeploy` variant.
- Enhanced `TableContext` to manage predeploy records in the database.
- Implemented validation logic for predeploy operations, ensuring correct hash and age checks.
- Updated ticker validation to support 6-byte tickers for predeploys.
- Added tests for predeploy serialization, validation, and integration with existing BRC20 operations.
- Modified API event structures to include predeploy events for external communication.
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.

1 participant